Any role
';
#Convars
$convars = 'Normal Role Convars (also found in ULX):
# enable or disable this role
ttt_duelist_enabled [0/1] (default: 1)
# the percentage of players that are spawned as this role
ttt_duelist_pct [0.0..1.0] (default: 0.17)
# the limit of players that spawn as this role each round, this overwrites the percentage
ttt_duelist_max [0..n] (default: 1)
# the probability each round of this role being spawned at all
ttt_duelist_random [0..100] (default: 30)
# the amount of players needed for this role to spawn
ttt_duelist_min_players: [0..n] (default: 6)
Rolespecific Convars:
# Is Duelist public to all players
ttt2_duelist_is_public [0..1] (default: 0)
# Do Duellists prevent a win from occuring if still alive
ttt2_duelist_prevent_win [0..1] (default: 1)
# Duellists can only hurt and be hurt by other duellists
ttt2_duelist_immunity [0..1] (default: 0)
# Prize Role: (0)=Previous Duelist Role (1)=Random Role (2)=Undecided Role
ttt2_duelist_prize_type [0..1] (default: 0)
# How much health Duellists can get up to when victorious
ttt2_duelist_victory_regenerate [0..200] (default: 100)
';
#
# Credits
#
#The Steam URL to your addon
$steam = 'https://steamcommunity.com/sharedfiles/filedetails/?id=2659150057';
#The Source URL to your addon
$source = 'https://steamcommunity.com/linkfilter/?url=https://github.com/TaintedEnergy/ttt2-role-duel';
#Creator of the Addon
$author = 'TaintedEnergy';
#Creatorlink
$authorurl = 'https://steamcommunity.com/profiles/76561198119233797';
# Credittext (can use the above variables)
$ctext = '';
?>