updated the baseroles and added titles

This commit is contained in:
Jesse James Isler 2022-03-28 11:21:09 +02:00
parent 3f89ed0067
commit 668e25e6d1
4 changed files with 4 additions and 3 deletions

View File

@ -36,6 +36,7 @@
<div class="col s12 m6">
<div class="card '.$color.'">
<div class="card-content">
<span class="card-title">'.$name.'</span>
<p>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.</p>
</div>
<div class="card-tabs">

View File

@ -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

View File

@ -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

View File

@ -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