CRCULATOR/roles/en/Trapper.php

38 lines
1.8 KiB
PHP
Raw Normal View History

2022-09-22 10:42:37 +00:00
<?php
$color = "green darken-4";
$tcolor = "white-text-text";
$name = "Trapper";
$description = "Use the powers of the traitors against them!";
$howtoplay = "The Trapper is at its core an innocent with the powers to detect the traitorous traitor traps. When someone uses a trap, the Trapper gets a visual &#34;ripple&#34; effect where the trap was used. But beware! Also, other trap-users see when the Trapper uses a trap.. (Confusing. but luckily there are convars for that)";
$playsbestwith = "<ul>;
<li>Blight</li>
<li>Glutton</li>
<li>Jester</li>
<li>Traitor</li>
</ul>";
$convars = "Normal Role Convars (also found in ULX):
<code># enable or disable this role
ttt_tra_enabled [0/1] (default: 1)
# the percentage of players that are spawned as this role
ttt_tra_pct [0.0..1.0] (default: 0.17)
# the limit of players that spawn as this role each round, this overwrites the percentage
ttt_tra_max [0..n] (default: 1)
# the probability each round of this role being spawned at all
ttt_tra_random [0..100] (default: 50)
# the amount of players needed for this role to spawn
ttt_tra_min_players: [0..n] (default: 6)
# allow the trapper to use traitor buttons
ttt_trapper_traitor_button [0/1] (default: 1)</code>
Rolespecific Convars:
<code># shows ripple effect to trappers
ttt_trapper_tbutton_show_to_trapper
# shows ripple effect to others
ttt_trapper_tbutton_show_to_others</code>";
$steam = "https://steamcommunity.com/sharedfiles/filedetails/?id=2004491494";
$source = "https://steamcommunity.com/sharedfiles/filedetails/?id=2004491494";
$author = "James";
$authorurl = "https://steamcommunity.com/id/truebaka";
$ctext = "James: creator and designer of this role addon (Ayy thats me :D)
Mineotopia: Assistant who definitely didn&#39;t write most of the things.";
?>