tk_duveraun

DA Faux Wiki Profile

Jul 30th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.06 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <style>
  4. h1 {
  5.     color: #d4d4d4;
  6.     font-family: arial;
  7.     font-size: 40px;
  8.     border-bottom: 1px solid #d4d4d4;
  9.  
  10. }
  11. div.container {
  12.     width: 80%;
  13.     margin: auto;
  14.     overflow: auto;
  15.     position:relative;
  16.     /*Be kind*/
  17. }
  18. ul {
  19.     list-style-type: square;
  20.     color: #d5d4d4;
  21.     font-family: arial;
  22.     font-size: 14px;
  23.     padding-left: 18px;
  24. }
  25. ul.t2 {
  26.     list-style-type: square;
  27.     color: #d5d4d4;
  28.     font-family: arial;
  29.     font-size: 14px;
  30.     padding-left: 36px;
  31. }
  32. ul.t3 {
  33.     list-style-type: square;
  34.     color: #d5d4d4;
  35.     font-family: arial;
  36.     font-size: 14px;
  37.     padding-left: 46px;
  38. }
  39. img {
  40.     float: right;
  41. }
  42. img.butt {
  43.     float: left;
  44.     padding-right: 5px;
  45.     border:none;
  46. }
  47. em {
  48.     font-style: italic;
  49. }
  50. em2 {
  51.     font-style: italic;
  52.     color: #999999;
  53. }
  54. em3 {
  55.     font-style: normal;
  56.     color: #ffe4b5;
  57.     font-variant: small-caps;
  58.    
  59. }
  60. body {
  61.     background-color: #181818;
  62. }
  63. a:link {
  64.     color: #ffa;
  65.     background-color: transparent;
  66.     text-decoration: none;
  67. }
  68. a:visited {
  69.     color: #bbb271;
  70.     background-color: transparent;
  71.     text-decoration: none;
  72. }
  73. a:hover {
  74.     color: #bbb271;
  75.     background-color: transparent;
  76.     text-decoration: underline;
  77. }
  78. h2 {
  79.     color: #d5d4d4;
  80.     font-family: arial;
  81.     font-size: 150%;
  82.     border-bottom: 1px solid #d4d4d4;
  83.     font-weight: normal;
  84.  
  85. }
  86. p  {
  87.     color: #d5d4d4;
  88.     font-family: arial;
  89.     font-size: 95%;
  90. }
  91. p.t1  {
  92.     color: #d5d4d4;
  93.     font-family: arial;
  94.     font-size: 14px;
  95.     padding-left: 18px;
  96. }
  97. .button {
  98.     background-color: #181818;
  99.     border: none;
  100.     cursor: pointer;
  101.     border: none;
  102.     float: left;
  103. }
  104. #spoilers {
  105.     width: 100%;
  106.     text-align: left;
  107.     background-color: #181818;
  108.     color: #d5d4d4;
  109.     font-size: 95%;
  110.     display: none;
  111. }
  112. </style>
  113. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  114. <div class=container>
  115. <h1>Faust "Fox" Sa'alle</h1>
  116. <p><img src="https://i.imgur.com/RSns6l0.png"> <!-- This image is the profile box. You can use the spreadsheet to generate one and turn it into an image, or you can code the table by hand. Spreadsheet link: https://docs.google.com/spreadsheets/d/1lNLlRg-iklBjcif9GKPpsTe25d8J_-RFkWgA1fiDfmY/edit#gid=0 -->
  117.  
  118. Faust “Fox” Sa’alle (born 9:10 Dragon) is a human mage of the <a href="">Tevinter Imperium</a> and a companion in <a href="">Dragon Age: Inquisition.</a></p>
  119. <h2>Background</h2>
  120.  
  121. <p>Fox was born to the equally illustrious and infamous House Sa’alle of Asariel in secret. House Sa’alle is infamous for blood magic and noteworthy for being matriarchal due, supposedly, to a dearth of male children. The bloodline originated in Orlais, but quickly moved to Tevinter due to the strong magic in their blood. Despite having the blood of an altus, Fox was raised as a laetans born to a retainer of House Sa’alle.</p>
  122.  
  123. <p>Despite the subterfuge, Fox easily rose through the ranks of young mages at the Circle at Asariel and is soon transferred to Minrathous for accolades and specialization. He was well-liked in Minrathous society for openly having no moral qualms about blood magic, though he was not a practitioner himself. He was best known for his lightning wisp-containing lamps.</p>
  124.  
  125. <button class="button" onclick="spoiler('onLoad','onClick')"><img class="butt" src="https://i.imgur.com/CIZUxl5.png"></button>
  126. <div id="onLoad" style="display:block;"><p style="padding-top:25px;padding-bottom:25px"><em2>Click the image to display spoilers for <a href="">Dragon Age:Inquisition</a>.</em2></p></div> <!-- You can replace this with DAO or DA2 and change the imagine in the <button> section, but all of the spoiler buttons will be open/closed with one click unless you do a lot of other coding changes -->
  127.  
  128.  
  129. <div id="onClick" style="display:none;"><p style="padding-top:5px;padding-bottom:30px"> Like all male Sa’alle children, Fox was cursed at birth. Once his magical power reached a certain threshold, he would die and his power would be transferred to his younger sister Sybil. This contributed to his distaste for blood magic, which would have pushed him over that threshold much earlier.</p></div>
  130. <script>
  131. function spoiler(div1,div2)
  132. {
  133.    d1 = document.getElementById(div1);
  134.    d2 = document.getElementById(div2);
  135.    if( d2.style.display == "none" )
  136.    {
  137.       d1.style.display = "none";
  138.       d2.style.display = "block";
  139.    }
  140.    else
  141.    {
  142.       d1.style.display = "block";
  143.       d2.style.display = "none";
  144.    }
  145. }
  146. </script>
  147.  
  148.  
  149. <h2>Involvement</h2>
  150. <p>Should the Herald choose to investigate The Shattering Wood, their party will be magically attacked by Fox. When forced to yield, Fox will reveal that he has lured them onto a ritual circle made of stones dug into the ground. He claims the circle will kill himself anyone else inside the the circle and that he has no qualms losing his life to protect his cause.</p>
  151.  
  152. <p>When the Inquisitor reveals the Mark of the Rift and explains that they have to live in order to seal the Breach, Fox agrees to let the Herald and their party leave. Fox initially refuses recruitment because he has to remain to protect his cause. His cause is an orphanage he created to harbor mage children safely. He started it at the very beginning of the Mage Rebellion when the true horrors of the Circles in the South were first impressed upon him.</p>
  153.  
  154. <p>See full details on the quest page <em><a href="https://tk-duveraun.tumblr.com/ShatteringWood" >The Shattering Wood</em></a>.</p>
  155. <p>After being recruited, Fox can be found in the dusty old library in Skyhold's lower levels. On the tablet next to him are blood-stained papers. The stack grows as the Inquisitor kills more Templar enemies in game. He can be questioned about the magisters known to be Venatori, which will unlock the wartable operation <em><a href="">Raised to Rule</a></em>. After completing the operation, Fox will no longer speak of the magisters, instead he will politely ask the Inquisitor to change the subject.</p>
  156.  
  157. <p>During <em><a href="">What Pride Has Wrought</a></em>, Fox will approach the Inquisitor and as if they're sure they want to take a scion of the Magisterium into an ancient elvhen temple, providing the opportunity for the Inquisitor to switch their party without the summoning horn. Fox can later be offered to drink from the <a href="">Well of Sorrows</a>, but will decline with prejudice as well as an approval drop. See full details on page <a href="https://tk-duveraun.tumblr.com/FoxDialogue">Fox (Dialogue)</a>.</p>
  158.  
  159. <h2>Approval</h2>
  160. <p>Despite his focus on saving mage children and history of helping slaves escape, Fox holds little value for life. He will almost always approve of decisions that simplify the problem via murder. He will often suggest murder as a solution and will greatly disapprove of the Inquisitor making personal or executive sacrifices to avoid what he believes to be a minor loss of life. In that vein, he will greatly disapprove if the Inquisitor exiles the Wardens at Adamant.</p>
  161.  
  162. <p>He will gain slight approval from helping those in need, as long as the problem is not more easily solved by murder.</p>
  163. <h2>Romance</h2>
  164.  
  165. <p>Fox is a romance option for any Inquisitor regardless of gender or race.</p>
  166.  
  167. <p>After Here Lies The Abyss, if the Inquisitor has high enough approval, they can lock in the romance with Fox. This should be easily reached by completing <a href=""><em>Permanent Records</a></em> and <a href=""><em>Relative Morality</a></em>. When locking in the romance, the Inquisitor has the option of having an asexual relationship with him. Any response locking in the romance will result in Fox referring to the Inquisitor as Belovéd.</p>
  168.  
  169. <p>On completing <em>Here Lies the Abyss</em>, Fox has additional dialogue if the Inquisitor has pursued the romance path with him. If Fox was with the Inquisitor, he says, "For just a moment, I thought the Nightmare might consume us." If he was not with the Inquisitor, he says, "When you disappeared... If I'd not been out of lyrium, there might not have been a fortress left to return to."</p>
  170.  
  171. <p>
  172.  
  173. At the end of Wicked Eyes and Wicked Hearts, if the Inquisitor is pursuing a romance with Fox, he will appear and offer a dance to the Inquisitor.</p>
  174.  
  175. <p>Locking in the romance with Fox will trigger the optional side quest <a href=""><em>Kept by my Sister</em></a>. On completion, Fox will say, "Why did you do that? I wouldn't have let you do that."</p>
  176.  
  177. <p>
  178.  
  179.  If the Inquisitor locks in a romance with neither Fox nor <a href="">Ela</a>, they will have additional banter indicating a relationship between the two of them and Fox's magic lamp can be found hung on the wall behind Ela in Skyhold's gardens. Similarly, Ela's default weapon can be found in the library with Fox. Full details can be found on the page <a href="">Inquisition Companion Relationships</a>.</p>
  180.  
  181.  </div><div class=container><hr>
  182.  <p style="font-size:70%;">Like this page? Compliment the owner and then check <a href="https://tk-duveraun.tumblr.com/post/186651967574/da-faux-wiki-pages-implementation">this link to make your own</a>.</p>
  183. </div>
  184. </html>
Advertisement
Add Comment
Please, Sign In to add comment