From 668e25e6d1fddf15bcc0bdc4079f760c6200a751 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 28 Mar 2022 11:21:09 +0200 Subject: [PATCH] updated the baseroles and added titles --- index.php | 1 + roles/detective.php | 2 +- roles/innocent.php | 2 +- roles/traitor.php | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 141b117..6025296 100644 --- a/index.php +++ b/index.php @@ -36,6 +36,7 @@
+ '.$name.'

I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.

diff --git a/roles/detective.php b/roles/detective.php index 1bba2d0..61bcadf 100644 --- a/roles/detective.php +++ b/roles/detective.php @@ -10,7 +10,7 @@ $source = "https://github.com/Gensokian/ttt2-role_tra"; #The Name of the Role $name = "Detective"; #The Description of the Role, HTML conform :) -$description = "Some example content"; +$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 diff --git a/roles/innocent.php b/roles/innocent.php index 498c235..425e448 100644 --- a/roles/innocent.php +++ b/roles/innocent.php @@ -10,7 +10,7 @@ $source = "https://github.com/Gensokian/ttt2-role_tra"; #The Name of the Role $name = "Innocent"; #The Description of the Role, HTML conform :) -$description = "Some example content"; +$description = "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."; #Creator of the Addon $author = "Garry"; #How To play diff --git a/roles/traitor.php b/roles/traitor.php index 78496b4..583530e 100644 --- a/roles/traitor.php +++ b/roles/traitor.php @@ -10,7 +10,7 @@ $source = "https://github.com/Gensokian/ttt2-role_tra"; #The Name of the Role $name = "Traitor"; #The Description of the Role, HTML conform :) -$description = "Some example content"; +$description = "Their 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."; #Creator of the Addon $author = "Garry"; #How To play