Jester
Sidekick
Hitman
';
#Convars
$convars = "Normal Role Convars (also found in ULX):
# enable or disable this role
ttt_clairvoyant_enabled [0/1] (default: 1)
# the percentage of players that are spawned as this role
ttt_clairvoyant_pct [0.0..1.0] (default: 0.13)
# the limit of players that spawn as this role each round, this overwrites the percentage
ttt_clairvoyant_max [0..n] (default: 1)
# the probability each round of this role being spawned at all
ttt_clairvoyant_random [0..100] (default: 100)
# the amount of players needed for this role to spawn
ttt_clairvoyant_min_players: [0..n] (default: 8)
Rolespecific Convars:
# the percentage of visible player's roles
ttt2_cv_visible [0..n] (default: 100)
";
#
# Credits
#
#The Steam URL to your addon
$steam = 'https://steamcommunity.com/sharedfiles/filedetails/?id=1357255271';
#The Source URL to your addon
$source = 'https://steamcommunity.com/linkfilter/?url=https://github.com/TTT-2/ttt2-role_cv';
#Creator of the Addon
$author = 'Alf21';
#Creatorlink
$authorurl = 'https://steamcommunity.com/id/alf21';
# Credittext (can use the above variables)
$ctext = 'Alf21: creator of this role addon
Mineotopia: designer of the role icon';
?>