CRCULATOR/roles/en/Infected.php
2022-09-22 12:42:37 +02:00

33 lines
1.7 KiB
PHP

<?php
$color = "purple darken-4";
$tcolor = "white-text-text";
$name = "Infected";
$description = "A deadly virus is spreading with every shot fired by the infected. But it seems like the virus isn&#39;t killing them but lets them be undead forever ...";
$howtoplay = "The infected plays in his own team and has to kill other players to infect them. Once they are killed, they will respawn after a few seconds and fight for your team. But the newly found supporters have to defend their host, because they will die once he gets killed.
If there is a jester in this round, the infected is allowed to kill him.";
$playsbestwith = "<ul>;
<li>Jester</li>
<li>Traitor</li>
</ul>";
$convars = "Normal Role Convars (also found in ULX):
<code># enable or disable this role
ttt_inf_enabled [0/1] (default: 1)
# the percentage of players that are spawned as this role
ttt_inf_pct [0.0..1.0] (default: 0.17)
# the limit of players that spawn as this role each round, this overwrites the percentage
ttt_inf_max [0..n] (default: 1)
# the probability each round of this role being spawned at all
ttt_inf_random [0..100] (default: 10)
# the amount of players needed for this role to spawn
ttt_inf_min_players: [0..n] (default: 6)</code>
Rolespecific Convars:
<code>#defines how much HP the zombies should have after respawn
ttt2_inf_maxhealth_new_inf [0..2] (default: 30)</code>";
$steam = "https://steamcommunity.com/sharedfiles/filedetails/?id=1371842074";
$source = "https://github.com/Alf21/ttt2-role_inf";
$author = "Alf21";
$authorurl = "https://steamcommunity.com/id/alf21";
$ctext = "Alf21: creator of this role addon
Mineotopia: designer of the role icon";
?>