TTT_Role_Overview/roles/en/detective.php

57 lines
1.3 KiB
PHP
Raw Permalink Normal View History

2022-03-28 05:40:17 +00:00
<?php
2022-03-28 11:05:08 +00:00
#
# COLORS
#
2022-03-28 05:40:17 +00:00
# Text Color
$tcolor = "white";
# This is the color defined by https://materializecss.com/color.html
$color = "indigo";
2022-03-28 11:05:08 +00:00
#
# BASEINFO
#
2022-03-28 05:40:17 +00:00
#The Name of the Role
$name = "Detective";
#The Description of the Role, HTML conform :)
2022-03-28 09:27:54 +00:00
$description = "Use your gadgets to find the enemies!";
2022-03-28 11:05:08 +00:00
#
# TABS
#
2022-03-28 06:01:00 +00:00
#How To play
2022-03-28 09:27:54 +00:00
$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.";
2022-03-28 06:01:00 +00:00
#With what roles does this role play best?
$playsbestwith = "Baseroles";
#Convars
2022-03-28 11:08:05 +00:00
$convars = "TBD";
2022-03-28 11:05:08 +00:00
#
# 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
2022-03-29 05:53:54 +00:00
$author = "BadKingUrgrain";
2022-03-28 11:05:08 +00:00
#Creatorlink
2022-03-29 05:53:54 +00:00
$authorurl = "https://steamcommunity.com/id/badkingurgrain";
2022-03-28 11:05:08 +00:00
# Credittext (can use the above variables)
2022-03-28 11:08:05 +00:00
$ctext = "This is a base TTT Role";
2022-03-28 05:40:17 +00:00
?>