TTT_Role_Overview/roles/en/accomplice.php

72 lines
1.9 KiB
PHP

<?php
#
# COLORS
#
# Text Color
$tcolor = "white";
# This is the color defined by https://materializecss.com/color.html
$color = "red darken-5";
#
# BASEINFO
#
#The Name of the Role
$name = "Accomplice";
#The Description of the Role, HTML conform :)
$description = "The Accomplice doesn't know his master... find him and protect!";
#
# TABS
#
#How To play
$howtoplay = "The Accomplice is a partner of the Traitor. The Accomplice is visible to the Traitor. But the Accomplice doesn't know who is the Traitor. So,you have to find him by yourself. In other words in werewolf game, the Madman.
The Accomplice can't win alone.
The Accomplice can't buy Items from the shop(Default).
The Accomplice has radar for corpses.
The Accomplice can't transfer to Traitors.
";
#With what roles does this role play best?
$playsbestwith = "
<ul>
<li>Survivalist</li>
<li>Spy</li>
<li>Hitman</li>
<ul>
";
#Convars
$convars = "Normal Role Convars (also found in ULX):
<code># enable or disable this role
ttt_accom_enabled [0/1] (default: 1)
# the percentage of players that are spawned as this role
ttt_accom_pct [0.0..1.0] (default: 0.17)
# the limit of players that spawn as this role each round, this overwrites the percentage
ttt_accom_max [0..n] (default: 1)
# the probability each round of this role being spawned at all
ttt_accom_random [0..100] (default: 50)
# the amount of players needed for this role to spawn
ttt_accom_min_players: [0..n] (default: 8)</code>";
#
# Credits
#
#The Steam URL to your addon
$steam = "https://steamcommunity.com/sharedfiles/filedetails/?id=2173367759";
#The Source URL to your addon
$source = "https://github.com/westooooo/ttt2-role_accom";
#Creator of the Addon
$author = "JustSiro105";
#Creatorlink
$authorurl = "https://steamcommunity.com/profiles/76561198327487098";
# Credittext (can use the above variables)
$ctext = "Westoon[JPN]: creator of this role addon
irokuma105: idear of this role addon";
?>