TTT_Role_Overview/roles/en/traitor.php

57 lines
1.5 KiB
PHP

<?php
#
# COLORS
#
# Text Color
$tcolor = "white";
# This is the color defined by https://materializecss.com/color.html
$color = "red darken-2";
#
# BASEINFO
#
#The Name of the Role
$name = "Traitor";
#The Description of the Role, HTML conform :)
$description = "Have a plan to kill anyone you meet";
#
# TABS
#
#How To play
$howtoplay = "The Traitors job is to kill all of the Innocent players. Traitors have the toughest job because of how the Innocent normally group together. This disadvantage, however, can be their greatest strength, as when two or more Traitors team up, they can take down the entire group. Of course, other players will grow suspicious when players start disappearing. Be prepared to get scanned, killed, or have to do some killing. Traitors, like Detectives, can buy equipment, mostly weapons. Like Detectives, Traitors can retrieve unspent equipment credits from dead Detectives and Traitors, and will be rewarded with a credit when a Detective is confirmed to be dead.";
#With what roles does this role play best?
$playsbestwith = "Other Traitors";
#Convars
$convars = "TBD";
#
# Credits
#
#The Steam URL to your addon
$steam = "https://steamcommunity.com/sharedfiles/filedetails/?id=2004491494";
#The Source URL to your addon
$source = "https://github.com/Gensokian/ttt2-role_tra";
#Creator of the Addon
$author = "BadKingUrgrain";
#Creatorlink
$authorurl = "https://steamcommunity.com/id/badkingurgrain";
# Credittext (can use the above variables)
$ctext = "This is a base TTT Role";
?>