38 lines
1.9 KiB
PHP
38 lines
1.9 KiB
PHP
|
<?php
|
||
|
$color = "pink lighten-4";
|
||
|
$tcolor = "black-text-text";
|
||
|
$name = "Imitator ";
|
||
|
$description = "The perfect imitation will fool everyone...";
|
||
|
$howtoplay = "You start as the Imitator role, a traitor with no shop or button abilities. You are given a random short list of possible innocent roles/subroles you can choose to imitate. Imitating a role means you will become that role, but remain on the traitor team. When you die, your corpse will show the role you imitated.
|
||
|
|
||
|
This role may cause alot of confusion among innocents and is very powerful. Avoid killing detectives first, as it may then be obvious that you are infact an Imitator, rather than a dumb/confused innocent.";
|
||
|
$playsbestwith = "<ul>;
|
||
|
<li>Clown</li>
|
||
|
<li>Cupid</li>
|
||
|
<li>Drunk</li>
|
||
|
<li>Elderly</li>
|
||
|
<li>Jester</li>
|
||
|
</ul>";
|
||
|
$convars = "Normal Role Convars (also found in ULX):
|
||
|
<code># enable or disable this role
|
||
|
ttt_imitator_enabled [0/1] (default: 1)
|
||
|
# the percentage of players that are spawned as this role
|
||
|
ttt_imitator_pct [0.0..1.0] (default: 0.13)
|
||
|
# the limit of players that spawn as this role each round, this overwrites the percentage
|
||
|
ttt_imitator_max [0..n] (default: 1)
|
||
|
# the probability each round of this role being spawned at all
|
||
|
ttt_imitator_random [0..100] (default: 30)
|
||
|
# the amount of players needed for this role to spawn
|
||
|
ttt_imitator_min_players: [0..n] (default: 5)</code>
|
||
|
|
||
|
Rolespecific Convars:
|
||
|
<code># The maximum number of roles that can be chosen to imitate
|
||
|
ttt2_imitator_num_choices [2..25] (default: 3)
|
||
|
# Hide the true name of secret innocent subroles
|
||
|
ttt2_imitator_hide_secret_roles [0..1] (default: 1)</code>";
|
||
|
$steam = "https://steamcommunity.com/sharedfiles/filedetails/?id=2645359788";
|
||
|
$source = "https://github.com/TaintedEnergy/ttt2-role-imit";
|
||
|
$author = "TaintedEnergy";
|
||
|
$authorurl = "https://steamcommunity.com/profiles/76561198119233797";
|
||
|
$ctext = "None";
|
||
|
?>
|