Advertisement
cat_inthe_cradle

Zack Fair

May 19th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.30 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. /* ----- BASIC SHIT -----*/
  4.  
  5. @import url(http://static.tumblr.com/6hsqxdt/md2mgu4of/tinytots.css);
  6.  
  7. @import url(http://fonts.googleapis.com/css?family=Yellowtail);
  8.  
  9. @import url(http://fonts.googleapis.com/css?family=Oswald);
  10.  
  11. @import url(http://fonts.googleapis.com/css?family=Unica+One);
  12. @import url(https://fonts.googleapis.com/css?family=Roboto);
  13. @import url(https://fonts.googleapis.com/css?family=Megrim);
  14. @import url(https://fonts.googleapis.com/css?family=Oleo+Script);
  15.  
  16. *, body, a {cursor: url(https://68.media.tumblr.com/40ec5095dda1d0e00a51fca4edb979d4/tumblr_inline_onqzmyB3RJ1sgx6eq_540.png), auto;}
  17.  
  18. a:hover {cursor: url(https://40.media.tumblr.com/88d94e08197c86deb07251dcc6a24315/tumblr_inline_o3mgeuQjfe1sgx6eq_540.png), auto;}
  19.  
  20. ::selection {
  21.  
  22. color: #6abac2;
  23. }
  24. ::-moz-selection {
  25.  
  26. color: #6abac2;
  27. }
  28.  
  29. ::-webkit-scrollbar {background-color:transparent;height:4px; width:3px;border-radius:12px;}
  30. ::-webkit-scrollbar-thumb:vertical {background-color:transparent;height:50px;border-radius:12px;}
  31. ::-webkit-scrollbar-thumb:horizontal {background-color:transparent;height:5px!important}
  32.  
  33.  
  34. sub, sup, small {font-size:10px;line-height:120%;}
  35.  
  36.  
  37. b, strong {color:#54c6c7; font-family: 'Roboto', sans-serif;font-size:13px;font-weight:400;text-decoration:none;text-shadow:1px 1px 1px #000; letter-spacing:-1px;}
  38.  
  39. i, em {color:#dfdedf; text-decoration:none;font-family: 'Oleo Script', cursive; font-size:12px;letter-spacing:1px;text-shadow:0px 0px 6px #dfdedf;}
  40.  
  41. u, underline {text-decoration:none; border-bottom:1px dashed #dfdedf;}
  42.  
  43. pre {
  44. white-space: pre-wrap;
  45. white-space: -moz-pre-wrap;
  46. white-space: -pre-wrap;
  47. white-space: -o-pre-wrap;
  48. word-wrap: break-word;
  49. }
  50.  
  51. #s-m-t-tooltip {
  52. padding: 3px;
  53. background-color:#363636;
  54. display: none;
  55. text-align: center;
  56. position: absolute;
  57. font-style:normal;
  58. margin-top:9px;
  59. margin-left:10px;
  60. font-size:15px;
  61. line-height:9px;
  62. font-family:'Unica One', cursive;
  63. font-weight:bold;
  64. z-index: 999999;
  65. border: 1px solid #5dbdc3;
  66. color: #5dbdc3;
  67. text-shadow:1px 1px 0px #000;
  68. text-transform:uppercase;
  69. letter-spacing: 1px;
  70. -webkit-transition: .3s ease-in-out;
  71. -moz-transition: .3s ease-in-out;
  72. -o-transition: .3s ease-in-out;
  73. }
  74.  
  75. a {
  76. text-transform:uppercase;
  77. text-decoration:none;
  78. outline:none;
  79. color:#363636;
  80. text-shadow: -1px 0 #5aaab3, 0 1px #5aaab3, 1px 0 #5aaab3, 0 -1px #5aaab3;
  81. -moz-outline-style:none;
  82. color:#363636;
  83. -moz-transition-duration:0.5s;
  84. -webkit-transition-duration:0.5s;
  85. -o-transition-duration:0.5s;
  86. }
  87.  
  88. a:hover {
  89. color:#363636;
  90. text-shadow: -1px 0 #5aaab3, 0 1px #5aaab3, 1px 0 #5aaab3, 0 -1px #5aaab3;
  91. text-transform:uppercase;
  92. text-decoration:none;
  93. letter-spacing:1px;
  94. outline:none;
  95. -moz-outline-style:none;
  96. }
  97.  
  98. img {
  99. border:none;
  100. opacity:;
  101. }
  102.  
  103. blockquote {
  104. padding-left:5px;
  105. margin-left:5px;
  106. border-left:1px dotted #69c7c8;
  107. }
  108.  
  109. blockquote blockquote {
  110. padding-left:5px;
  111. margin-left:5px;
  112. border-left:1px dotted #69c7c8;
  113. }
  114.  
  115. h1 {
  116. font-family: 'Megrim', cursive;
  117. font-weight:normal;
  118. font-size:40px;
  119. text-align:center;
  120. font-style:normal;
  121. line-height:90%;
  122. letter-spacing:1px;
  123. text-transform:normal;
  124. color:#67bbc2;
  125. text-shadow:2px 2px 0px #000;
  126. }
  127.  
  128. h2 {
  129. font-family: 'Unica One', cursive;
  130. font-size:30px;
  131. text-shadow:2px 2px 0px #000;
  132. text-align:center;
  133. line-height:100%;
  134. letter-spacing:0px;
  135. color:#67bbc2;
  136. font-weight:normal;
  137. text-transform:normal;
  138. padding:3px;
  139. padding-bottom:0px;
  140. }
  141.  
  142. iframe#tumblr_controls {
  143. white-space:nowrap;
  144. -webkit-filter: invert(100%);
  145. -moz-filter: invert(100%);
  146. -o-filter: invert(100%);
  147. -ms-filter: invert(100%);
  148. filter: invert(100%);
  149. opacity:.2;transition: .8s ease-in-out;
  150. -webkit-transition: .8s ease-in-out;
  151. -moz-transition: .8s ease-in-out;
  152. -o-transition: .8s ease-in-out;
  153. }
  154.  
  155. /*----- BODY SHIT-----*/
  156.  
  157. body {
  158. background-color:#363636;
  159. margin:0px;
  160. color:#dfdedf;
  161. font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
  162. font-size:10px;
  163. line-height:120%;
  164. background-image:url(http://static.tumblr.com/acfe32733338b11750f692813658780a/gdvjssj/TTjo9mg43/tumblr_static_9fz2hwlh3484csok4gcw4w00s.png);
  165. background-repeat:no-repeat;
  166. background-attachment:absolute;
  167. background-position: -2px -0px;
  168. overflow:hidden;
  169. }
  170.  
  171. ::selection { background:#363636; }
  172. ::-moz-selection { background:#363636; }
  173.  
  174. #fern {
  175. width:400px;
  176. padding-bottom:30px;
  177. margin-top:25px;
  178. margin-right:20px;
  179. }
  180.  
  181. #heather {
  182. width:410px;
  183. margin-left:836px;
  184. margin-top:5px;
  185. margin-bottom:40px;
  186. position:absolute;
  187. overflow:scroll;
  188. overflow-x:hidden;
  189. height:520px;
  190. border-top-right-radius: 0px;
  191. border-bottom-right-radius: 0px;
  192. }
  193.  
  194. #estelle {
  195. position: fixed;
  196. margin-left:828px;
  197. margin-top:463px;
  198. width:16px;
  199. height:16px;
  200. z-index:999;
  201. }
  202.  
  203. #acacia {
  204. color:#dfdedf;
  205. position:fixed;
  206. width:90px;
  207. height:auto;
  208. margin-top:250px;
  209. margin-left:290px;
  210. text-align:left;
  211. height:120%;
  212. }
  213.  
  214.  
  215. #chamomile {
  216. letter-spacing:-2px;
  217. position:fixed;
  218. color:#363636;
  219. font-family:trebuchet ms;
  220. width:400px;
  221. margin-top: 340px;
  222. margin-left:524px;
  223. font-size:20px;
  224. text-transform:lowercase;
  225. text-align:left;
  226. line-height:170%;
  227. text-shadow:-1px 0 #7dd3d8, 0 1px #7dd3d8, 1px 0 #7dd3d8, 0 -1px #7dd3d8;
  228. }
  229.  
  230. #chamomile a{
  231. width:250px;
  232. color:#363636;
  233. line-height:130%;
  234. margin-left:20px;
  235. letter-spacing:-5px;
  236. text-decoration:none;
  237. text-shadow:-1px 0 #7dd3d8, 0 1px #7dd3d8, 1px 0 #7dd3d8, 0 -1px #7dd3d8;
  238. }
  239.  
  240. #chamomile a:hover {
  241. text-align:center;
  242. color:#b6dcdd;
  243. padding:0px;
  244. width:40px;
  245. text-shadow: 0px 0px 10px #b6dcdd, 0px 0px 30px #7dd3d8, 0px 0px 50px #7dd3d8, 0px 0px 180px #7dd3d8;
  246. -moz-transition-duration:.5s;
  247. -webkit-transition-duration:.5s;
  248. -o-transition-duration:.5s;
  249. }
  250.  
  251. #dulcet {
  252. position:fixed;
  253. width:108px;
  254. font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
  255. margin-top:80px;
  256. margin-left:13px;
  257. padding-top:5px;
  258. text-align:justify;
  259. font-size:8px;
  260. color:#1f1f1f;
  261. letter-spacing:0px;
  262. line-height:120%;
  263. -moz-transition-duration:1s;
  264. -webkit-transition-duration:1s;
  265. -o-transition-duration:1s;
  266. }
  267.  
  268. #flax {
  269.  
  270. font-family:cambria;
  271. color:#7d9e9b;
  272. text-shadow:1px 1px 0px #000;
  273. width:140px;
  274. font-size:55px;
  275. margin-top:245px;
  276. margin-left:399px;
  277. padding-left:5px;
  278. letter-spacing:0px;
  279. font-style:none;
  280. text-align:center;
  281. }
  282.  
  283. #flax a {
  284. color:#7d9e9b;
  285. text-shadow:1px 1px 0px #000;
  286. }
  287.  
  288. #flax a:hover {
  289. color:#7dd3d8;
  290. -webkit-transition: all 0.5s ease-out;
  291. -moz-transition: all 0.5s ease-out;
  292. transition: all 0.5s ease-out;
  293. }
  294.  
  295. #ivy {
  296. background-image:url(http://i.imgur.com/NQz5fmV.png);
  297. background-attachment:absolute;
  298. background:;
  299. border: 1px solid #5e9fa7;
  300. font-family:tinytots;
  301. width:390px;
  302. margin-top:3px;
  303. padding:5px;
  304. font-size:9px;
  305. color:#dfdedf;
  306. text-transform:uppercase;
  307. font-style:normal;
  308. text-align:center;
  309. background-color:#363636;
  310. border-radius:0px;
  311. text-decoration:none;
  312. -moz-transition-duration:0.5s;
  313. -webkit-transition-duration:0.5s;
  314. -o-transition-duration:0.5s;
  315. }
  316.  
  317. #ivy a {
  318. color:#252525;
  319. text-align:right;
  320. font-style:normal;
  321. }
  322.  
  323. #ivy a:hover {
  324. color:#7dd3d8;
  325. }
  326.  
  327. .juniper {
  328. font-family:helvetica;
  329. color:#5aaab3;
  330. text-shadow: -1px 0 #5aaab3, 0 1px #5aaab3, 1px 0 #5aaab3, 0 -1px #5aaab3;
  331. font-style:normal;
  332. text-decoration:none;
  333. width:390px;
  334. margin-left:5px;
  335. text-transform:normal;
  336. font-style:none;
  337. color:#000000;
  338. line-height:120%;
  339. font-size:8px;
  340. opacity:1;
  341. text-align:center;
  342. padding-top:3px;
  343. -moz-transition-duration:.5s;
  344. -webkit-transition-duration:.5s;
  345. -o-transition-duration:.5s;
  346. }
  347.  
  348. .juniper a:hover {
  349. color:;
  350. }
  351.  
  352. #fern:hover .juniper {
  353. opacity:1;
  354. -moz-transition-duration:.5s;
  355. -webkit-transition-duration:.5s;
  356. -o-transition-duration:.5s;
  357.  
  358. }
  359.  
  360. .cover {
  361. position: relative;z-index: 1; width: 90px; float:left;}
  362.  
  363. .button {
  364. width:20px;
  365. height:30px;
  366. overflow: hidden;
  367. position: relative;
  368. z-index: 99;
  369. margin: 15px 24px 13px 16px;
  370. }
  371.  
  372. .musicbox {
  373. background-color: #fff;
  374. position: absolute;
  375. z-index: 99;
  376. margin-top: 15px;
  377. margin-left: 15px;
  378. opacity: 0.3;
  379. -webkit-transition: opacity 0.2s linear;
  380. -webkit-transition: all 0.2s linear;
  381. -moz-transition: all 0.2s linear;
  382. -o-transition: all 0.2s linear;
  383. }
  384. .musicbox:hover {opacity:0.9;}
  385. .musicinfo {
  386. padding:20px; font-size:12px;margin-left: 100px;text-align:center;background:#000;margin-top:5px;opacity:.6;}
  387.  
  388. .query {
  389. padding:8px;
  390. font-size:11px;
  391. text-align:justify;
  392. text-transform:none;
  393. color:#dfdedf;
  394. line-height:120%;
  395. background-color:;
  396. background-image:url(http://i.imgur.com/NQz5fmV.png);
  397. background-repeat:repeat;
  398. border-bottom:4px double #bcdbd4;
  399. border-top:4px double #bcdbd4;
  400. }
  401.  
  402. .bullshit {
  403. text-align:left;
  404. padding:6px;
  405. font-family:Helvetica;
  406. font-size:10px;
  407. color:#dfdedf;
  408. }
  409.  
  410. /*----- "DO NOT ALTER" means that you can make it blend with the BG but not make it blend so that the credit cannot be seen. -----*/
  411.  
  412. #masamune {
  413. font-size:8px;
  414. font-family:cambria;
  415. font-style:italic;
  416. color:#fff;
  417. letter-spacing:1px;
  418. background-color:#fbdcdb;
  419. -moz-transition-duration:0.5s;
  420. -webkit-transition-duration:0.5s;
  421. -o-transition-duration:0.5s;
  422. }
  423.  
  424. #masamune a {
  425. background-color:#363636;
  426. padding:2px;
  427. position:fixed;
  428. left:5px;
  429. bottom:1px
  430. }
  431.  
  432. #masamune a:hover {
  433. color:#ef919f;
  434. background-color:#363636;
  435. }
  436.  
  437. /*----- "DO NOT ALTER" means that you can make it blend with the BG but not make it blend so that the credit cannot be seen. -----*/
  438.  
  439. .hyacinth {
  440. padding:0px 20px 0px 20px;
  441. text-align:left;
  442. }
  443.  
  444. .hyacinth li {
  445. list-style-type:none;
  446. font-family:Helvetica;
  447. font-size:10px;
  448. margin-left:-80px;
  449. }
  450.  
  451. /*----- POPUP -----*/
  452.  
  453. .popup_block{
  454. display:none;
  455. background-image:url(http://i.imgur.com/BUtQFvY.png);
  456. background-attachment:absolute;
  457. background:;
  458. color:#dfdedf;
  459. padding:20px;
  460. border:#ffffff; /* if you want a solid white pop-up, delete this */
  461. float:left;
  462. position:fixed;
  463. top:50%;left:50%;
  464. z-index: 99999;
  465. border: 5px solid #5db6b6;
  466. border-radius:0px;
  467. max-height:400px;
  468. overflow:scroll;
  469. overflow-x:hidden;
  470. text-align:left;
  471. -webkit-box-shadow: 0px 0px 20px #5db6b6;
  472. -moz-box-shadow: 0px 0px 20px #5db6b6;
  473. box-shadow: 1px 1px 20px #5db6b6;
  474. }
  475.  
  476. img.btn_close {
  477. float: right;
  478. margin: -17px -20px 0 0;
  479. opacity: 0.3;
  480. }
  481.  
  482. *html #fade {
  483. position: absolute;
  484. }
  485.  
  486. *html .popup_block {
  487. position: absolute;
  488. }
  489.  
  490. #fade {
  491. display:none;
  492. position:fixed;
  493. left:0px;
  494. top:0px;
  495. width:100%;
  496. height:100%;
  497. z-index:9999;
  498. background:#000; /* change to #fff for solid white */
  499. opacity:0.5; /* change to opacity:1; */
  500. }
  501.  
  502. /*----- UPDATES -----*/
  503. #updates {
  504. font-size:10px;
  505. font-family:trebuchet ms;
  506. text-transform:none;
  507. background-image:url();
  508. background-attachment:absolute;
  509. opacity:.8;
  510. background-position: 2px 0px;
  511. background-color:;
  512. color:#363636;
  513. border:0px solid #fefefe;
  514. border-radius: 0px;
  515. text-align:left;
  516. height:16px;
  517. width:115px;
  518. padding:5px;
  519. top:110px;
  520. left:0px;
  521. z-index:10;
  522. position:fixed;
  523. overflow:hidden;
  524. -webkit-transition: all 0.5s ease-in-out;
  525. -moz-transition: all 0.5s ease-in-out;
  526. -o-transition: all 0.5s ease-in-out;
  527. }
  528.  
  529. #updates:hover {
  530. height:156px;
  531. -webkit-transition: all 0.5s ease-in-out;
  532. -moz-transition: all 0.5s ease-in-out;
  533. -o-transition: all 0.5s ease-in-out;
  534. }
  535.  
  536. #updatestitle {
  537. font-size:20px;
  538. padding:2px;
  539. padding-bottom:1px;
  540. text-transform:uppercase;
  541. font-family: 'Unica One', cursive;
  542. text-align:center;
  543. font-weight:bold;
  544. color:#363636;
  545. text-shadow: -1px 0 #59b6b9, 0 1px #59b6b9, 1px 0 #59b6b9, 0 -1px #59b6b9;
  546. }
  547.  
  548. /*----- MUSIC -----*/
  549.  
  550. #musicplayer {
  551. position: fixed;
  552. left: 299px;
  553. top: 420px;
  554. }
  555.  
  556. .player {
  557. border: 0px solid #6dc1c9;
  558. background-color:#363636;
  559. position: fixed;
  560. width: 25px;
  561. margin: 3px 0px 0px 0px;
  562. overflow: hidden;
  563. z-index: 9999;
  564. opacity: 1; }
  565.  
  566. /*----- HTML -----*/
  567.  
  568. </style> <div id="acacia"><div id="chamomile">
  569.  
  570. <a href="https://roleplay.chat/profile.php?user=Earisu" title="Aerith ♥">◉</a>
  571. <a href="#?w=400" rel="box1" class="poplight" title="">◉</a>
  572. <a href="#?w=400" rel="box2" class="poplight" title="">◉</a>
  573. <a href="#?w=400" rel="box3" class="poplight" title="">◉</a>
  574. <a href="#?w=400" rel="box4" class="poplight" title="">◉</a>
  575.  
  576.  
  577.  
  578. </div><p></p><br><br><br><div id="dulcet"><p></p></div><div id="flax"><a href="/page/2" title="forth">⟫</a></div></div></div><div id="heather"><div id="fern"><h1></h1><p><small><span>
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585. <i>ザックス・フェア</i> <br />
  586. <B>namesake.</b> Zack Fair. ▄ <u>(Zakkusu Fea)</u>
  587. <br /><br />
  588.  
  589. <b>born.</b> 1984 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  590. <b>gender.</b> Male &nbsp; &nbsp; &nbsp; <br />
  591.  
  592. <b>home.</b> Gongaga Village &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  593. <b>occupation.</b> SOLDIER<br />
  594.  
  595. <b>race.</b> Human &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  596. <b>complexion.</b> Ivory<br />
  597.  
  598. <b>hair.</b> Black &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  599. <b>eyes.</b> Blue "Mako eyes"
  600. <br />
  601.  
  602. <b>sexuality.</b> Heterosexual &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  603. <b>marital.</b> <a href="https://roleplay.chat/profile.php?user=Earisu" title="♥ Aerith">Flower girl</a>
  604.  
  605. <br /><br /><br /><br />
  606. <i>"SOLDIER 2nd Class Zack, on the job!"</i><br />
  607. <B>—Zack Fair</b><br /><br />
  608. Zack, assumed to have been born in the town of Gongaga, had childhood dreams of joining SOLDIER to become a 1st Class. At the age of thirteen Zack left Gongaga without telling his parents, and joined the Shinra's military.
  609. <br />
  610. By October of 0000, Zack had reached SOLDIER 2nd Class under the tutelage of SOLDIER 1st Class Angeal Hewley. Angeal's words of wisdom and strong sense of honor had a profound effect on Zack, who wanted to emulate his mentor. During his time in SOLDIER, Zack befriended 2nd Class SOLDIER Kunsel, who guided him in the ways of Shinra. Zack works under Director Lazard Deusericus in the 49th Floor of Shinra Headquarters, along with many other SOLDIER members.
  611. <br /><br />
  612.  
  613.  
  614.  
  615.  
  616. <i>"Angeal wouldn't betray us! Never!"</i><br />
  617. <b>—Zack Fair to Sephiroth</b><br />
  618.  
  619. Zack fighting a virtual form of Sephiroth.
  620. In Crisis Core -Final Fantasy VII-, Zack undergoes a digital training session in the Virtual Reality System with his mentor Angeal Hewley. Zack completes the mission, but while caught off-guard by the victory, he is attacked by a virtual Sephiroth who overpowers Zack, but Angeal saves him and ends the training. Despite the debacle, Angeal recommends Zack be promoted to 1st Class. Zack is soon sent on a mission to Wutai so as to prove his abilities. Zack becomes ecstatic over Angeal having recommended him for promotion, and receives interesting news during the briefing: 1st Class SOLDIER Genesis Rhapsodos has deserted Shinra, taking an untold number of 2nd and 3rd Class soldiers with him. Angeal and Zack arrive in Wutai and journey to Fort Tamblin. On the way, Angeal asks Zack if he knows what "dumbapples" are. He tells Zack the origin of the Banora White apples and that he was poor growing up. They make their way to Fort Tamblin and Zack takes out the enemy forces single-handedly. After an encounter with a nine-year-old Yuffie Kisaragi, Zack enters a room and is attacked by two anti-SOLDIER monsters, which he defeats, but one of them launches a counterattack. He is saved by Angeal. While heading back to meet with Lazard, several unknown soldiers attack the two. Angeal stays behind to deal with them while Zack escorts Lazard to safety and heads back to discover Angeal missing. Ifrit battles Zack, but Sephiroth arrives and defeats Ifrit in a single blow. The unknown soldiers' bodies are copies of Genesis, the missing SOLDIER member. <br /><br />
  621.  
  622. Sephiroth concludes Angeal has abandoned them and left with his long-time friend, Genesis, but Zack refuses to believe his mentor would desert Shinra. Zack is tasked with searching for Genesis, and is joined by Tseng of the Turks. In Angeal and Genesis's hometown, Banora Village, Zack and Tseng find Genesis's parents' grave. Zack heads into the village and finds only one person, Angeal's mother, Gillian Hewley, who asks for Angeal's whereabouts but Zack doesn't know. Zack finds a path to a factory where he learns from Tseng that Sephiroth had deferred the mission to him. Genesis appears, taunts Zack and injures Tseng. Angeal arrives and defends Zack, but soon pushes him away. Tseng reveals Shinra planes are going to bomb Banora to the ground to cover up the incidents and Zack races to save Gillian, but finds her dead on the floor with Angeal standing above her. Thinking Angeal has killed her, Zack punches him and questions his honor. Genesis allows Angeal's escape, and sends Bahamut after Zack, which he defeats before questioning Genesis's motives. Sprouting a black wing, Genesis states he is a monster and flies off. As Zack heads towards a Shinra Helicon, he witnesses the bombing of Banora.
  623. <br /><br />
  624. In <i>April 0001</i>, Zack is at the Shinra Headquarters when Lazard promotes him to SOLDIER 1st Class, but Zack is not as happy as he thought he would be attaining his dream. Genesis's army attacks Midgar and Zack fights them throughout the city. Along the way he saves Cissnei, a member of the Turks. Sephiroth and Zack head to the Sector 5 Reactor to find the rogue Dr. Hollander, who is suspected of working with Genesis. They find papers documenting Shinra's Project G, which they presume to stand for "Project Genesis". Zack chases Hollander through the Mako Reactor until he runs into Angeal, who says that as a monster he only dreams of monstrous things: world domination and revenge. Sprouting wings, Angeal attacks Zack and knocks him back, but Zack refuses to fight his old friend and mentor. Angeal destroys the platform beneath Zack and send him plummeting into the Midgar Slums. In <i>April 0001</i>, Zack falls through the roof of the Sector 5 Church where he meets Aerith Gainsborough, whom he offers to pay back her help with a date. Zack is impressed with the flowers that grow in the church, as flowers are a luxury item in Midgar, and suggests Aerith sell them. He and Aerith go to a local market where his wallet is stolen by a child, and he discovers the child's own wallet had been eaten by a monster. Zack recovers the kid's wallet and buys Aerith a pink ribbon she will always wear from then on.
  625. <br /><br />
  626.  
  627. Their date is cut short when Zack is recalled to the Midgar Plate to defeat Genesis. En route Angeal appears and explains he and Zack must work together. Angeal flies him to the Shinra Building where Sephiroth explains Hollander is most likely after Professor Hojo due to Hojo having taken over his job. Zack, Genesis and Angeal arrive and when Genesis flies out Angeal grabs Zack and flies him to face Bahamut Fury while Angeal deals with Genesis. After the battle, Angeal and Genesis are gone. After the Midgar attack, during April, Zack is sent to the mountain town of Modeoheim with Tseng and several Shinra infantrymen, one of whom is Cloud Strife. Their helicopter is shot down by Genesis's troops and the team hikes across the snow. Zack and Cloud make headway and when Zack comments that his companion can at least keep up after seeing how far behind Tseng and the other troops have fallen, they learn they are both "country boys" and become immediate friends. From this point on Cloud looks up to him as a hero and role model, not unlike Zack looking up to Angeal. They discover on a Mako Excavation Facility that Zack infiltrates while Tseng and the troops continue on to Modeoheim. Zack finds Genesis and Dr. Hollander arguing over Hollander not being able to cure Genesis's degradation against his earlier promises. Zack confronts Genesis while Hollander squirms away and, defeating him, Zack watches the former SOLDIER fall into the depths of the Mako Reactor. Assuming him dead, Zack hurries after Hollander. Within a ruined bathhouse, Zack finds Hollander and Angeal. He learns Hollander used the late Gillian Hewley as a test subject for Project G, or "Project Gillian", and being Gillian's son, Angeal has gained the powers of Jenova as a result. It is revealed Angeal did not kill his mother, but she killed herself, unable to live with her actions. Although Hollander refers to him as the perfect soldier, Angeal refuses the title, instead calling himself the "perfect monster". He fuses with several Angeal Copy monsters and becomes Angeal Penance. Zack fights Angeal Penance and obtains a scar on his left cheek. Angeal is left barely alive, and using his last strength, he hands the Buster Sword to Zack, telling him to remember his dreams and honor to be a true member of SOLDIER. Distraught over the death of his mentor and friend, Zack finds comfort in the arms of <b><i><u>Aerith,</b></i></u> strengthening their relationship. As one of the last 1st Class SOLDIERs, and with Genesis War considered over, Zack succeeds Angeal's role as the emotional heart of the organization. He meets another SOLDIER member named Luxiere, who looks up to him as a role model, inspired by Zack's speech to the Shinra troops he commands.
  628.  
  629. <br /><br />
  630.  
  631.  
  632.  
  633. In Before Crisis -Final Fantasy VII-, on January 16, 0002, Zack Fair is sent to deal with the insurgency known as AVALANCHE. He is sent to Icicle Inn to destroy an AVALANCHE base along with a player Turk and his SOLDIER friends, Essai and Sebastian. If the Player Turk is female, Zack will hit on her. Essai and Sebastian are kidnapped by AVALANCHE and turned into Ravens, monstrous genetically enhanced humans created by Fuhito to be his personal guard. Zack attempts a rescue mission and brings the two back to their senses, but they die. When the player Turk leaves, Zack kills a Raven named Kyneugh. After escaping the base, Zack makes a grave for Essai and Sebastian with both of their swords crossing. In Crisis Core -Final Fantasy VII-, by early summer, Zack is sent to Costa del Sol to rest with Cissnei watching him. His vacation is interrupted by an attack by Genesis copies, the first salvo of a new round of conflict. With the help of a secret traitor within SOLDIER, Director Lazard himself, they break Dr. Hollander out of imprisonment in Junon. Zack is sent there with a good number of Turks and Shinra troops to quell the threat of Genesis's copies and the stolen machines of the Shinra Company. Hollander escapes with Genesis copies' help, but Sephiroth, who arrives late on the scene, forgives him, and gives Zack permission to return to Midgar and see Aerith. Midgar has been under attack from hordes of monsters escaped (or perhaps set free, according to Kunsel) from Hojo's lab, but an Angeal copy protected Aerith from the monsters and Shinra's confused machines until Zack's arrival. Although never fully stated, it is believed this single copy is all that is left of Angeal's will on the Planet, and is perhaps being controlled by Angeal from within the Lifestream. Before Zack leaves on his next mission, he and Aerith build a wagon so she can sell flowers in Midgar. Zack accompanies her on her first day of business, but has to stop when he is called away for another mission. He entrusts Tseng with looking after Aerith before heading to Nibelheim, Cloud's hometown, with Sephiroth, Cloud, and two other Shinra troops, to inspect the emergence of monsters in the area and a possibly malfunctioning Mako Reactor.
  634. <br /><br />
  635.  
  636.  
  637. <i>"Sephiroth! Have you completely lost your mind?!</i><br />
  638. <b>—Zack to Sephiroth after he descends into madness</b><br />
  639.  
  640. Zack, Sephiroth, and Cloud enter Nibelheim on September 22nd, but Cloud hides his face out of fear of being spotted by his childhood friend, Tifa. Zack, when learning that Sephiroth lacked a hometown, asked about whether he had a family. His answer, that Jenova was his mother, piqued Zack's curiosity and suspicion, due to Genesis' earlier reference to Jenova. Just before the group heads up Mt. Nibel to reach the reactor, a villager snaps a picture of Sephiroth, Tifa, and Zack together. The malfunctioning reactor is fixed, but within the reactor Zack and Sephiroth find pods filled with makonoids, humans infused with massive amounts of Mako and turned into monsters. They find a creature named Jenova, whom Sephiroth was told was his mother. This, along with words from Genesis who reveals to Sephiroth his past as part of the Jenova Project, sends Sephiroth over the edge. Sephiroth hides in the basement of the Shinra Manor reading files upon files of the project for seven days. When Zack tries to talk to him, Sephiroth wants to be left alone. On October 1st, Sephiroth emerges and burns the village to the ground, slaughtering most of the townsfolk. Zack runs up the mountain behind an enraged Tifa, both out to defeat Sephiroth. Within the reactor Tifa is cut down by Sephiroth. Zack approaches her but she is frightened of him. Zack finds Sephiroth outside Jenova's containment tube and the two battle, but Zack is defeated. Cloud, furious over the death of his mother and seeing Tifa gravely wounded, takes up Zack's Buster Sword and defeats Sephiroth who falls into the Lifestream. Tifa is saved by Zangan, and Cloud and Zack are taken by Shinra forces to be used in Professor Hojo's newest experiment: the Jenova Reunion Theory. Hojo predicts Jenova's parts, even on a cellular level, will strive to gather and become whole again and to test this theory, Hojo exposes the survivors of the Nibelheim Incident, including Cloud and Zack, to Mako, and injects them with Jenova cells.
  641.  
  642. <br /><br />
  643.  
  644.  
  645.  
  646. <i>"No! Open your eyes, Genesis!"</i><br /><b>
  647. —Zack telling Genesis to face reality</b>
  648. <br />
  649. Zack and Cloud are held captive in the Shinra Mansion and experimented on for four years. Hojo labels the two as failures, puts them in a cryogenic sleeping state and leaves them in their pods. On December 19th, 0006, Zack hallucinates of Angeal appearing before him in the Shinra Mansion basement. As he flies off, Zack's will to be free allows him to break out and he and Cloud escape. Due to Hojo's experiments, both have become Sephiroth Clones, but as a former SOLDIER member Zack is unaffected by the experiment. Cloud's Mako poisoning puts him in a vegetative state, but Zack can still fight. He cuts their way out of a rebuilt Nibelheim and Cissnei in Crisis Core -Final Fantasy VII-, or whoever the player's Turk is in Before Crisis -Final Fantasy VII-, is ordered to take Zack in, but betrays orders and allows him to pass. Zack and Cloud hide out from Shinra while trying to reach Midgar until early autumn 0007. A Genesis Copy eats a lock of Zack's hair to cure its degradation due to Zack's body possessing S Cells, being a Sephiroth Clone, but it turns the copy into a monster as Zack's S cells have already mutated and adapted by Zack's body. Zack defeats the creature, and heads home to Gongaga where he runs into Genesis, now with a degrading Genesis copy who was once Hollander. Hollander and Genesis try to take Cloud for his pure Sephiroth Cells, as Zack is worthless thanks to being a former member of SOLDIER. Lazard—in the form of a degrading Angeal—and Zack fight the two and Zack kills Hollander once and for all. Zack realizes Genesis has been working from Banora the whole time, the Banora "dumbapples" Genesis always carries being the clue. Zack leaves Cloud under Lazard's protection and travels into Banora Underground and comes upon Genesis who wields the power of the Lifestream, but is still defeated, although the Lifestream cures him from his degradation. Zack takes his old enemy up to the surface. Together with a catatonic Cloud, a beaten Genesis, a dead Lazard and the final surviving Angeal copy that had lived in Aerith's church, Zack eats a dumbapple. As the final Angeal copy dies from degradation, Zack finds the 89th and final letter from Aerith it had been carrying, and realizes he had been contained in the Shinra Mansion for four years. Desperate to return to Aerith, Zack leaves a now pacified Genesis behind while he and Cloud set off to Midgar.
  650.  
  651. <br /><br />
  652.  
  653. <i>"My honor... My dreams... They're yours now. You'll be... My living legacy."</i><br /> <b>
  654. —Zack to Cloud, moments before his death</b><br />
  655.  
  656. At the end of September 0007, while Zack and Cloud head toward Midgar, an army of Shinra troops awaits them. Despite Cissnei and Tseng's attempts to locate Zack first and save him, the Shinra army attacks. In the short animation Last Order, a Shinra sniper attempts to assassinate Cloud, but Zack notices this and tells Cloud to get away, causing the sniper to miss his mark, starting the battle. In the Crisis Core -Final Fantasy VII- and Final Fantasy VII: Advent Children Complete versions, Zack notices the ambush, hides Cloud behind the rocks, and then goes to face his fate. As the battle rages on, the memories Zack had with everyone flash before his eyes and he collapses as the remaining soldiers barrage him with bullets. In the original Final Fantasy VII flashback scene, there are only two Shinra soldiers and one commander, who shoot Zack by surprise. Riddled with bullets, Zack is barely alive when Cloud comes to him. Zack hands the Buster Sword to him, like Angeal handed the Buster Sword to Zack years earlier, and tells Cloud to carry on his dreams, and be his <i>"living legacy"</i>. As Cloud wanders off towards Midgar, Zack looks up at the sky as the sun emerges from behind the clouds. He sees Angeal descend from the sky and takes Angeal's outstretched hand, entering the Lifestream. As Cloud continues on his journey, Zack's voice tells him to say hi to Aerith for him, and asking, <i>"Hey, would you say I became a hero?"</i>
  657.  
  658. <br /><br />
  659. <i>AFTER DEATH.</i><br />
  660. The combined trauma caused by the Nibelheim Incident, his Mako poisoning and witnessing Zack's death becomes too much for Cloud's mind to handle. He makes his way to Midgar collapsing in the Sector 7 train station in the slums and is found by Tifa, whom Zangan had brought to Midgar to recover from the wounds she had sustained during the Nibelheim Incident. Aided by the Jenova cells in his body, Cloud's mind warps and he adopts Zack's memories and persona, combining it with an idealized image of himself to create a new personality and history for himself. After subconsciously creating this façade Cloud comes to believe he was successful in joining SOLDIER, and that he fulfilled Zack's role in the mission to Nibelheim. He believes he has come to Midgar to seek work as a mercenary, just as Zack said he intended to do. Zack no longer even exists in Cloud's mind; the altered memories place him in Zack's position. Realizing something is wrong with Cloud, Tifa convinces him to join her and Barret with AVALANCHE to keep an eye on him. Cloud battles to reclaim his memory and to accept his true identity rather than relying on his constructed "Zack" personality—a combination of Zack's persona, the stories Zack had told him, and what he presumed a First Class SOLDIER would act like—and to validate himself in a world that has rejected him. When the party visits Gongaga Village they learn it was Zack's hometown. Aerith reveals Zack was her boyfriend, and that Cloud resembles him. Zack's parents are still waiting for Zack's return, concerned they have not heard from him in years. In the novella Hoshi wo Meguru Otome, Aerith encounters Zack after her death at the hands of Sephiroth. Aerith contemplates about Cloud's persona, but summons Zack instead—as he is the one Cloud thought himself to be. Zack is among those who aid her in the destruction of Meteor. They reminisce about their relationship, and Zack retains his flirtatious demeanor, telling Aerith to give him a call whenever she feels lonely.<br /><br />
  661.  
  662. <i>"You already beat him once, didn't you? This should be a cinch!"</i><br /><b>
  663. —Zack to Cloud about Sephiroth</b>
  664. <br />
  665. Zack shows up several times in Final Fantasy VII: Advent Children: Flashbacks show scenes of his and Cloud's friendship when Cloud visits the Buster Sword memorial outside Midgar, and is briefly shown when Cloud thinks of what he cherishes most during his battle with Sephiroth. After Cloud gets caught in Loz and Yazoo's suicide attack, he hears Zack's and Aerith's voices before being sent back to Midgar, and sees him with Aerith in the church in the slums, returning to the Lifestream, letting Cloud know they are all right, and that Cloud is not alone. Throughout the movie, a large gray wolf, the Fenrir, appears in many of the same places Cloud does, but at different times, only meeting him once at the end. One speculation is this wolf is the representation of Cloud's loneliness and guilt for failing his friends, among them Zack. Another speculation is that the wolf is an incarnation of Zack's spirit, keeping an eye on Cloud during his dire moments. The wolf disappears in the end when Cloud forgives himself for his failures, including the deaths of Zack and Aerith, and after the wolf fades, Zack and Aerith appear to Cloud to show that even though his guilt has faded, his memory and appreciation of his friends has not.
  666. Zack appears twice more in Final Fantasy VII: Advent Children Complete: As Cloud sees Tifa in danger during his fight against Bahamut SIN and Denzel facing Shadow Creepers, images of Aerith's death and Zack's final stand flash in his eyes, and during the final battle, Zack appears behind Cloud just as Sephiroth seems to have him beaten. With the Buster Sword in his hand, Zack reminds Cloud not to forget his SOLDIER honor, before correcting himself because Cloud never actually was in SOLDIER. Zack reminds it is in the heart that counts and encourages Cloud to defeat Sephiroth, telling him he has already proven to be the stronger one and that he is Zack's living legacy. Yellow flowers now bloom on the spot outside Midgar where Zack died. Denzel asks Cloud if it is someone's grave and Cloud says it's not, but it is a place where a hero began his journey, presumably referring to both Zack and himself. A restored and well-kept Buster Sword has been relocated to Aerith's church to rest among the flowers.
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676. <figure>
  677.  
  678.  
  679.  
  680. </div></div><div class="juniper">
  681. </div></div></div></div></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement