TTT_Role_Overview/roles/en/innocent.php

56 lines
1.2 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 = "black";
# This is the color defined by https://materializecss.com/color.html
$color = "green darken-5";
2022-03-28 11:05:08 +00:00
#
# BASEINFO
#
2022-03-28 05:40:17 +00:00
#The Name of the Role
$name = "Innocent";
#The Description of the Role, HTML conform :)
2022-03-28 09:31:30 +00:00
$description = "(Chuckles) I'm in Danger :)";
2022-03-28 11:05:08 +00:00
#
# TABS
#
2022-03-28 06:01:58 +00:00
#How To play
2022-03-28 09:27:54 +00:00
$howtoplay = "As an innocent player, you are the most vulnerable. Innocent players risk being killed by Traitors and being wrongly accused of being a Traitor. They also cannot buy equipment. The player can pick up weapons and use them against would-be killers, but normally, players will be killed, due to the surprise nature of the attack.";
2022-03-28 06:01:58 +00:00
#With what roles does this role play best?
$playsbestwith = "Traitors :)";
#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
?>