TTT_Role_Overview/roles/en/detective.php

57 lines
1.3 KiB
PHP

<?php
#
# COLORS
#
# Text Color
$tcolor = "white";
# This is the color defined by https://materializecss.com/color.html
$color = "indigo";
#
# BASEINFO
#
#The Name of the Role
$name = "Detective";
#The Description of the Role, HTML conform :)
$description = "Use your gadgets to find the enemies!";
#
# TABS
#
#How To play
$howtoplay = "The Detectives job and the purpose of the equipment is to find out who the Traitors are. A Detective is generally a high profile target to Traitors, due to the Detective's ability to use their DNA scanners to scan bodies which yields evidence. Detectives, when searching bodies, can find extra information, like who he last saw. The Detectives can retrieve unspent equipment credits from dead Detectives and Traitors. Also, all Detectives get a credit when a Traitor is confirmed to be dead.";
#With what roles does this role play best?
$playsbestwith = "Baseroles";
#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";
?>