TTT_Role_Overview/roles/detective.php

23 lines
1.1 KiB
PHP

<?php
# Text Color
$tcolor = "white";
# This is the color defined by https://materializecss.com/color.html
$color = "indigo";
#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";
#The Name of the Role
$name = "Detective";
#The Description of the Role, HTML conform :)
$description = "Their 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.";
#Creator of the Addon
$author = "Garry";
#How To play
$howtoplay = "Help the Innocents figure out how to play";
#With what roles does this role play best?
$playsbestwith = "Baseroles";
#Convars
$convars = "TBD"
?>