07-14-2016, 06:06 PM
(This post was last modified: 07-14-2016, 06:13 PM by Noah Buttes. Edited 1 time in total.)
I submit for the approval of the committee: pop-ups.
WRESTLER
Doesn't actually need anything besides just a little notice about the addictions since it's the exact same otherwise.
FANGLESS VAMPIRE
DEMONIC CLUWNE
GENETIC DEMIGOD
SHITTY MACHO MAN
You can just copy those and paste them into a file and they'll work perfectly, pretested.
WRESTLER
Doesn't actually need anything besides just a little notice about the addictions since it's the exact same otherwise.
Code:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="{{resource("css/style.css")}}">
</head>
<body class="traitor-tips">
<h1 class="center">You are a wrestler!</h1>
<p>1. You have access to a couple of wrestling moves:
<span class="small"><br><br>
<em>Kick</em> people away from you. [1]<br>
<em>Strike</em> to briefly stuns a nearby person. [1]<br>
<em>Drop</em> onto a prone opponent. [1]<br>
<em>Throw</em> somebody across the room.<br>
<em>Slam</em> somebody into the floor.<br>
Use the <em>*flip emote</em> to jump onto tables.<br>
Grab people firmly and <em>*flip</em> to deal extra damage.<br>
Climb onto chairs and <em>*flip</em> to jump into people.<br>
<em>Punching</em> somebody also has a chance of sending them flying.<br>
</span>
</p>
<p>2. All moves <em>marked with [1]</em> require manual target selection if there's more than one person adjacent to you.<p>
<p>3. Also keep in mind that <em>Slam and Throw</em> actions require a tight grip on someone, and that <em>Drop</em> can only target prone opponents.<br>
<p>4. You can reduce the cooldown of the moves with coffee, sugar, meth or other stimulants in your bloodstream.</p>
<p>5. For more information, please consult <A HREF='http://wiki.ss13.co/Wrestler'>the wiki</A>.</p>
<h3>6. Since you've acquired your wrestling prowess through unconventional means, you are permanently addicted to drugs!</h3>
</body>
</html>
FANGLESS VAMPIRE
Code:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="{{resource("css/style.css")}}">
</head>
<body class="traitor-tips">
<h1 class="center">You are a vampire!</h1>
<img src="{{resource("images/antagTips/vampire-image.png")}}" class="center" />
<p>1. <em>Danger!</em> If you walk in space, starlight will burn you to a crisp.<br>
The chaplain is your nemesis. Avoid him and the chapel.</p>
2. <em>Unfortunately,</em> since you gained your vampirism through unconventional means, you start off with none of the usual powers available to a vampire but all of the weaknesses. You will have to acquire your blood through more conventional means like syringes, blood bags, and wine glasses. <br>
<p>3. Eventually, with enough blood, you will acquire the more advanced vampire powers, but the basic starting skills will remain forever lost to you.</p>
</body>
</html>
DEMONIC CLUWNE
Code:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="{{resource("css/style.css")}}">
</head>
<body class="traitor-tips">
<h1 class="center">You are a demonic cluwne!</h1>
<p>1. You have been brought forth upon this station by dark and otherworldy powers that lifted you from the stygian plane of eternal torment.</p>
<p>2. Your goal is simple. Bring ruination upon the damnable fools that make up this station's crew.</p>
<p>3. To help you in achieving this goal, you have several unique powers accessible in the same menu that you would use to access genetic powers.</p>
<h3>4. Oh, you're also nearly immortal!</h3>
</body>
</html>
GENETIC DEMIGOD
Code:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="{{resource("css/style.css")}}">
</head>
<body class="traitor-tips">
<h1 class="center">You are a genetic demigod!</h1>
<p>1. You have been brought forth upon this station by a divine power that lifted you from the limited realm of human existence.</p>
<p>2. Your goal is simple. Spread your genetic gifts to all upon this station.</p>
<p>3. To help you in achieving this goal, you have a genetic mutation aura that will induce similarly god-like mutations in anyone standing next to you. You have also had your full normal human genetic potential unlocked, so there will likely be many powers under the genetics tab.</p>
<h3>4. Spread your gifts by any means necessary, any and all violence is justified on your divine mission!</h3>
</body>
</html>
SHITTY MACHO MAN
Code:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="{{resource("css/style.css")}}">
</head>
<body class="traitor-tips">
<h1 class="center">You are a Macho Man wannabe!</h1>
<p>1. You are an incomplete Macho Man, with almost no stamina, a frail body that takes double damage, and only one Macho Power, Macho Healing.</p>
<p>2. However, you are a glass cannon as you inflict double damage with most melee weapons and no longer need to expend stamina to attack or suplex people. </p>
<p>3. You must prove to yourself and to your audience that, even though you may not be a true <b>MACHO MAN</b>, <b>you ARE a hero. A macho hero. Be a force for macho goodness and macho justice.</b></p>
<h1><span style="color: #ff0000;">MACHO MADNESS IS RUNNIN' WILD</span></h1>
<h1><span style="color: #ff0000;">OH YEAH</span></h1>
</body>
</html>
You can just copy those and paste them into a file and they'll work perfectly, pretested.