Survivalist
Serialkiller
Jackal
Any other non-detective role that has access to a shop.
";
#Convars
$convars = "Normal Role Convars (also found in ULX):
# enable or disable this role
ttt_banker_enabled [0/1] (default: 1)
# the percentage of players that are spawned as this role
ttt_banker_pct [0.0..1.0] (default: 0.13)
# the limit of players that spawn as this role each round, this overwrites the percentage
ttt_banker_max [0..n] (default: 1)
# the probability each round of this role being spawned at all
ttt_banker_random [0..100] (default: 30)
# the amount of players needed for this role to spawn
ttt_banker_min_players: [0..n] (default: 5)
# the amount of credits this role starts with
ttt_bank_credits_starting [0..n] (default: 2)
Rolespecific Convars:
# How many credits can the Banker receive from purchases other shoppers make (infinite if -1)?
ttt2_banker_credit_ceiling [-1..n] (default: -1)
# Should the banker's murderer receive all of their credits (provided that they are a shopping role)?
ttt2_banker_ron_swanswon_will [0/1] (default: 0)
# If the Banker dies, how should everyone be informed?
ttt2_banker_broadcast_death_mode [0..3] (default: 0)
# 0: No broadcasting will occur
# 1: Everyone will be informed that the Banker committed suicide, regardless of what actually happened
# 2: Everyone will be informed that the Banker has died
# 3: If possible, the Banker's murderer will be made known to all, otherwise broadcast that they died under mysterious circumstances
# Should the server broadcast anyone who covertly searches the Banker's dead body?
ttt2_banker_broadcast_covert_search [0/1] (default: 0)
# How many credits can the Banker give out to others per round (infinite if -1)?
ttt2_banker_max_num_handouts [-1..n] (default: 2)
# This multiplier applies directly to the damage that the banker would receive (ex. 2.0 means the banker takes twice as much damage from all sources).
ttt2_banker_recv_dmg_multi [0.0..n.m] (default: 1.25)
# This multiplier applies directly to the banker's speed (ex. 0.5 means the banker moves half as fast).
ttt2_banker_speed_multi [0.0..n.m] (default: 1.0)
# This multiplier applies directly to the banker's stamina regen (ex. 0.5 means the sprint bar fills up half the normal speed).
ttt2_banker_stamina_regen [0.0..n.m] (default: 0.35)
# This multiplier applies directly to how fast the banker's stamina bar depletes (ex. 2.0 means the sprint bar decays twice as fast).
ttt2_banker_stamina_drain [0.0..n.m] (default: 1.25)
";
#
# Credits
#
#The Steam URL to your addon
$steam = "https://steamcommunity.com/sharedfiles/filedetails/?id=2402704831";
#The Source URL to your addon
$source = "https://steamcommunity.com/linkfilter/?url=https://github.com/AaronMcKenney/ttt2-role_bank";
#Creator of the Addon
$author = "BlackMagicFine";
#Creatorlink
$authorurl = "https://steamcommunity.com/profiles/76561198025772353/";
# Credittext (can use the above variables)
$ctext = "BlackMagicFine: creator of this role addon
Smuggles: designer of the role icon
Wasted: designer of the role thumbnail
Veldrim: heavily assisted with testing";
?>