Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- THEME BY JUSTXCE THEMES --
- @rpjustxce.tumblr.com
- --------------------------
- PAGE 03: queen --
- --------------------------
- TERMS OF USAGE:
- - DO NOT REMOVE THE CREDIT
- - DO NOT REDISTRIBUTE
- - DO NOT CLAIM AS YOUR OWN
- - DO NOT USE AS A BASE
- -------------------------->
- <html>
- <head>
- <title>ᶰᵒᵗ ᵃ ᵖᵃʷᶰ ᵇᵘᵗ ᵃ ᵠᵘᵉᵉᶰ</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- </head>
- <script type="text/javascript"
- src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <script src="https://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <link href="https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day|Maitree|Oswald" rel="stylesheet">
- <style type="text/css">
- ::-webkit-scrollbar {
- width: 0px;
- height: 1px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background:transparent;
- }
- ::-webkit-scrollbar-track {
- background: transparent;
- border: 0px none transparent;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- body {
- background:#000;
- background-image: url('http://static.tumblr.com/poesisw/T4Hok321b/queen-bg-f.jpg');
- background-position: top left;
- background-repeat: no-repeat;
- background-attachment: fixed;
- margin:0;
- font-size: 9px;
- font-family: arial;
- letter-spacing:1.5px;
- line-height:130%;
- color:#adadad;
- -webkit-filter:blur(.2px);
- filter:blur(.2px);
- }
- a {
- color:#692831;
- text-decoration:none;
- letter-spacing:1px;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a:hover {
- letter-spacing:1px;
- text-decoration:none;
- color:#fff;
- cursor:help;
- }
- b, strong {
- color:#922020;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:15px;
- font-family: 'Oswald', sans-serif;
- text-shadow:2px 1px 2px #424242, 0 0 20px black;
- }
- i, em {
- text-transform:lowercase;
- font-size: 18px;
- color:#b67070;
- letter-spacing:2px;
- font-family: 'Dawning of a New Day', cursive;
- }
- img {
- max-width:100%;
- height:auto;
- }
- p {
- margin:10px 0 10px 0;
- }
- p:first-of-type {
- margin-top:0;
- padding-top:0;
- }
- p:last-of-type {
- margin-bottom:10px;
- padding-bottom:0;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- h1 {
- color:#760a0a;
- padding:10px;
- font-size:20px;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:center;
- font-family: 'Maitree', serif;
- text-shadow:0 0 3px black, 0 0 10px #909090, 0 0 20px #fff;
- background-image:url('http://static.tumblr.com/poesisw/nJIohmw9w/h1-bg.jpg');
- background:position:center center;
- border:4px double #111;
- }
- h2 {
- color:#541919;
- text-align:center;
- font-size:18px;
- }
- #sidebar {
- position:fixed;
- width:100px;
- max-height:150px;
- top:280px;
- left:1050px;
- font-size:10px;
- text-align:right;
- color:#878787;
- overflow-y:scroll;
- }
- #marx1 {
- position:fixed;
- width:250px;
- height:250px;
- top:130px;
- left:500px;
- background:#111;
- background-image:url('http://static.tumblr.com/poesisw/UTsok31li/queen-bg-1.png');
- }
- #marx2 {
- position:fixed;
- width:250px;
- height:250px;
- left:760px;
- top:130px;
- background:#111;
- background-image:url('http://static.tumblr.com/poesisw/Cv8ok31tm/queen-bg-2.png');
- }
- #marx3 {
- position:fixed;
- width:250px;
- height:250px;
- top:390px;
- left:500px;
- background:#111;
- background-image:url('http://static.tumblr.com/poesisw/Tkeok31ln/queen-bg-3.png');
- }
- #marx4 {
- position:fixed;
- width:250px;
- height:250px;
- top:390px;
- left:760px;
- background:#111;
- background-image:url('http://static.tumblr.com/poesisw/2UUok31lq/queen-bg-4.png');
- }
- .marx {
- padding-top:120px;
- padding-left:10px;
- font-size:280px;
- text-align:center;
- opacity:.5;
- -webkit-transition: all .7s ease;
- transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- }
- .marx:hover {
- opacity:1;
- }
- .marx a {
- color:#fff;
- -webkit-filter:blur(0px);
- filter:blur(0px);
- -webkit-transition: all .7s ease;
- transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- }
- .marx a:hover {
- color:#110606;
- -webkit-filter:blur(2px);
- filter:blur(2px);
- }
- /*customization for navigation links*/
- #hammer {
- position:fixed;
- width:100px;
- height:auto;
- right:25px;
- top:285px;
- }
- #hammer a {
- width:100px;
- height:20px;
- font-size:12px;
- padding-top:7px;
- display:block;
- margin-bottom:10px;
- color:#000;
- box-shadow: inset 5px 0 0 0 #692831;
- padding-left:10px;
- -webkit-transition: all ease 0.8s;
- -moz-transition: all ease 0.8s;
- transition: all ease 0.8s
- }
- #hammer a:hover {
- width:100px;
- color:#adadad;
- box-shadow: inset 100px 0 0 0 #692831;
- }
- .popup_block{
- display:none;
- background:#0c0c0c;
- padding:20px;
- float:left;
- max-height:400px;
- overflow:scroll;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- box-shadow: 0px 0px 20px #000; /* delete for solid white */
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:#000; /* change to #fff for solid white */
- opacity:0.5; /* change to opacity:1; */
- }
- /*customization for tooltips */
- #s-m-t-tooltip {
- max-width:300px;
- width:160px;
- text-align:center;
- padding:5px;
- font-family: arial;
- margin:15px 15px 5px 0px;/*how far it appears from link*/
- color:#fff;
- text-shadow:0 0 1px black, 0 0 3px black, 0 0 10px #ac2508;
- font-size:12px;
- letter-spacing:3px;
- text-transform:lowercase;
- background-image:url('http://static.tumblr.com/poesisw/nJIohmw9w/h1-bg.jpg');
- background-position:center center;
- border:4px double #111;
- z-index:99999;/*don't change this*/
- }
- /* DO NOT REMOVE THIS. It's my credit and I worked very hard on it. */
- #mycredit {
- z-index:999999999;
- bottom:5px;
- right:5px;
- height:30px;
- width:30px;
- opacity:.4;
- position:fixed;
- padding:5px;
- -webkit-transition: 0.8s ease-in;
- -moz-transition: .8s ease-in;
- transition: .8s ease-in;
- }
- #mycredit:hover {
- transform:rotate(90deg);
- opacity:1;
- }
- </style>
- </head>
- <body>
- <!--sidebar with description-->
- <div id="sidebar">❝ I jumped right out of the Lazarus Pit into this....into Speedy. But um...I've just been wondering if this is even who I am. And then I threatened to kill a little girl, and I realized that I am my father's daughter. So I thought about what Laurel would say, and I think she would tell me to get out. ❞</div>
- <!--main marx boxes , don't forget to change the titles of your links so your tooltips correspond ; also don't forget to change the letters in each of the four boxes .-->
- <div id="marx1"><div class="marx"><a href="#?w=300" rel="box1" class="poplight" title="Profile">T</a></div></div>
- <div id="marx2"><div class="marx"><a href="#?w=300" rel="box2" class="poplight" title="Biography">H</a></div></div>
- <div id="marx3"><div class="marx"><a href="#?w=300" rel="box3" class="poplight" title="Enhancements">E</a></div></div>
- <div id="marx4"><div class="marx"><a href="#?w=300" rel="box4" class="poplight" title="Verses">A</a></div></div>
- <!--navigation links-->
- <div id="hammer">
- <a href='/'>back to base</a>
- <a href='/ask'>ask</a>
- <a href='/submit'>submit</a>
- <a href='/archive'>archive</a>
- </div>
- <!-- DO NOT REMOVE MY CREDIT -->
- <div id="mycredit"><a href="http://rpjustxce.tumblr.com/" title="theme by Justxce Themes"><img src="http://static.tumblr.com/ewpefvd/Uteohiglh/rpj-icon.png"></a></div>
- </body>
- <!---------------- START POPUP BOXES HERE --------------------->
- <!-- these can be edited to be used for anything , not just what i've labeled them to be . the default is a profile , a biography , a skills & & a verses popups , but again , they can really be anything you want -->
- <!--first box here, this is your profile-->
- <div id="box1" class="popup_block">
- <h1>PROFILE</h1>
- <p style="text-align:center;">Thea Dearden Queen (<i>born January 21, 1995</i>) is the daughter of Malcolm Merlyn and the late Moira Queen, the legal daughter of the late Robert Queen (though treated unquestionably as his daughter throughout his life), the ex-step-daughter of Walter Steele, the maternal younger half-sister of Oliver Queen, the paternal younger half-sister of the late Tommy Merlyn and the aunt of William. Thea is also the ex-girlfriend of Roy Harper. After learning how to fight from Malcolm, Thea became a <b>vigilante</b> and member of Team Arrow using her half-brother's nickname for her, <i>Speedy</i>, as her code-name</p>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <!--second box here, this is your biography-->
- <div id="box2" class="popup_block">
- <h1>BIOGRAPHY</h1>
- <p>Thea was born on January 21, 1995 to Malcolm Merlyn and Moira Queen. Though Malcolm was unaware that Thea was his daughter, And Thea was likewise in the dark, Robert Queen was aware but still loved Thea like his own. When Thea was 4 years old she found a stray cat and took it home but despite Moira trying to explain that they couldn't keep but Thea was firmly declared that it was going to live with them. When Robert came home later that day he saw Thea's "cat" and explained to her that the "cat" was actually a tiger and needed to be returned to the zoo and Thea listened.</p>
- <p>When Thea was a child she fell off her horse and was hospitalized. Thea (it is insinuated) idolized Oliver as a child. They used to be close and, according to Oliver, he used to chase after her when she was younger, thus giving her the nickname, "Speedy". When her father and brother (who were in reality her step-father and maternal half-brother) were both presumed dead, Thea felt alone and disconnected from the world. She fell into a life of drugs and partying to fill the void left by her father and brother.</p>
- <h1>HISTORY</h1>
- <p>One of the first people to welcome Oliver back after his return, she becomes disappointed when he reacts negatively about her party lifestyle. She becomes concerned about the scars she witnesses and begs Oliver to talk to someone about what happened on the island. In return, the two bond and Oliver continues to try to reform his younger sister.</p>
- <p>5 months after the earthquake, Thea got her act together taking over Oliver's role as owner of Verdant, and still in a relationship with Roy Harper. However, they tend to fight due to Roy trying to fill in the Hood's role. When Oliver came back Thea was happy to see her brother again, who was impressed by how much his sister changed. Thea shut him down when Oliver attempted to persuade her to visit Moira in prison. Later Roy also made the same attempt, only to be shut down as well. When Verdant later got attacked by the Hoods, looking for Oliver, Roy made an attempt to fight the attackers, to no avail with the Hoods kidnapping Thea in the process. While in captivity, when the Hoods argued what to do with Thea, Thea realized that Moira was a victim of circumstances and that she had no choice but to follow Malcolm due to her fear of him. When one of the Hoods decided to kill Thea, Oliver, as the Hood, managed to save her. Later Thea visited Moira in prison telling her about her near death experience, and reconciled with her mother.</p>
- <p>Thea was kidnapped by Slade Wilson and is told by him that Malcolm Merlyn is her biological father. The news makes her break down in shock and tears, and thus wrecking the relationship between her, Oliver and Moira.</p>
- <p>When Malcolm brought Thea to Corto Maltese, he began to train her, teaching her concepts such as "Pain is inevitable, but suffering is optional" by pouring boiling water over her hand. Thea attempted to resist the pain but soon placed her hand in the bowl of cool water below. Malcolm then decided to train her the same way he was trained. Thea was then beaten and kicked by Malcolm several times, before she pulled a sword on Malcolm, to which he stated they could begin.[40]</p>
- <p>Somewhere during this six months he drugged her with a poison which made her obey his commands without remembering it. The two of them went with a plane towards Starling City. While Thea was being drugged, Malcolm made her kill Sara Lance by shooting her in the chest with arrows. The two then returned to Corto Maltese but Thea had no memory of murdering Sara.[41] She trained further and her father was proud of her skills in combat and she proudly addressed him as "dad".</p>
- <p>Thea eventually returns to Starling City, persuaded by Oliver and opens up a club, Verdant. Through a series of events, she eventually takes up the Red Hood left behind by Roy Harper and joins Team Arrow as Speedy.</p>
- <h1>PERSONALITY</h1>
- <p>Initially, Thea can be seen as reckless, selfish, impulsive, and immature. She turned to a life of substance abuse and partying to fill the void of losing her father and older brother. However, when Moira tried to be a decent parent for the first time by grounding her for breaking into a store, Thea obeyed the punishment even though she called Moira out at first. She also has a good heart and often tries to do the right thing, and looks up to Oliver. When she meets Roy Harper, a young criminal, she quickly forms a strong romantic attraction, and she is shown to be extremely devoted to him, repeatedly bailing him out of jail. She also showed up to the auction for Unidac Industries to support Walter even though she said she had no intention of going at first. After Roy is saved by the Hood, Thea goes along with him to meet the man who saved his life. This shows that Thea, while young, reckless, and impulsive, has a strong sense of loyalty and camaraderie for those she loves. Thea is also shown to be unpredictable. One example was when she would intentionally show up late to school and sometimes be on time.</p>
- <p>After working with Laurel, her partying and drug abusing days came to be exchanged for a more dutiful and emotionally responsible personality. After the quake, Thea became much more responsible, having to fend for herself financially from Moira's imprisonment, and Oliver's self-imposed exile. She eventually became the new owner of Verdant. In Season 2, though Thea was originally opposed to Roy being a vigilante like the Arrow she eventually warmed up to it when Roy saved Sin, though Thea still tried to be involved as much as possible. When Roy is injected with the Mirakuru and becomes more aggressive, Thea begins to feel pushed away as Roy doesn't talk about it with her. When Roy later breaks up with her she becomes extremely depressed. Furthermore, when Thea learns that Malcolm Merlyn is her biological father from Slade Wilson, she becomes angry towards Oliver and Moira, for keeping the secret from her, branding them liars and disowning them as family. When Moira is murdered by Slade to protect Thea, right in front of her with her final words to Thea that she loves her, Thea is completely devastated, numb with despair to the point she decides to leave Starling City.</p>
- <p>When Malcolm Merlyn appears during the Siege, protecting her from Slade's super-soldiers, saying he was her father, she at first rejected Malcolm, was disgusted by him and even tried to shoot him, (Thea is more like her biological father, then she realizes). However, after Thea learned of Roy working with the Arrow, this was the last straw for her and so she went back to Malcolm. Determined not to feel weak or hurt ever again, Thea sought training from Malcolm, to teach her how to defend herself.</p>
- <p>After six months' training under Malcolm, Thea has become a much more confident, disciplined, emotionally stronger person and can physically fend for herself as well. Despite Malcolm being a murderer, she has accepted Malcolm as her father and calls him dad. However she also has shown to have become manipulative in lying about not knowing Malcolm, his training her and avoiding any conversations about him with Oliver. Malcolm's harsh training has turned her in a capable fighter as she is able to act quickly and decisively when cornered. This was shown when confronted with the Arrow, she threw glass in his face and kicked him in the groin after which she escaped. Later on, when Thea finally learns of Oliver's identity as the Arrow, she showed great maturity in accepting her half-brother's vigilante identity, she went back to looking up to him and gracefully praised him for all of the lives he'd saved, for all the good he'd done for Starling City, knowing everything he did was to protect her.</p>
- <p>However, when she learns from Oliver that Malcolm had drugged and brainwashed her with Vitura and had her murder Sara Lance under his manipulations, Thea is devastated, beyond horrified. She begins to unravel, holding Slade Wilson at gunpoint on Lian Yu, and viciously turns against Malcolm. When faced against the League of Assassins, Thea arranges for them to kidnap Malcolm so he faces justice. When Oliver points out, she will feel guilty for what she did, she tried to brush this off, however, her conscience catches up with her, Thea realizes she tried to have her own father killed while wracked with guilt over Sara and coming to regret every decision she's made since accepting Malcolm. She even attempts suicide by Nyssa's hand. When Oliver returns with Malcolm, Thea, feels remorse for what she did to her father, but covered it up, when she said she would turn him over to the League all over again. She laments she doesn't know what she's doing, who she is anymore.</p>
- <p>After being revived by the Lazarus Pit (after she was killed by Ra's al Ghul), her rebirth appeared to have left its mark on her soul. She had a much more actionable persona as well as a dark sense of honor. She feels responsible for her half-brother's defection for his joining the League of Assassins. When Oliver was supposedly brainwashed and had Diggle at sword-point, she shoots an arrow through her half-brother's arm to stop him and threatened him the next would be in his eye. When Roy decides to end their relationship, as well as leaving her his Arsenal suit, she accepts it and is inspired to assume her own mantle joining Team Arrow and operate as a vigilante under the name Speedy.</p>
- <p>After six months of being a vigilante, the side effects of the Lazarus Pit's waters started to take affect, Thea has become extremely aggressive and bloodthirsty to the point of being unstable and unpredictable.</p>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <!--third box here, this is your enhancements-->
- <div id="box3" class="popup_block">
- <h1>SKILLS & WEAPONS</h1>
- <h2>Former powers</h2>
- <ol>
- <li>Immunity: It has been revealed that Thea is immune to Damien Darhk's powers and using them on her actually caused them to backfire onto himself, almost killing him. This is most likely due to the Lazarus Pit and its magical properties, as well as her blood-lust. However, since she has been cured of the Lazarus Pit's affects, Thea is likely no longer immune to Damien's powers.</li>
- </ol>
- <h2>Abilities</h2>
- <ol>
- <li>Peak of human physical condition: After 5 months of training, Thea became a strong fighter, that can clash in battle with several opponents. Malcolm Merlyn trained Thea in kenjutsu and martial arts, and after some time, Thea received excellent physical training. During her training and the fight she showed excellent flexibility and coordination.</li>
- <li>Free running/Acrobatics/Stealth: After 5 months of training, Thea was able to sneak up on Sara who only realized she was there when she called her name. After 5 months of training, Thea was able to escape from Oliver (in his guise as the Arrow) by jumping off her balcony.</li>
- <li>Indomitable will/Tolerance for pain: Thea was also taught by Malcolm to withstand pain by pouring hot liquid over her hand. By the end of her 6-month stay with her when someone accidentally spilled hot coffee on her she didn't even flinch from the pain. When Oliver dislocated her shoulder she merely groaned in pain, showing she was able to tolerate this pain as well. Even more, Thea has shown great mental strength, able to overcome the brainwashing effects of H.I.V.E.'s drug and regain her independence.</li>
- <li>Keen intellect/Expert detective/Great business acumen: Thea had proven to be very smart, though not on an academic or scientific basis. She was able to trace the chain from a wallet to Roy Harper, who stole her purse at the time. She can sense when someone is lying or hiding something from her, she figured out that her half-brother and mother were secretly fighting, and she notice that Oliver is keeping a secret about Sara. She took over her half-brother's club Verdant, she became a successful businesswoman and was able to run the club perfectly.</li>
- <li>Expert hand-to-hand combatant/Martial artist: Along with highly skilled swordsplay, Thea became a proficient fighter, who can easily beat two trainers. She combines her sword mastery with powerful kicks and punches. When Oliver confronted her (in his guise as the Arrow) she landed a groin kick and then tried to use multiple strikes on him, however, Oliver blocked and dodged her blows, after which she flees the scene. However, she was unable to fight off Chase, an agent of the League of Assassins, and was almost killed, if not for Roy and Malcolm's intervention. Later on, she was able to fend off Slade Wilson alongside Oliver, however, it should be noted that Oliver was seriously injured at the time and if Thea had not pulled a gun on Slade, when she did, she would have been defeated by the latter. Unfortunately, she was no match for Ra's al Ghul, as she was overpowered and almost killed by the latter, this shows that Thea is still not yet at her half-brother and father's level</li>
- <li>Expert knife-thrower: Without watching she was able to throw a letter opener to Malcolm's forehead, which he caught.</li>
- <li>Master archer: Thea is highly skilled in archery, having won archery contests.[3] She was able to quickly shoot three arrows to Sara in her chest. She shot an arrow at Oliver's arm with great accuracy.</li>
- <li>Skilled stick fighter: Thea is skilled in fighting with sticks. Being able to spar with Oliver and impressing him.</li>
- <li>Skilled swordswoman: During the five months, Thea went away with Malcolm Merlyn, he has trained her in kenjutsu and other forms of sword fighting. She became so skillful, that she could easily defeat two trainers at once and received praise from Malcolm during their sparring sessions. Even after being a vigilante for six months, Thea's swordsmanship skills are still not yet at her half-brother and father's level, as she was overpowered by Malcolm on two separate occasions, who defeated her with little effort.</li>
- <li>Toxicology: Thea has displayed a familiarity with poisons, being able to detect disguised cyanide in red wine.</li>
- </ol>
- <h2>Former weaknesses</h2>
- <ol>
- <li>Bloodlust: Due to her being revived by the Lazarus Pit, Thea will forever be compelled to kill, with the impulse only subsiding for a month at a time if she gives in to it; the only way to permanently end it was allegedly to kill the one who killed her, which was impossible as Ra's al Ghul was already dead. When she resisted the urge, it eventually turned on her to take her own life, but she was saved when Nyssa al Ghul provided Oliver with the Lotus elixir, which he used to cure Thea of the condition permanently.</li>
- </ol>
- <h2>Equipment</h2>
- <ol>
- <li>Arsenal suit: Thea was given Roy's Arsenal suit to use as her heroic alter-ego, Speedy, to hide her identity from her enemies, when she goes out fighting crime. It is also unknown what materials it is made from; with the exception of kevlar. It seems to resemble the suit worn by her half-brother. In "This is Your Sword", Roy gave the suit to Thea, claiming that red looked better on her.</li>
- <li>Customized Compound Bow: While killing Sara and shooting Oliver (as Al Sah-Him), she used a bow similar to the one Malcolm uses.
- <li>Customized Recurve Bow: While out fighting crime as Speedy, Thea uses a red colored recurve bow.</li>
- <li>Dark Archer suit: While killing Sara, she wore a dark suit with a hood. The suit seemed to be inspired by the League of Assassins suit her father wears as his persona the Dark Archer.</li>
- <li>Hunting Arrows: While killing Sara, she used hunting arrows similar to that of Malcolm Merlyn and members of the League of Assassins. Later on as her heroic alter-ego as Speedy, she uses red colored arrows similar to Roy's.</li>
- <li>Jian: Thea has a Chinese straightsword for her training with Malcolm.</li>
- <li>Katana: Thea has a katana for training in kenjutsu.</li>
- <li>Shinai/Bokken: Thea has a wooden sword for training in kenjutsu.</li>
- <li>Trick arrows: It has only been shown twice but Thea has used a grappling hook arrow in Green Arrow and she used a syringe arrow in Code Of Silence.</li>
- <li>Quiver: While killing Sara, and as Speedy, she wore a dark quiver to carry her arrows with her.</li>
- </ol>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <!--fourth box here, this is your verses-->
- <div id="box4" class="popup_block">
- <h1>UNIVERSES</h1>
- <h2>Verse 1</h2>
- <p style="text-align:center;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
- <h2>Verse 2</h2>
- <p style="text-align:center;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
- <h2>Verse 3</h2>
- <p style="text-align:center;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <!-------------------- END POPUPS HERE ------------------------------>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment