· 5 years ago · Oct 24, 2019, 07:34 PM
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3<head>
4
5
6
7
8
9
10
11
12
13<!-- start of script tooltip -->
14<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
15
16<script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
17
18<script>
19
20(function($){
21
22$(document).ready(function(){
23
24$("a[title]").style_my_tooltips({
25
26tip_follows_cursor:true,
27
28tip_delay_time:90,
29
30tip_fade_speed:600,
31
32attribute:"title"
33
34});
35
36});
37
38})(jQuery);
39
40</script>
41
42<!-- end of script tooltip -->
43
44
45
46
47<!-- this code allows you open popups while customizing -->
48<script type="text/javascript"
49src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
50
51<!-- popups -->
52<script>
53$(document).ready(function() {
54//
55$('a.poplight[href^=#]').click(function() {
56var popID = $(this).attr('rel'); //Get Popup Name
57var popURL = $(this).attr('href'); //Get Popup href to define size
58var query= popURL.split('?');
59var dim= query[1].split('&');
60var popWidth = dim[0].split('=')[1]; //Gets the first query string value
61$('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
62var popMargTop = ($('#' + popID).height() + 80) / 2;
63var popMargLeft = ($('#' + popID).width() + 80) / 2;
64//Apply Margin to Popup
65$('#' + popID).css({
66'margin-top' : -popMargTop,
67'margin-left' : -popMargLeft
68});
69$('body').append('<div id="fade"></div>');
70$('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
71return false;
72});
73$('a.close, #fade').live('click', function() {
74$('#fade , .popup_block').fadeOut(function() {
75$('#fade, a.close').remove(); //fade them both out
76});
77return false;
78});
79});
80</script>
81
82
83<!-- tabs -->
84<script>
85
86$(document).ready(function(){
87 $("ul#tabs li").click(function(e){
88 if (!$(this).hasClass("active")) {
89 var tabNum = $(this).index();
90 var nthChild = tabNum+1;
91 $("ul#tabs li.active").removeClass("active");
92 $(this).addClass("active");
93 $("ul#tab li.active").removeClass("active");
94 $("ul#tab li:nth-child("+nthChild+")").addClass("active");
95 }
96 });
97});
98
99</script>
100
101
102
103
104
105
106
107
108<script language=JavaScript>
109<!--
110
111//Disable right mouse click Script
112//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
113//For full source code, VISIT https://www.dynamicdrive.com
114
115var message="you don't want to be doing that, mate.";
116
117///////////////////////////////////
118function clickIE4(){
119if (event.button==2){
120alert(message);
121return false;
122}
123}
124
125function clickNS4(e){
126if (document.layers||document.getElementById&&!document.all){
127if (e.which==2||e.which==3){
128alert(message);
129return false;
130}
131}
132}
133
134if (document.layers){
135document.captureEvents(Event.MOUSEDOWN);
136document.onmousedown=clickNS4;
137}
138else if (document.all&&!document.getElementById){
139document.onmousedown=clickIE4;
140}
141
142document.oncontextmenu=new Function("alert(message);return false")
143
144// -->
145</script>
146
147
148
149
150
151
152<title>captain jack sparrow.</title>
153<link rel="shortcut icon" href="{Favicon}">
154<link rel="alternate" type="application/rss+xml" href="{RSS}">
155{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
156
157
158<script src="//use.edgefonts.net/bentham.js"></script>
159 <script src="//use.edgefonts.net/parisienne.js"></script>
160 <script src="//use.edgefonts.net/italianno.js"></script>
161 <script src="//use.edgefonts.net/old-standard.js"></script>
162<script src="//use.edgefonts.net/droid-serif.js"></script>
163<script src="//use.edgefonts.net/mrs-saint-delafield.js"></script>
164 <script src="//use.edgefonts.net/monsieur-la-doulaise.js"></script>
165 <script src="//use.edgefonts.net/mr-de-haviland.js"></script>
166
167<!---- this is theme 41 by Hollywhood
168please don't remove the credit
169thank you
170--->
171
172<meta name="color:Background" content="#191919"/>
173<meta name="color:Text" content="#eae0db"/>
174<meta name="color:Link" content="#3b2a1f"/>
175<meta name="color:scrollbar" content="#999999">
176<meta name="color:title" content="#999999">
177<meta name="color:Link Hover" content="#eeeeee"/>
178<meta name="color:tags" content="#3b2a1f"/>
179<meta name="color:tags hover" content="#39352d"/>
180
181<meta name="image:Background" content=""/>
182
183<meta name="image:sidebar" content=""/>
184<meta name="text:sidebartitle" content="">
185
186<meta name="text:link 1" content="Link 1"/>
187<meta name="text:link 1 url" content="/"/>
188<meta name="text:link 2" content="Link 2"/>
189<meta name="text:link 2 url" content="/"/>
190<meta name="text:link 3" content="Link 3"/>
191<meta name="text:link 3 url" content="/"/>
192<meta name="text:link 4" content="Link 4"/>
193<meta name="text:link 4 url" content="/"/>
194<meta name="text:link 5" content="Link 5"/>
195<meta name="text:link 5 url" content="/"/>
196
197 <meta name="image:updatez" content=""/>
198
199<script language="JavaScript" src="https://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
200
201 <style>
202 div#qTip {
203 padding: 3px;
204 display: none;
205 text-align: center;
206 position: absolute;
207 font-size:6px;
208 margin-left:10px;
209 margin-top:-2px;
210 line-height:9px;
211 font-family:times;
212 z-index: 1000;
213 border: 0px solid #cacaca;
214 background-color:#fff;
215 color: #9b9b9b;
216 text-transform:uppercase;
217 letter-spacing: 2px;
218 }
219 </style>
220
221<style type="text/css">
222
223.popup_block{
224 display:none;
225 background:url("https://66.media.tumblr.com/8862e5c968438c9fa6ef1dc61ecd6f89/tumblr_o9ghrq8oAZ1u409rmo4_r1_500.png");
226 background-repeat:no-repeat;
227 border: 0px solid #665c51;
228 padding:10px;
229 float:left;
230 position:fixed;
231 top:675px;
232 left:625px;
233 z-index: 99999;
234 width: 450px;
235 height: 477px;
236 overflow-y:scroll;
237 overflow-x:hidden;
238}
239
240ul#tabs {
241 list-style-type: none;
242 padding: 0;
243 text-align: center;
244}
245
246ul#tabs li {
247 display: inline-block;
248 background-color: #000000;
249 padding: 5px 20px;
250 margin-bottom: 4px;
251 color: #b1b1b1;
252 cursor: pointer;
253}
254
255ul#tabs li:hover {
256 background:url("https://65.media.tumblr.com/5a47962242e42a59513d96034d866b86/tumblr_o9ghrq8oAZ1u409rmo2_r1_540.png");
257 -moz-transition-duration:1s;
258 -webkit-transition-duration:1s;
259 -o-transition-duration:1s;
260 border: solid 1px #262626;
261
262}
263
264ul#tabs li.active {
265 background-color: #0f0f0f;
266 text-align:justify;
267 background:url("https://65.media.tumblr.com/5a47962242e42a59513d96034d866b86/tumblr_o9ghrq8oAZ1u409rmo2_r1_540.png");
268}
269
270ul#tab {
271 list-style-type: none;
272 margin: 0;
273 padding: 0;
274}
275
276ul#tab li {
277 display: none;
278}
279
280ul#tab li.active {
281 display: block;
282}
283
284#text {
285top:50%;
286left:50%;
287margin-top:47px;
288margin-left:51px;
289padding-left:2px;
290padding-right:28px;
291width:285px;
292height:392px;
293overflow-y:scroll;
294overflow-x:hidden;
295text-align:justify;
296font-family:droid-serif, serif;
297font-size:10px;
298color:#eae0db;
299}
300
301
302*html #fade {position: absolute;}
303*html .popup_block {position: absolute;}
304#fade {
305 display:none;
306 position:fixed;
307 left:0px;
308 top:0px;
309 width:100%;
310 height:100%;
311 z-index:9999;
312 background:#000000; /* change to #fff for solid white */
313 opacity:0; /* change to opacity:1; */
314}
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330#s-m-t-tooltip {
331
332max-width:300px; /* maximum width */
333
334background-color:#191919; /* color background */
335
336border:0px dotted #878381; /* color, shape and thickness of the border */
337
338font-family: droid-serif, serif; /* font of lyrics */
339
340font-size:11px; /* font size */
341
342font-weight:800;
343
344color:#eae0db; /* font color */
345
346letter-spacing:1px; /* font spacing */
347
348text-transform:none; /* uppercase, lowercase, none */
349
350padding:3px 4px 3px 4px; /* padding size */
351
352margin:20px 0px 0px 20px; /* margin size */
353
354z-index:999999999999999999999999999999999999;
355
356border-radius: 3px; /* border radius */
357
358}
359
360
361
362
363
364
365
366
367
368::-webkit-scrollbar-thumb{
369background-color: transparent;
370border: transparent;
371height:auto;
372}
373
374::-webkit-scrollbar {
375height:auto;
376width:1px;
377background-color: transparent;
378border:10px solid transparent;
379}
380
381/*** Works on common browsers ***/
382::selection {
383 background-color: #000000;
384 color: #ffffff;
385}
386
387*, body, a, a:hover {cursor: url(https://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
388
389
390iframe#tumblr_controls {
391 white-space:nowrap;
392 -webkit-filter: invert(100%);
393 -moz-filter: invert(100%);
394 -o-filter: invert(100%);
395 -ms-filter: invert(100%);
396 filter: invert(100%);
397 opacity:.2;transition: .8s ease-in-out;
398 -webkit-transition: .8s ease-in-out;
399 -moz-transition: .8s ease-in-out;
400 -o-transition: .8s ease-in-out;
401}
402
403h1 {
404font-weight:normal;
405font-size:15px;
406text-align:center;
407font-style:normal;
408font-weight:800;
409line-height:100%;
410letter-spacing:2px;
411text-transform:uppercase;
412color:{color:text};
413}
414
415h2 {
416font-size:10px;
417text-align:center;
418line-height:100%;
419letter-spacing:2px;
420color:{color:text};
421font-weight:bold;
422text-transform:none;
423padding:5px;
424padding-bottom:2px;
425}
426
427
428blockquote {
429border-left:2px solid {color:text};
430padding-left:5px;
431margin:5px;
432}
433
434
435small {
436
437 word-spacing:0px;
438 font-size:9px;
439 letter-spacing:0px;
440 line-height:180%;
441 text-transform:none;
442}
443
444
445
446body {
447 background:{color:background};
448 margin: 0px;
449 color:{color:text};
450 font-family: droid-serif, serif;
451 font-size:6px;
452 text-align:justify;
453 line-height:220%;
454 background-attachment:fixed;
455 background-image: url('{image:Background}');
456 background-repeat:no-repeat;
457
458}
459
460a {
461 text-decoration:none;
462 outline:none;
463 -moz-outline-style:none;
464 color:{color:link};
465 -moz-transition-duration:0.5s;
466 -webkit-transition-duration:0.5s;
467 -o-transition-duration:0.5s;
468}
469
470a:hover {
471 text-decoration:none;
472 outline:none;
473 -moz-outline-style:none;
474 color:{color:link hover};
475 width:60px;
476 text-shadow: 0 0 4px #f9f6e4;
477 -moz-transition-duration:1s;
478 -webkit-transition-duration:1s;
479 -o-transition-duration:1s;
480
481}
482
483img {
484 border:none
485 ;
486
487
488}
489
490blockquote {
491 padding-left:5px;
492 border-left:1px solid;
493}
494
495blockquote blockquote {
496 padding-left:5px;
497 border-left:2px solid;
498}
499
500#post {
501 width:400px;
502 padding-bottom:10px;
503 margin-top:0px;
504
505 -webkit-filter:grayscale(60%);
506-webkit-transition: all 0.6s ease-in-out;
507
508}
509
510#post:hover {
511 -webkit-filter:none;
512-webkit-transition: all 0.6s ease-in-out;
513
514}
515
516#entries {
517 padding:1px;
518 width:400px;
519 margin-left:398px;
520 margin-top:395.5px;
521 margin-bottom:4px;
522 position:fixed;
523 overflow:scroll;
524 overflow-x:hidden;
525 height:350px;
526 border:0px dotted; #b7b6b6;
527 background-color: transparent;
528 -webkit-mask-image:
529 -webkit-gradient(linear, left 47%, left bottom,
530 from(rgba(0,0,0,4)),
531 to(rgba(0,0,0,0)));
532
533
534}
535
536
537#sidebar {
538 color:{color:text};
539 position:fixed;
540 width:100px;
541 height:auto;
542 margin-top:39px;
543 margin-left:250px;
544 text-align:left;
545 }
546
547 #sidebarimage img {
548 width:200px;
549 margin-top:-10px;
550 margin-bottom:0px;
551 margin-left:99px;
552 }
553
554#alinks {
555 position:absolute;
556 position:fixed;
557 font-family:latha;
558 width:400px;
559 margin-top:90px;
560 margin-left:50px;
561 font-size:20px;
562 transform: rotate(-12deg);
563 text-transform:uppercase;
564 text-align:center;
565 line-height:280%;
566 z-index:100000000;
567 }
568
569#alinks a{
570 line-height:280%;
571 border-bottom:0px solid #fff;
572 margin-top:4px;
573 margin-left:13px;
574 color:#eae0db;
575 opacity:.7;
576 text-decoration:none;
577 -moz-transition-duration:1s;
578 -webkit-transition-duration:1s;
579 -o-transition-duration:1s;
580 }
581
582 #alinks a:hover {
583 color: #bdbdbd;
584 width:60px;
585 text-shadow: 0 0 4px #f9f6e4;
586 -moz-transition-duration:1s;
587 -webkit-transition-duration:1s;
588 -o-transition-duration:1s;
589 }
590
591 #blinks {
592 position:absolute;
593 position:fixed;
594 font-family:latha;
595 width:400px;
596 margin-top:140px;
597 margin-left:50px;
598 font-size:14px;
599 transform: rotate(-6deg);
600 text-transform:uppercase;
601 text-align:center;
602 line-height:280%;
603 z-index:100000000000;
604 }
605
606#blinks a{
607 line-height:280%;
608 border-bottom:0px solid #fff;
609 margin-top:4px;
610 margin-left:13px;
611 color:#eae0db;
612 opacity:.7;
613 text-decoration:none;
614 -moz-transition-duration:1s;
615 -webkit-transition-duration:1s;
616 -o-transition-duration:1s;
617 }
618
619 #blinks a:hover {
620 color: #bdbdbd;
621 width:60px;
622 text-shadow: 0 0 4px #f9f6e4;
623 -moz-transition-duration:1s;
624 -webkit-transition-duration:1s;
625 -o-transition-duration:1s;
626 }
627
628 #clinks {
629 position:absolute;
630 position:fixed;
631 font-family:latha;
632 width:10px;
633 margin-top:132px;
634 margin-left:312px;
635 font-size:14px;
636 transform: rotate(-5deg);
637 text-transform:uppercase;
638 text-align:center;
639 line-height:280%;
640 z-index:1000000000000000;
641 }
642
643#clinks a{
644 line-height:280%;
645 border-bottom:0px solid #fff;
646 margin-top:4px;
647 margin-left:13px;
648 color:#eae0db;
649 opacity:.7;
650 text-decoration:none;
651 -moz-transition-duration:1s;
652 -webkit-transition-duration:1s;
653 -o-transition-duration:1s;
654 }
655
656 #clinks a:hover {
657 color: #bdbdbd;
658 width:60px;
659 text-shadow: 0 0 4px #f9f6e4;
660 -moz-transition-duration:1s;
661 -webkit-transition-duration:1s;
662 -o-transition-duration:1s;
663 }
664
665 #dlinks {
666 position:absolute;
667 position:fixed;
668 font-family:latha;
669 width:400px;
670 margin-top:145px;
671 margin-left:30px;
672 font-size:40px;
673 font-weight:bold;
674 transform: rotate(-4deg);
675 text-transform:uppercase;
676 text-align:center;
677 line-height:280%;
678 z-index:100000000;
679 }
680
681#dlinks a{
682 line-height:280%;
683 border-bottom:0px solid #fff;
684 margin-top:4px;
685 margin-left:13px;
686 color:#845339;
687 opacity:.9;
688 text-decoration:none;
689 -moz-transition-duration:1s;
690 -webkit-transition-duration:1s;
691 -o-transition-duration:1s;
692 }
693
694 #dlinks a:hover {
695 color: #bdbdbd;
696 width:60px;
697 text-shadow: 0 0 4px #f9f6e4;
698 -moz-transition-duration:1s;
699 -webkit-transition-duration:1s;
700 -o-transition-duration:1s;
701 }
702
703 #elinks {
704 position:absolute;
705 position:fixed;
706 font-family:latha;
707 width:10px;
708 margin-top:194px;
709 margin-left:210px;
710 font-size:34px;
711 transform: rotate(-1deg);
712 text-transform:uppercase;
713 text-align:center;
714 line-height:280%;
715 z-index:10000000000;
716 }
717
718#elinks a{
719 line-height:280%;
720 border-bottom:0px solid #fff;
721 margin-top:4px;
722 margin-left:13px;
723 color:#eae0db;
724 opacity:.7;
725 text-decoration:none;
726 -moz-transition-duration:1s;
727 -webkit-transition-duration:1s;
728 -o-transition-duration:1s;
729 }
730
731 #elinks a:hover {
732 color: #bdbdbd;
733 width:60px;
734 text-shadow: 0 0 4px #f9f6e4;
735 -moz-transition-duration:1s;
736 -webkit-transition-duration:1s;
737 -o-transition-duration:1s;
738 }
739
740#flinks {
741 position:absolute;
742 position:fixed;
743 font-family:latha;
744 width:400px;
745 margin-top:232px;
746 margin-left:12px;
747 font-size:34px;
748 transform: rotate(-4deg);
749 text-transform:uppercase;
750 text-align:center;
751 line-height:280%;
752 z-index:100000000;
753 }
754
755#flinks a{
756 line-height:280%;
757 border-bottom:0px solid #fff;
758 margin-top:4px;
759 margin-left:13px;
760 color:#eae0db;
761 opacity:.7;
762 text-decoration:none;
763 -moz-transition-duration:1s;
764 -webkit-transition-duration:1s;
765 -o-transition-duration:1s;
766 }
767
768 #flinks a:hover {
769 color: #bdbdbd;
770 width:60px;
771 text-shadow: 0 0 4px #f9f6e4;
772 -moz-transition-duration:1s;
773 -webkit-transition-duration:1s;
774 -o-transition-duration:1s;
775 }
776
777 #links a:hover {
778 color: {color:link hover};
779 width:60px;
780 -moz-transition-duration:0.2s;
781 -webkit-transition-duration:0.2s;
782 -o-transition-duration:0.2s;
783 }
784
785#description {
786 position:fixed;
787 width:500px;
788 font-family:times;
789 margin-top:0px;
790 margin-left:76px;
791 text-align:justify;
792 font-size:6px;
793 font-style:italic;
794 color: #d4d2cd;
795 letter-spacing:1px;
796 line-height:130%;
797 -moz-transition-duration:1s;
798 -webkit-transition-duration:1s;
799 -o-transition-duration:1s;
800
801
802 }
803
804 #description a {
805 color:#d4d2cd;
806 }
807
808 #description a:hover {
809 color:{color:link hover};
810 }
811
812 .sidebartitle {
813 width:210px;
814 text-align:center;
815 position:fixed;
816 font-family:arial;
817 line-height:120%;
818 margin-left:-13px;
819 font-size:13px;
820 margin-top:10px;
821 color:{color:title};
822 }
823
824 #pagination {
825 font-family:times;
826 width:250px;
827 font-size:8px;
828 margin-top:535px;
829 margin-left:180px;
830 padding-left:5px;
831 letter-spacing:1px;
832 font-style:normal;
833 text-align:right;
834 text-transform:uppercase;
835 color:#d4d2cd;
836 transform: rotate(-90deg);
837 }
838
839#pagination a {
840 color:#845339;
841 }
842
843 #pagination a:hover {
844 color:{color:link hover};
845 width:60px;
846 text-shadow: 0 0 4px #f9f6e4;
847 -moz-transition-duration:1s;
848 -webkit-transition-duration:1s;
849 -o-transition-duration:1s;
850 }
851
852#info {
853 font-family: droid-serif, serif;
854 width:265px;
855 height:12px;
856 margin-left:47px;
857 margin-top:5px;
858 padding-top:1px;
859 font-size:9px;
860 background:url(https://65.media.tumblr.com/5a47962242e42a59513d96034d866b86/tumblr_o9ghrq8oAZ1u409rmo2_r1_540.png);
861 background-repeat:no-repeat;
862 border: #656565 0px dotted;
863 padding:18px;
864 color:#3b2a1f;
865 text-transform:uppercase;
866 font-style:normal;
867 font-weight:900;
868 text-align: center;
869
870
871
872 letter-spacing:0px;
873 -moz-transition-duration:0.5s;
874 -webkit-transition-duration:0.5s;
875 -o-transition-duration:0.5s;
876 }
877
878 #info a {
879 color:#3b2a1f;
880 font-style:normal;
881 }
882
883 #info a:hover {
884 color:{color:link hover};
885 width:60px;
886 text-shadow: 0 0 4px #f9f6e4;
887 -moz-transition-duration:1s;
888 -webkit-transition-duration:1s;
889 -o-transition-duration:1s;
890
891 }
892
893 .tags {
894 font-family: droid-serif, serif;
895 font-style:normal;
896 color:#3b2a1f;
897 width:250px;
898 text-transform:uppercase;
899 font-style:normal;
900 line-height:120%;
901 padding-left:5px;
902 font-size:7px;
903 text-align:center;
904 margin-left:70px;
905 padding-top:5px;
906 padding-bottom:10px;
907 -moz-transition-duration:0.2s;
908 -webkit-transition-duration:0.2s;
909 -o-transition-duration:0.2s;
910 }
911 .tags a{
912 color:{color:link};
913 -moz-transition-duration:0.2s;
914 -webkit-transition-duration:0.2s;
915 -o-transition-duration:0.2s;
916 }
917 .tags a:hover{
918 color:{color:link hover};
919 -moz-transition-duration:0.2s;
920 -webkit-transition-duration:0.2s;
921 -o-transition-duration:0.2s;
922 width:60px;
923 text-shadow: 0 0 9px #f9f6e4;
924 -moz-transition-duration:1s;
925 -webkit-transition-duration:1s;
926 -o-transition-duration:1s;
927 }
928
929
930
931
932
933
934.audio{
935 background-color:#e5e5e5;
936 height:65px;
937 overflow:hidden;
938 }
939
940#ask {
941 float:center;
942 color:{color:text};
943}
944
945#question {
946
947 padding:10px;
948 width:375px;
949 border:0px dotted #ffffff;
950 word-wrap: break-word;
951 font-family: droid-serif, serif;
952 font-size:8px;
953 text-transform:uppercase;
954 letter-spacing:1px;
955}
956
957
958
959#credit {
960 font-size:9px;
961 font-family:cambria;
962 font-style:italic;
963 letter-spacing:1px;
964 -moz-transition-duration:0.5s;
965 -webkit-transition-duration:0.5s;
966 -o-transition-duration:0.5s;
967 }
968
969#credit a {
970 background-color:none;
971 padding:5px;
972 border:px solid #e9e9e9;
973 position:fixed;
974 right:15px;
975 bottom:10px
976 }
977
978#credit a:hover {
979 color:#fff;
980 background-color:#191919;
981
982
983 }
984
985 b, strong {
986 font-weight: bold;
987 font-size: 14px;
988 color:#d4d2cd;
989 font-family: old-standard, serif;
990 text-shadow: 0 0 0px #B1B1B1;
991}
992
993i, em {
994text-transform: italic;
995font-size: 14px;
996color:#d4d2cd;
997font-family: old-standard, serif;
998text-shadow: 0 0 0px #b1b1b1;
999}
1000
1001
1002
1003
1004
1005{CustomCSS}
1006
1007
1008
1009
1010#boxy {
1011
1012 margin-top:4px;
1013 left:4px;
1014 position:fixed;
1015 width:50px;
1016 height:50px;
1017 background:transparent;
1018 z-index:1;
1019}
1020
1021
1022#texy {
1023 overflow:scroll;
1024 height:200px;
1025 margin-left:580px;
1026 padding-left:5px;
1027 padding-right:5px;
1028 padding-top:5px;
1029 padding-bottom:5px;
1030 border:0px solid #dedede;
1031 overflow:auto;
1032 background:transparent;
1033 color:#eee;
1034 letter-spacing:0px;
1035 width:200px;
1036 margin-top:50px;
1037 font-size:8px;
1038 color:#cfc5bd;
1039 text-align:center;
1040 text-transform:uppercase;
1041 font-family: droid-serif, serif;
1042 opacity:0;
1043 -webkit-transition: all 0.5s ease-in-out;
1044 -moz-transition: all 0.5s ease-in-out;
1045 transition: all 0.5s ease-in-out;
1046}
1047
1048#boxy:hover #texy {
1049 opacity:1;
1050 -webkit-transition: all 0.5s ease-in-out;
1051 -moz-transition: all 0.5s ease-in-out;
1052 transition: all 0.5s ease-in-out;
1053}
1054
1055#bby {
1056 margin-top:4px;
1057 left:4px;
1058 position:fixed;
1059}
1060
1061#bby img{
1062 width:20px;
1063}
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073</style></head><body>
1074
1075
1076
1077
1078
1079
1080
1081<div id="bby"><img src="{image:updatez}"></div>
1082
1083<div id="boxy">
1084<div id="texy">
1085independent rp for jack sparrow
1086 <br>
1087adored by lottie
1088<br>
1089established 21st august 2014
1090<br><br> <embed src="https://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=https://k003.kiwi6.com/hotlink/k16r7e2gqm/The_Medallion_Calls.mp3&t0=The Medallion Calls&f1=https://k003.kiwi6.com/hotlink/pohnv2kkte/Jack_Sparrow.mp3&t1=Captain Jack Sparrow&f2=https://k003.kiwi6.com/hotlink/mzr0ec01ek/Two_Hornpipes.mp3&t2=Two Hornpipes (Tortuga)&f3=https://k003.kiwi6.com/hotlink/k06ptmiiay/hello_beastie.mp3&t3=Hello Beastie&f4=https://k003.kiwi6.com/hotlink/cjbljw17if/he_s_a_pirate.mp3&t4=He's a Pirate&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
1091
1092
1093
1094
1095</div>
1096</div>
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116<div id="sidebar">
1117
1118<div id="sidebarimage">
1119 <a href="/"><img src="{image:sidebar}"></a></div>
1120
1121 <div class="sidebartitle">{text:sidebartitle}</div></div></div>
1122
1123<div id="alinks">
1124 <a href="{text:link 1 url}"title="ESCAPE"><big><big><big><big><big>YO HO </a></div>
1125<div id="blinks"><a href="#?w=388" rel="box2" class="poplight" title="PARLAY"><big><big><big><big><big>YO HO</big></big></big></big></big></a></div>
1126<div id="clinks"><a href="#?w=388" rel="box3" class="poplight" title="CODE"><big><big><big><big><big>A</big></big></big></big></big></a></div>
1127<div id="dlinks"><a href="#?w=388" rel="box4" class="poplight" title="DOSSIER"><big>PIRATE'S</big></a></div>
1128<div id="elinks"><a href="#?w=388" rel="box5" class="poplight" title="NAVIGATE">LIFE</a></div>
1129<div id="flinks"><a href="#?w=388" rel="box6" class="poplight" title="VERSES">FOR ME</a></div>
1130
1131
1132<div id="description">{description}
1133
1134<div id="pagination">
1135{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">retreat /</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">advance</a><br />{/block:NextPage}{/block:Pagination}</div> </div>
1136</div>
1137
1138<div id="entries">{block:Posts}<div id="post">
1139
1140{block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
1141
1142{block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-400}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
1143
1144{block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
1145
1146 {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
1147
1148{block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
1149
1150{block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
1151
1152{block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
1153
1154{block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
1155
1156{block:Answer}<div id="ask"></div> <div id="question"><center><font style="font-size:26px; letter-spacing:2px; color:#ffffff; font-family: mr-de-haviland, cursive; text-transform:lowercase">{Asker}</font></center><br><center> {Question} </center></div><br>{Answer}{/block:Answer}
1157
1158{block:Date}<div id="info" > <a href="{Permalink}" title="{TimeAgo}"> ⬛</a>
1159{/block:Date} {block:NoteCount} <a href="{Permalink}" title="{NoteCount}">⬛</a> {/block:NoteCount}
1160
1161{block:RebloggedFrom}
1162<a title="via {ReblogParentName}" href="{ReblogParentURL}">⬛</a> {/block:RebloggedFrom}{block:ContentSource}
1163 <a title="{SourceTitle}" href="{SourceURL}">⬛</a>{/block:ContentSource} {/block:RebloggedFrom}
1164 <a href="{ReblogURL}"target="_blank" title="reblog this post">⬛</a> </div>
1165
1166
1167
1168{block:HasTags}
1169<div class="tags">
1170{block:Tags} <a href="{TagURL}"> {Tag}</a> {/block:Tags}</div>
1171{/block:HasTags}
1172<div class="postnote">
1173{block:PostNotes}{PostNotes}{/block:PostNotes}
1174</div>
1175</div>
1176{/block:Posts}
1177
1178</div>
1179<div id="credit"><a href="https://hollywhood.tumblr.com">HW</a></div>
1180
1181
1182
1183
1184
1185</body>
1186
1187<div id="box2" class="popup_block">
1188<div id="text">
1189<iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
1190
1191</div></div>
1192
1193<div id="box3" class="popup_block">
1194<div id="text">
1195
1196
1197
1198<p><em><strong>001.</strong> </em>first things first, a couple of notes about my particular portrayal:</p>
1199<blockquote>
1200<p>my portrayal of Jack draws on both movie & book canon, primarily the trilogy and Ann Crispin’s <em>The Price of Freedom</em>, the latter of which concerns Jack’s past, although I do borrow sparingly from other sources across extended canon. he is <em>much</em> more than the witty rogue with a fondness for rum that he is often dismissed as; I therefore ask that you please respect this and my reasons for being picky when it comes to incorporating certain ‘canon’ established in <em>Dead Men Tell No Tales</em> in particular.</p>
1201</blockquote>
1202<blockquote>
1203<p>I have been writing Jack on this blog for more than five years now. In that time, I have developed him <em>far</em> beyond his canon, and have covered a lot of ground in terms of interactions. in particular, having written a reply to many a tavern starter over the years, I can no longer guarantee that my muse will spark into life if you write me a generic greeter starter without any prior plotting beforehand. this isn’t to say that I <em>won’t</em> reply to one, only to point out that you may wait a while for a reply and therefore it is much better to come to me to plot out something if you’re ever unsure of the sort of starter to throw my way.</p>
1204</blockquote>
1205<blockquote>
1206<p>essentially, communication is the key! and after all this time, plotted dynamics and threads are far more likely to convince Jack’s muse into sticking beyond only a few replies, so just be aware of this.</p>
1207</blockquote>
1208<p><em><strong>002.</strong> </em>this blog is private and selective, meaning that I only write with mutuals for my own state of mind. I work and have a busy life outside of tumblr which takes priority, so I cannot write with everyone. I also do sometimes practice exclusivity, although I tend to be very picky about this: any portrayal to which I am mains or exclusive is listed <a href="http://trickstercaptain.tumblr.com/ex">here</a>.</p>
1209<p><em><strong>003.</strong></em> I do not care to see call out posts or any other kind of drama. I will unfollow and potentially block if I see it on my dash: I am here to <em>write</em>, not to engage in tumblr politics.</p>
1210<p><em><strong>004.</strong></em> I am multiship and Jack is bisexual, but both mun and muse are picky when it comes to shipping. just because Jack is promiscuous does not necessarily mean that he will emotionally invest or jump into bed with just anyone. he <em>is</em>, however, a huge flirt, but conversely please do not assume that this is an attempt to force a ship on you and your muse. my son just loves to turn on the charm.</p>
1211<p><em><strong>005.</strong> </em>usual tumblr etiquette applies. please don’t godmod, don’t rush me on replies as I am very slow, please make sure meme replies are transferred over to a new post etc etc. icons were made, although not capped by me, so please do not take them.</p>
1212<p><em><strong>006.</strong> </em>nsfw may appear from time to time, as well as certain dark topics considering that Jack is a pirate and a dangerous individual. I do not have any triggers myself, but I will certainly try to tag anything particularly sensitive that may appear on this blog.</p>
1213<p><em><strong>007.</strong></em> if we are mutuals, I absolutely want to write with you!</p>
1214<p><em><strong>008.</strong> </em>mun and muse are over the age of 21. Lottie. she/hers. GMT timezone, so I live in the land of tea and the never-ending dfs sale. mutuals are certainly welcome to ask for my discord!</p>
1215<p><em><strong>009.</strong></em> i do not have any association with Disney, Pirates of the Caribbean, or the wonderful Johnny Depp. any ignorant and uneducated hate towards my fc will not be tolerated on my dash. </p>
1216<p></p>
1217<p></p>
1218<p> <img src="https://static.tumblr.com/oqutugv/dsRp1w87y/flag-for-united-states_1f1fa-1f1f8.png" align="left" style= "height: 25px; width: 25px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;"><i>insert evil laughter here</i> this blog was <strike>edited</strike> <b>conquered</b> by <a href="https://thecodekeeper.tumblr.com">ace</a> on 01/01/2018.</p>
1219
1220
1221</div></div>
1222
1223<div id="box4" class="popup_block"><div id="text">
1224<ul id="tabs">
1225<li class="active">canon</li>
1226<li>modern</li>
1227<li>magical</li>
1228<li>a song of ice and fire</li>
1229</ul>
1230
1231<ul id="tab">
1232<li class="active">
1233
1234<h2><strong>BASIC INFORMATION</strong></h2>
1235<p><div align="center"><img src="https://78.media.tumblr.com/611b2dc7ed509b090b29b20f2407a3cd/tumblr_inline_p6v8wy0hdq1smyfzk_500.png" /> <img src="https://78.media.tumblr.com/a61591ebe63afdf1ab547141a9abada3/tumblr_inline_p6v95sUu2v1smyfzk_500.png" /></div></p>
1236<p><small><strong>FULL NAME:</strong> captain jack sparrow<br /><strong>NICKNAME(S):</strong> <strike>jackie</strike>, <strike>jacky boy</strike>, witty jack, mi corazón, captain looby, uncle jack, little bird<br /><strong>ALIAS(ES):</strong> mister / justice smith<br /><strong>OCCUPATION:</strong> pirate / captain of the <em>black pearl</em> / pirate lord of the caribbean<br /><strong>AGE:</strong> 38 ( post awe / main verse )<br /><strong>SEXUAL ORIENTATION:</strong> bisexual<br /><strong>ROMANTIC ORIENTATION:</strong> demiromantic<br /><strong>DATE OF BIRTH:</strong> 6th august 1704 <br /><strong>NATIONALITY:</strong> english <br /><strong>RELIGION:</strong> agnostic</small></p>
1237<h2><strong>PHYSICAL INFORMATION</strong></h2>
1238<p><small><strong>HEIGHT:</strong> 5'10" <br /><strong>EYE COLOUR:</strong> brown <br /><strong>HAIR COLOUR:</strong> black<br /><strong>DOMINANT HAND:</strong> right, but somewhat ambidextrous<br /><strong>DISTINGUISHING FEATURES:</strong> high cheekbones, mane of hair, large, kohl-rimmed eyes<br /><strong>TATTOO(S):</strong> sparrow flying over stylised waves on his right forearm, ‘mi corazón’ on the left hand side of his chest, the desiderata poem on his back<br /><strong>SCAR(S):</strong> ‘P’ brand on his right wrist/forearm, two powder burns on the right hand side of his chest, extensive burns along his left arm, scar through his right eyebrow, other nicks and scars scattered across his torso<br /><strong>PIERCING(S):</strong> both ears</small></p>
1239<h2><strong>BACKGROUND INFORMATION</strong></h2>
1240<p><small><strong>HOMETOWN:</strong> shipwreck cove<br /><strong>CURRENT RESIDENCE:</strong> the black pearl, tortuga, at sea<br /><strong>LANGUAGE(S):</strong> english, spanish, french, along with some latin, mandarin & others<br /><strong>PARENTS:</strong> edward teague & maria sparrow ( deceased )<br /><strong>SIBLING(S):</strong> none ( isobel sparrow in an au )<br /><strong>EXTENDED FAMILY:</strong> uncle jack ( paternal uncle ), the artful dodger ( surrogate son ), henry turner ( stepson / surrogate son ), bartholomew ( paternal grandfather ), anne teague ( paternal grandmother )<br /><strong>SIGNIFICANT OTHER:</strong> multiple, verse dependent<br /><strong>CHILD(REN):</strong> verse dependent; emma, jacob & lily swann sparrow<br /><strong>PET(S):</strong> tim ( dog with keys ), the animals on board the <em>pearl</em> including cotton’s parrot and, begrudgingly, jack the monkey<br /><strong>FRIENDS / ALLIES:</strong> joshamee gibbs, will turner, elizabeth swann, marty, cotton, anamaria, scrum, tia dalma, bootstrap bill turner, carina smyth, john watson, asha greyjoy, tenth doctor<br /><strong>ENEMIES / ANIMOSITIES:</strong> cutler beckett, davy jones, edward teach, ian mercer, the royal navy, the east india trading company, sao feng, hector barbossa, the cursed crew, james norrington, christophe-julien de rapièr, armando salazar</small></p>
1241<h2><strong>PERSONALITY INFORMATION</strong></h2>
1242<p><small><strong>POSITIVE TRAITS:</strong> independent, charming, open-minded, unprejudiced, intelligent, perceptive, hard-working, ambitious, well-read, merciful, witty, capable of gentleness & selflessness, flirtatious, individualistic, opinionated, charismatic, resilient, adaptable, flamboyant.<br /><strong>FLAWS: </strong>stubborn, manipulative, perfectionistic, emotionally stunted, self-serving, reckless, spiteful, petty, cynical, untrustworthy, proud, distrustful, paranoid, egocentric, obsessive, unreliable, chaotic, unpredictable, moody, sometimes melancholic.<br /><strong>LIKES:</strong> freedom, sailing, trouble-making, gambling, reading, rum, risk-taking, swimming.<br /><strong>DISLIKES:</strong> stupidity, ignorance, injustice, cruelty, complacency, staying in one place.<br /><strong>FEARS:</strong> not being good enough, loneliness, abandonment, not being remembered, death, failure, fire.<br /><strong>SKILLS:</strong> navigation, cartography, sailing, fencing, using a pistol/musket, reading people, improvising, learning languages, disguise, leadership.</small></p>
1243<h2><strong>VICES + HABITS</strong></h2>
1244<p><small><strong>SMOKES?</strong> no <br /><strong>DRINKS?</strong> yes <br /><strong>DRUGS?</strong> occasional recreational use<br /><strong>SELF-DESTRUCTIVE?</strong> yes <br /></small></p>
1245<h2><strong>MISCELLANEOUS</strong></h2>
1246<p><small><strong>HOUSE:</strong> slytherin<br /><strong>ZODIAC: </strong>leo<br /><strong>VICE:</strong> all of them at one point or another<br /><strong>VIRTUE: </strong>cricket noises<br /><strong>ELEMENT:</strong> fire & water<br /><strong>ALIGNMENT:</strong> chaotic neutral <br /><strong>MBTI:</strong> entp</small></p>
1247<h2><strong>BIOGRAPHY</strong></h2>
1248<blockquote><p><small><b>❝ I grew up here and there, love. My first memory is of climbing up the ratlines to the yardarm and seeing the ocean, all spread out. As for raising… I more or less raised meself. ❞</b></small></p></blockquote><p><small>The Indian Ocean. 1704. A storm is raging out to sea, and as it calmed around the <i>Misty Lady</i>, the first cries of a baby sparrow could be heard by the exhausted, rain-sodden crew. His mother: a lady of education and breeding, fled from the slave plantation owned by her father both in search of adventure, and to avoid the prospect of an arranged marriage. His father: one of the most notorious pirate captains to sail these waters, his harshness tempered by the woman who taught him how to love.</small></p><p><small>The arrival of a child into their lives created a fissure that would never heal between them: a storm of their own, a human life in need of love and stability in a life of anything but. The young Jack Sparrow was shielded from the brunt of the tension, however, by his mother, spending the first seven years of his childhood in relative happiness. He was not immediately a pirate, spending time in more legitimate ports as Captain Teague took up a privateering contract, and even when he was tempted back into more dishonest means of making a living, Jack did not know true loneliness and pain until his mother died of an illness when he was seven years old.</small></p><p><small>On that day, he all but lost <i>both</i> parents. A year was spent in the company of his brutal grandmother, abandoned by everyone, before he was taken on as a cabin boy on Teague’s ship. Father became an all but forbidden word: it was captain and protégé, though Jack never felt good enough to live up to the latter. Still, he learned all he could, growing up wild and street savvy in Shipwreck Cove between voyages, quickly realising that his true strength resided in his wits, not his fists. He paid a Portuguese master of the blade to teach him swordplay, and perfected his aim with the help of abandoned, empty rum bottles from the stores of one of the island’s many taverns.</small></p><p><small>Making a name for himself was not something that would happen here, stuck both in Edward Teague’s shadow and the scrutiny of his gaze. But when he read a passage of the Pirate’s Code regarding freedom aged fourteen and stowed on a ship away from Shipwreck, he was quickly dragged back to a place that was quickly becoming a prison. One ( seemingly ) good thing came of it though: a meeting with a dashing French captain during Jack’s adolescence: Christophe-Julien de Rapièr. A man who Jack came to idolise, and one of the few friends he had.</small></p><p><small>Jack had resolved to leave with the older man’s crew on numerous occasions, but was thwarted at every turn by Teague and his apparent efforts to keep him where he was, something which only served to greater infuriate him. Even in the face of a growing threat to the Brethren: rogue pirates, those who refuse to follow the Pirate Codex and slaughtered the crews of the ships they took as prizes, before burning the evidence. With their presence in the Caribbean came a greater threat from the navies dedicated to hunting pirates down, and Teague, along with the Pirate Lords had put themselves in charge of dealing with them.</small></p><p><small>It was during one of these rogue hunting missions that the Brethren came into contact with Armando Salazar, a Spanish naval captain intent on seeing all pirates rid from the West Indies. Serving on <i>Troudabour</i>, Teague’s ship, it was Jack’s ingenuity that won them the day -- winning him some respect among his peers, but only serving as further proof that little would change while he was unable to escape the Keeper of the Code.</small></p><p><small>Shipwreck Cove welcomed Hector Barbossa for the first time, a victim of a rogue attack on his ship, and another new visitor: the Lady Esmeralda, granddaughter to Pirate Lord of the Caribbean Don Rafael. Jack was captivated. But as the two grew closer, Christophe began to interfere with the chasteness of their meetings, and Jack began to get closer to the truth of the rogues’ whereabouts: traitors in Shipwreck themselves, members of the very Court who proclaimed to follow the Code.</small></p><p><small>After summoning Davy Jones himself, the traitors names became clear -- but as Christophe de Rapièr was named, Jack’s outrage at what could only be a false accusation was inflamed. He resolved to break his innocent friend out of gaol and help him escape, but as soon as he’d unlocked the cell, the Frenchman’s true nature was revealed. Pirates began to riot as the rest of the rogue crews were freed, and before Jack had a chance to do anything, he was knocked out and pressganged on board the man’s ship.</small></p><p><small>He had few options now. Returning to Shipwreck would carry a death sentence for breaking the Code and turning his back on his very own heritage and, having not been given a chance to sign the articles of Christophe’s ship, Jack could expect no help were he to be wounded in battle. So, with the aid of a fellow conscriptee, Robby Greene, Jack escaped the ship with enough supplies to get the two new friends to shore, and they both signed onto the East India Trading Company.</small></p><blockquote><p><small><b>❝ As long as he stayed within the letter of the law, and didn’t bend the rules too much, he’d never again have to fear mounting a scaffold to the sound of a drumbeat, then feeling the noose tighten around his neck. ❞</b><br></small></p></blockquote><p><small>Five years passed, and in that time Jack finally found a place where his merits were recognised. Stifled as he was in the dress and manner of an honest merchant sailor, Jack rose through the ranks to the role of first mate -- and, after a chance reunion with Esmeralda, his first love -- was handed an opportunity to vie for the position of captain. His new employer in West Africa granted it to him, Cutler Beckett, and so Jack became the commander of a charming, if weather-beaten brig: the <i>Wicked Wench</i>. It was love at first sight.</small></p><p><small>The two began a successful partnership working to transport material cargo around the Triangle for Beckett, and are enlisted for a venture of particular interest. The lost island of Kerma was said to contain a trove of treasure within its labyrinth, recorded in a book that both Jack and Cutler had read avidly as younger men. With one of the Zerzurans in his custody, Beckett requested that Jack earn her trust, and get her to lead him to the island ready to hand over the coordinates.</small></p><p><small>As the venture wore on, confronted by the people of Zerzura and the vulnerabilities of their magical island ( as well as a final, fateful confrontation with the very Frenchman who had betrayed him ), Jack began to doubt the motives of Beckett and the company behind him. Taking his share of the treasure from the labyrinth for helping the captured Zerzuran, the lost princess of the island, return home, Jack refused to divulge the bearings. Covering his tracks well, Beckett was unable to prove his employee’s dishonesty, and so set about teaching him a lesson for his disobedience.</small></p><p><small>Having previously objected to getting involved in the Atlantic slave trade, Beckett offered him an ultimatum: <i>transport these slaves for me and you can purchase the </i>Wench<i> for just one shilling</i>. Refusing on principle, Jack was then told that to resign his position would mean he’d owe money for lost cargo due to pirate attacks and other misfortunes that had befallen him during his voyages for the company. </small></p><p><small>He had no choice but to accept.</small><br></p><blockquote><p><small><b>❝ “And what is it that I want, Jack?” Beckett asked, sounding genuinely puzzled, as though he really didn’t know</b></small></p><p><small><b>Jack looked at him. “Fear. Love. Respect. None of which you will get from me.” ❞</b> </small></p></blockquote><p><small>Days into the slave voyage, roaming his own ship like a wraith, Jack decided to renege on his agreement. He took the people on his ship to Zerzura, whose people agree to offer them asylum and a safe place away from those who would see them recaptured. But as he made for his escape, intending to sail for Port Royal and release any unwilling sailors there, before going back on the account, the <i>Wench</i> is captured by Beckett’s forces. </small></p><p><small>Imprisoned along with Robby for nigh on a month, Jack was eventually taken on board an EITC ship out to sea, only to see his own ship moored opposite. Branding his former employee a pirate wasn’t enough: Beckett then saw to it that the vessel Jack so loved was set aflame, and left to sink beneath the waves.</small></p><p><small>Jack broke free of his captors and desperately tried to save her, but ended up suck inside of his own cabin, suffocating as the ship sank into the depths. Stuck between life and death, Jack did the only thing he could think of, and summoned Davy Jones, offering him an ultimatum of his own. His ship, his life and his freedom for thirteen years, in exchange for his immortal soul.</small></p><p><small>True to his word, the <i>Wench</i> was restored to her former glory, albeit charred and scarred like her captain. Inspired by the words of his former friend Robby, who he had urged to save himself during their final confrontation with Beckett, Jack rechristened her the <i>Black Pearl</i>, and had her hull painted black to hide the scorch marks. Never again would he serve a king or company or empire. True freedom was in the pirate’s life and, with both rogue pirates he’d previously freed dead, he could make a plea for a pardon from the Brethren and finally create a legend worth telling stories about.</small></p><blockquote><p><small><b>❝ He plays things closer to the vest now. And a hard-learned lesson it was. See, three days out on the venture, the first mate comes to him and says everything's an equal share. That should mean the location of the treasure, too. So, Jack gives up the bearings. That night, there was a mutiny. They marooned Jack on an island and left him to die, but not before he'd gone mad with the heat. ❞</b><br></small></p></blockquote><p><small>Two years into his newly discovered freedom, Jack Sparrow suffered the cruel hand of betrayal again, this time by Hector Barbossa as the two set out for the Aztec gold believed to be contained on the Isla de Muerta. Given a pistol with one shot meant to put him out of his misery, Jack languished for three days on a deserted island before salvation arrived in the form of rumrunners, using the island as a cache from which to smuggle alcohol into legitimate ports. Jack struck a bargain for passage off of his place of abandonment, offering the only thing he had left to give: service as an able hand before the mast.</small></p><p><small>After weeks of smuggling rum and paying back his due to the rumrunners, Jack is left in Tortuga with vengeance in his heart. However, with his mutinous first mate and the <i>Black Pearl </i>unattainable, beginning a ten year campaign of terror across the West Indies, the help of a new friend, Joshamee Gibbs, ensured that Jack did not forget to <i>live</i>. He travelled the world, captaining multiple ships of his own, and made a name for himself before a spurned marriage proposal ( or two ) led him on a stolen dory to Port Royal, setting into a motion a series of events that would give him the leverage needed to gain his ship back.</small></p><p><small>But not before tragedy struck, and the position of Pirate Lord of the Caribbean passed from the <em>late</em> Lady Esmeralda, Doña Pirata, to Jack.</small><p><small>With the help of Governor’s daughter Elizabeth Swann and the blacksmith Will Turner, the curse set upon Barbossa and his mutinous crew when they arrived at the Isla de Muerta is lifted, and justice is served. Escaping from his very own hanging, Jack is reunited with the ship he gave up his soul for, roughly a year before the terms of his agreement with Davy Jones were due to run out.</small></p><p><small>The subsequent year was spent chasing a fantasy: from revisiting the Isla de Muerta only to find that the treasure had been reclaimed by the sea, to being chased across the Atlantic and almost through a hurricane by an enraged James Norrington, Jack’s crew went from one misfortune to the other. With discontent growing, Jack feared another mutiny would soon be on his hands -- but a need to find a way out of the debt that he would soon owe led him to Constantinople.</small></p><p><small>Inside one of their most notorious prisons supposedly held the answer to Jack’s prayers: a man who had survived an encounter with the <i>Flying Dutchman</i>, or so the stories said. Breaking into the gaol, Jack gained some of the information he sought, but during a botched break-out attempt he became the only survivor. Frustrated, and still no closer to actually leveraging his way out of his pact, it was that night that he received an emissary from Jones himself: none other than Bootstrap Bill Turner, the one man to stand up for him after the mutiny more than a decade before.</small></p><p><small>With the black spot for his trouble, a visceral symbol that Jones had marked him for death, so began a frantic search for the dead man’s chest -- and in it, the heart of Davy Jones, cut out of his body after suffering a betrayal from the sea goddess, Calypso. But with Jones’ re-emergence also came that of another old adversary: Cutler Beckett, now a lord of the realm and intent on controlling the seas for himself.</small></p><p><small>One Judas kiss later, and Jack finally had to face what he had feared all along: Davy Jones’ Locker, a living purgatory, designed to recreate the deepest fear of the man contained in it. For Jack, that meant a vast desert, stretching on forever, and for months he languished there, with naught but himself and his demons for company.</small></p><blockquote><p><small>
1249
1250<b>❝ No, mate. I’m free forever. Free to sail the seas beyond the edges of the map. Free from death itself. <b>❞</b>
1251
1252</b><br></small></p></blockquote><p><small>Haunted from his time in the Locker, and determined not to end up there again once his rescue arrives, Jack resolves that there is only one way forward from here: to stab the heart of Davy Jones himself, taking his place as Captain of the <i>Dutchman </i>and sailing the seas forever. It takes a moment’s hesitation, during the height of the struggle for the Brethren to assert their freedom over Lord Beckett and the forces of the East India Trading Company, for Davy Jones’ blade to pierce Will Turner’s chest and change Jack’s mind. Making Will the new Captain of the <i>Dutchman, </i>his actions separate the two lovers but spare their lives, leaving him -- for the first time since she was rechristened -- with his <i>Black Pearl</i> in his possession and unburdened by a debt.<b>*</b></small></p><p><small>Once again losing the <i>Pearl </i>to Barbossa, Jack spends the subsequent years chasing both her and his next shot at immortality, the Fountain of Youth. In the meantime, he regularly visits Shipwreck Cove, bridging boundaries and rekindling a friendship with Elizabeth and her son, Henry. His quest for the Fountain culminates when he encounters Angelica, an old flame who informs him of her next con: tricking the famed Blackbeard into believing that she was his daughter. Knowing that Jack had learned the whereabouts of the Fountain, sought after by Teach to combat a prophecy told by one of his crew, Angelica coerces him into helping her -- and once again Jack is forced into a position to give up the immortality he sought.</small></p><p><small>However, his desire for eternal youth soon comes back to bite him. As the years pass following his venture to the Fountain, bottled <i>Pearl </i>in his possession ( but without the means to release her back into her true form ), his aging slows. Jack even begins to wonder whether he truly has become immortal, whether the waters of the Fountain have rubbed off on him somehow... but, having reached the peak of his legendary status, cemented as a figure set to go down in the history books, there is only one way to go from there and that is down.</small></p><p><small>A curse, set upon him in envy, impacts his ability to free his beloved ship, and sends him into a self-destructive spiral of misfortune after misfortune, reawakening past trauma and leading him to his very lowest point since the Locker. Losing their fleet of bottled ships, Jack and the few remaining loyal members of his crew are forced to captain the pitiful <i>Dying Gull </i>to the island of Saint Martin, where the skiff is beached and leaves them stranded.</small></p><p><small>Jack has one last ditch plan to save them, and it involves the seduction of the Governor’s wife, Frances Dix, and an ambitious bank robbery that would give them the funds to refit the <i>Dying Gull </i>and get back to sea. But it ends in failure. His crew storm off in a huff, and Jack finally hits rock bottom. The curse inflicted upon him then sets about its crowning glory, forcing Jack to betray the compass he owns and release an imprisoned evil upon the seas, taking command of the dead...</small></p><p><small><b>extra notes:</b></small></p><p><small><b>*</b>Default point of my main verse. Unless specified otherwise all interactions will take place at this point in Jack’s timeline.</small></p>
1253</li>
1254<li><h2><strong>BASIC INFORMATION</strong></h2>
1255<p><div align="center"><img src="https://66.media.tumblr.com/bfb2ac0b336c21d6e9b92d694aba5106/tumblr_inline_pd99p7AVup1smyfzk_1280.png" /> <img src="https://66.media.tumblr.com/cb37d12be373390de7739d444cbb1896/tumblr_inline_pd99pkOuwN1smyfzk_1280.png" /></div></p>
1256<p><small><strong>FULL NAME:</strong> jack sparrow<br /><strong>NICKNAME(S):</strong> <strike>jackie</strike>, <strike>jacky boy</strike>, little bird<br /><strong>ALIAS(ES):</strong> a whole array; sebastian hawtrey-ficks<br /><strong>OCCUPATION:</strong> con artist<br /><strong>AGE:</strong> 38 ( default )<br /><strong>SEXUAL ORIENTATION:</strong> bisexual<br /><strong>ROMANTIC ORIENTATION:</strong> demiromantic<br /><strong>DATE OF BIRTH:</strong> 6th august, late 1970s<br /><strong>NATIONALITY:</strong> british <br /><strong>RELIGION:</strong> agnostic</small></p>
1257<h2><strong>PHYSICAL INFORMATION</strong></h2>
1258<p><small><strong>HEIGHT:</strong> 5'10" <br /><strong>EYE COLOUR:</strong> brown <br /><strong>HAIR COLOUR:</strong> brown<br /><strong>DOMINANT HAND:</strong> right, but somewhat ambidextrous<br /><strong>DISTINGUISHING FEATURES:</strong> high cheekbones, large eyes sometimes accentuated with kohl, fondness for wearing hats & waistcoats<br /><strong>TATTOO(S):</strong> sparrow flying over stylised waves on his right forearm, the desiderata poem on his back<br /><strong>SCAR(S):</strong> extensive burns along his left arm, scar through his right eyebrow, <a href="https://66.media.tumblr.com/151e6169253e2061554725fce8f98692/tumblr_inline_pihteiFebP1smyfzk_540.png" target="_blank">triple-crossed brand in the shape of the eitc insignia</a> on his right forearm<br /><strong>PIERCING(S):</strong> both ears</small></p>
1259<h2><strong>BACKGROUND INFORMATION</strong></h2>
1260<p><small><strong>HOMETOWN:</strong> london<br /><strong>CURRENT RESIDENCE:</strong> london, europe, singapore, the caribbean<br /><strong>LANGUAGE(S):</strong> english, spanish, french, along with some latin, mandarin & others<br /><strong>PARENTS:</strong> edward teague & maria sparrow ( deceased )<br /><strong>SIBLING(S):</strong> none ( isobel sparrow in an au )<br /><strong>EXTENDED FAMILY:</strong> uncle jack ( paternal uncle ), dodger ( surrogate son ), bartholomew ( paternal grandfather ), anne teague ( paternal grandmother )<br /><strong>SIGNIFICANT OTHER:</strong> dependent<br /><strong>CHILD(REN):</strong> none<br /><strong>PET(S):</strong> tim ( dog with keys )<br /><strong>FRIENDS / ALLIES:</strong> robby greene, joshamee gibbs, elizabeth swann, marty, cotton, anamaria, scrum, carina smyth, killian jones, john watson, irene adler<br /><strong>ENEMIES / ANIMOSITIES:</strong> cutler beckett, davy jones ( verse dependent ), ian mercer, hector barbossa, christophe-julien de rapièr, killian jones, much of the british establishment</small></p>
1261<h2><strong>PERSONALITY INFORMATION</strong></h2>
1262<p><small><strong>POSITIVE TRAITS:</strong> independent, charming, open-minded, unprejudiced, intelligent, perceptive, hard-working, ambitious, well-read, merciful, witty, capable of gentleness & selflessness, flirtatious, individualistic, opinionated, charismatic, resilient, adaptable, flamboyant.<br /><strong>FLAWS: </strong>stubborn, manipulative, perfectionistic, emotionally stunted, self-serving, reckless, spiteful, petty, cynical, untrustworthy, proud, distrustful, paranoid, egocentric, obsessive, unreliable, chaotic, unpredictable, moody, sometimes melancholic.<br /><strong>LIKES:</strong> freedom, sailing, trouble-making, gambling, reading, rum, risk-taking, swimming.<br /><strong>DISLIKES:</strong> stupidity, ignorance, injustice, cruelty, complacency, staying in one place.<br /><strong>FEARS:</strong> not being good enough, loneliness, abandonment, not being remembered, death, failure, fire.<br /><strong>SKILLS:</strong> deception, sleight of hand, playing & composing music, navigation, sailing, reading people, improvising, handling & using a gun, self-defence, learning languages, disguise.</small></p>
1263<h2><strong>VICES + HABITS</strong></h2>
1264<p><small><strong>SMOKES?</strong> sometimes<br /><strong>DRINKS?</strong> yes <br /><strong>DRUGS?</strong> recreational use in his youth<br /><strong>SELF-DESTRUCTIVE?</strong> yes <br /></small></p>
1265<h2><strong>MISCELLANEOUS</strong></h2>
1266<p><small><strong>HOUSE:</strong> slytherin<br /><strong>ZODIAC: l</strong>eo<br /><strong>VICE:</strong> all of them at one point or another<br /><strong>VIRTUE: </strong>cricket noises<br /><strong>ELEMENT:</strong> fire & water<br /><strong>ALIGNMENT:</strong> chaotic neutral <br /><strong>MBTI:</strong> entp</small></p>
1267<h2><strong>BIOGRAPHY.</strong></h2>
1268<p><small> Born of a trainee nurse and one of the most prolific crime bosses in the country, the first seven years of the young Jack Sparrow’s life were anything but ordinary. Homeschooled, his mother attempted to create as stable an environment as possible for their small family, but Edward Teague’s criminal enterprise was only growing in influence, and the birth of a child soon became an irreparable fissure in the two parents’ relationship. This tension, along with the increased arguments and danger Teague was putting his family in, came to a head seven years later, during a car chase that would end with Maria dying of a gunshot wound in the backseat, her head resting in her son’s lap.</small></p>
1269<p><small> Everything changed after that. Swearing off crime, Teague relocated with Jack, turning him over briefly to his own mother until he realised, with the help of a sober mind, the extent of the torment he’d subjected his son to at her hands. Eventually, the two were reunited in a home of their own, where Jack would stay for the remainder of his childhood and adolescence, and slowly come to loathe. School took adjustment of its own but, in spite of the bullies and, as he grew older, his habit of letting his sharp tongue get him into trouble, he at least thrived in his academic pursuits. And throughout it all, he had one constant friend, a year younger than him and far more sensible: Robby Greene. The two bond after Jack steps in to defend the younger man against a group of bullies, and they become as close as two brothers could be.</small></p>
1270<p><small> Personally, however, was another matter. When he was nine, Teague left the home one night with the intent of going out drinking, and Jack heard nothing more from him until he returned three days later, nursing a headache and having left his son to fend for himself in the interim. From that point onwards, Jack would depend only on himself; he taught himself to cook, would spend hours cooped up in his own room studying, or reading, or teaching himself to play the guitar, and was intent on making success enough of himself to finally leave the family home as soon as he was able. Acing his GCSEs without too much difficulty, he opted for A level History, English Literature and Spanish and, with the support of his teachers, aspired to university study – but that ambition, too, ended up derailed.*</small></p>
1271<p><small> Little did Jack know that his father had gone back into crime, this time keeping it very much under the radar. The truth only came out after a hostage attempt; shortly after turning fifteen, Jack was minding his own business before being kidnapped by a group of thugs intent on using him as leverage against his father. With Teague’s help, Jack escaped with only a few cuts and bruises, but the betrayal left its own mark and quickly pushed him into the company of another in his final few years of school.** Christophe was also a man ensconced in crime, but of a far more tempting variety: it was he who first introduced Jack to petty theft ( along with a variety of other vices, including alcohol and drugs ), grooming him in his own image only to threaten to discard him later on.</small></p>
1272<p><small> A heist aimed at damaging another crime syndicate: the one run by Teague himself. When Jack discovered the identity of their mark, he tried to pull out, but by then it was already too late. He was offered an ultimatum by Christophe: pledge complete loyalty to his gang, or be set up and thrown to the wolves, painted as the instigator in a plot to betray his own family. With little choice in the matter, Jack went with them, leaving school several months early and forced to work for a man who had thrown his trust and affection back in his face.</small></p>
1273<p><small> He then kept his head low for several weeks, looking for an opportunity to get his revenge. Compiling as much evidence of their illegal activities as he could, he arranged a set up of his own, inviting police to the crime scene and offering his own testimony to ensure they were sent down. With Christophe’s blackmail of him come to light, Jack is spared prison, but he’s still ordered community service and the whole experience makes him vow to clean up his act completely.</small></p>
1274<p><small> Knowing that academic study was no longer in his future, and too ashamed to remain in his familial home, Jack moved into a modest flat with his longtime friend and mentor, Joshamee Gibbs. In the next seven years he took up a number of jobs to break even and make a living, from bartending to serving as a lifeguard at a public swimming pool and working at the local dockyard. In this time, he turned his life around and largely kicked any unpleasant habits from his youth ( except his one true vice: alcohol ).</small></p>
1275<p><small> But nothing good ever lasted in his life, and during his work at the London Docklands was when he got involved in an enterprise that nearly cost him his life. On paper, it had seemed ideal: managing the shipping of cargo into London, a job with a reputable employer and the prospect of advancement beyond the menial employment he’d been able to find thus far. But it had a sinister underbelly. Scarcely a year into his newfound partnership with its head of operations, Jack discovered that the distribution of materials and products was merely a veneer to disguise the true heart of the business: human trafficking. Sneaking into one of the EITC’s containment facilities, he and best friend Robby Greene, who had also taken a position with the organisation, were appalled at what they found, and managed to set free a group of hostages before being caught in the act. </small></p>
1276<p><small>As punishment ( and providing a suitable warning of what was to come ), Jack was left with an indelible mark of <em>initiation</em> on his forearm, forever marring him as one of the very criminals he was seeking to expose. The threat was simple: blab about the EITC’s true nature, and he’d be implicated as one of the ring’s most prolific members, the first to be thrown to the wolves should the police close in. Yet that didn’t deter him; through his efforts, media doubt and scrutiny had already begun to be cast on the organisation, with Beckett’s own reputation on the brink of complete collapse.</small></p>
1277<p><small> In the meantime, a ghost from his past was rearing its ugly head again. Five years behind bars and Christophe-Julien de Rapièr was free once more, and out for vengeance on the man who put him there in the first place. His path to Jack culminated in one dramatic final showdown. The Frenchman wasn’t pushed, but he did lose his footing as he made one last push to murder his quarry – and for the first time Jack Sparrow knew what it was to have someone’s blood on his hands.</small></p>
1278<p><small> Clear that his previous threat hadn’t worked, and scrambling to protect his name and assets, Beckett was pushed to utilise his company’s unscrupulous connections to rid himself of his latest problem. A planned arson attack on Jack’s block of flats. He managed to save the lives of a few as the building went up in smoke ( fortunately Joshamee wasn’t home at the time ), but ended up injured and passed out before the firefighters arrived and found him. When he woke, he was in a hospital bed with scarring on his arm from being burned and the effects of smoke inhalation, and knew even before he was visited by his best friend that London was no longer safe for him. It might have been reported in the press as an accidental fire, but Jack knew who was responsible, and knew that if word got out that he’d survived they’d no doubt try again.</small></p>
1279<p><small> He was resolved to leave the country, and as soon as he was well enough to abscond from his hospital ward, he and Gibbs headed for Dover and crossed the English Channel to France. For the next few years, he backpacked across Europe, his new goal being that of seeing the world and experiencing it. Sometimes he stayed in the local hostels, other times he’d earned enough money from both honest – and dishonest – employment to stay in a hotel, but he lived out of a mere suitcase, never staying in one place for too long.</small></p>
1280<p><small> After the Champs Elysees and the Colosseum, the French Riviera and the Canary Islands, experiencing yachting and wine drinking and everything in between, Jack moved on to the Far East, residing in Singapore. It was there that he was exposed to a culture very different to his own and fell in love with it. He remained for two years before finally resolving to move on ( only after upsetting the wrong sorts of people ), and made for the next place on his bucket list: the Caribbean. </small></p>
1281<p><small>It was during Jack's time there that he was betrayed for the second time in his life: this time, by another friend, Hector Barbossa. Left stranded on one of the many uninhabited islands, bereft of a phone or a map, money or ship, it was only the good fortune of a drug cartel's arrival (using the island as a base for their smuggling operations into Jamaica) that saved him from heatstroke and starvation. Hitching a ride back to the mainland in exchange for six months worth of employment to pay back his debt to them, Jack set about rebuilding his life.</small></p>
1282<p><small> He stayed in Kingston, Jamaica for a while before the longing for revenge eventually -- after several deviations here and there -- drew him back to London. Now in his thirties, he returned to the city that had been the source of so many conflicted feelings, very much changed from the man who had earlier left it in such a hurry. He moved back in with Joshamee and settled back into an ordinary life, but the need for excitement and danger in his life led him back down an avenue that he’d narrowly avoided ten years prior: con artistry. This time, the crime was on his terms, targeting those most corrupt and susceptible to his schemes, while avoiding the innocent and anything as morally reprehensible as what prompted him to leave the city in the first place. After a few years, Jack had made a name for himself in criminal circles independent of Teague, and with the help of his best friend was making a reasonable profit for his time, too. He even managed to corner his traitorous former friend and, after a heated confrontation between the pair, believed that he had inflicted a mortal injury. He'd find out a couple of years later that this was not the case.</small></p>
1283<p><small> The default for this verse is after this point, where Jack is in his late thirties and living in Soho, London, having already travelled and experienced a lot of the world and already enjoying success as a con artist in the city. There are also rumblings from members of the same organisation that Jack escaped and nearly dismantled thirteen years prior; when he’s not gaining valuable contacts in the city by targeting specific individuals’ reputations and purses to damage, he’s preparing to take down his former employer, Lord Beckett once and for all.</small></p>
1284<p><small><strong>extra notes</strong></small> <br /><small>*in two alternative modern verses, Jack never meets Christophe and is accepted into university, studying to become a university professor and lawyer respectively. <br />**this is the point at which my <a href="https://trickstercaptain.tumblr.com/post/184719357947/space-pirate-mcu-outline-in-this-verse-jack">marvel space pirate verse</a> diverges from my modern canon.</small></p>
1285<br /></small></p></li>
1286<li><h2><strong>BASIC INFORMATION</strong></h2>
1287<p><div align="center"><img src="https://66.media.tumblr.com/d47e149d39bee675c0bd711919ab620e/tumblr_inline_pdgfl6RITk1smyfzk_500.png" /> <img src="https://66.media.tumblr.com/109bcba408f49e765fbd7f1bacd4bfa1/tumblr_inline_pdgfm65TBj1smyfzk_500.png" /></div></p>
1288<p><small><strong>FULL NAME:</strong> captain jack sparrow<br /><strong>NICKNAME(S):</strong> <strike>jackie</strike>, <strike>jacky boy</strike>, little bird<br /><strong>ALIAS(ES):</strong> <br /><strong>OCCUPATION:</strong> former curse-breaker turned smuggler<br /><strong>AGE:</strong> 32 ( start of the second wizarding war )<br /><strong>SEXUAL ORIENTATION:</strong> bisexual<br /><strong>ROMANTIC ORIENTATION:</strong> demiromantic<br /><strong>DATE OF BIRTH:</strong> 6th august, 1963 / 1895<br /><strong>NATIONALITY:</strong> british <br /><strong>LOYALTY:</strong> himself, later the order<br /><strong>BLOOD STATUS:</strong> half-blood, but originates from a prominent pure-blood family</small></p>
1289<h2><strong>PHYSICAL INFORMATION</strong></h2>
1290<p><small><strong>HEIGHT:</strong> 5'10" <br /><strong>EYE COLOUR:</strong> brown <br /><strong>HAIR COLOUR:</strong> black<br /><strong>DOMINANT HAND:</strong> right, but somewhat ambidextrous<br /><strong>DISTINGUISHING FEATURES:</strong> high cheekbones, large eyes sometimes accentuated with kohl, fondness for wearing hats & waistcoats<br /><strong>TATTOO(S):</strong> sparrow flying over stylised waves on his right forearm, the desiderata poem on his back<br /><strong>SCAR(S):</strong> extensive burns along his left arm, scar through his right eyebrow<br /><strong>PIERCING(S):</strong> both ears</small></p>
1291<h2><strong>BACKGROUND INFORMATION</strong></h2>
1292<p><small><strong>HOMETOWN:</strong> london<br /><strong>CURRENT RESIDENCE:</strong> london, at sea, all over<br /><strong>LANGUAGE(S):</strong> english, spanish, french, along with some latin, mandarin & others<br /><strong>PARENTS:</strong> edward teague ( pure-blood ) & maria sparrow ( muggle born / deceased )<br /><strong>SIBLING(S):</strong> none canonically ( isobel sparrow in an au )<br /><strong>EXTENDED FAMILY:</strong> uncle jack ( paternal uncle ), bartholomew ( paternal grandfather ), anne teague ( paternal grandmother ), credence barebone ( surrogate son )<br /><strong>SIGNIFICANT OTHER:</strong> dependent<br /><strong>CHILD(REN):</strong> none<br /><strong>PET(S):</strong> tim ( crup )<br /><strong>FRIENDS / ALLIES:</strong> robby greene, joshamee gibbs, hattie price, celeste zamorano, mary sibley, albus dumbledore, horace slughorn<br /><strong>ENEMIES / ANIMOSITIES:</strong> christophe-julien de rapièr, cutler beckett, mary sibley, morgana pendragon, killian jones, voldemort / gellert grindelwald & followers, the ministry of magic, journalists</small></p>
1293<h2><strong>PERSONALITY INFORMATION</strong></h2>
1294<p><small><strong>POSITIVE TRAITS:</strong> independent, charming, open-minded, unprejudiced, intelligent, perceptive, hard-working, ambitious, well-read, merciful, witty, capable of gentleness & selflessness, flirtatious, individualistic, opinionated, charismatic, resilient, adaptable, flamboyant.<br /><strong>FLAWS: </strong>stubborn, manipulative, perfectionistic, emotionally stunted, self-serving, reckless, spiteful, petty, cynical, untrustworthy, proud, distrustful, paranoid, egocentric, obsessive, unreliable, chaotic, unpredictable, moody, sometimes melancholic.<br /><strong>LIKES:</strong> freedom, sailing, trouble-making, gambling, reading, rum, risk-taking, swimming.<br /><strong>DISLIKES:</strong> stupidity, ignorance, injustice, cruelty, complacency, staying in one place.<br /><strong>FEARS:</strong> not being good enough, loneliness, abandonment, not being remembered, death, failure, fire.<br /><strong>SKILLS:</strong> deception, sleight of hand, playing & composing music, navigation, sailing, reading people, improvising, learning languages, disguise, transfiguration, charms</small></p>
1295<h2><strong>VICES + HABITS</strong></h2>
1296<p><small><strong>SMOKES?</strong> sometimes<br /><strong>DRINKS?</strong> yes <br /><strong>DRUGS?</strong> no<br /><strong>SELF-DESTRUCTIVE?</strong> yes <br /></small></p>
1297<h2><strong>MISCELLANEOUS</strong></h2>
1298<p><small><strong>ZODIAC: </strong>leo<br /><strong>VICE:</strong> all of them at one point or another<br /><strong>VIRTUE: </strong>cricket noises<br /><strong>ELEMENT:</strong> fire & water<br /><strong>ALIGNMENT:</strong> chaotic neutral <br /><strong>MBTI:</strong> entp<br /><strong>WAND TYPE:</strong> acacia wood with a unicorn hair core, 10 ¾ inches, quite bendy<br /><strong>SPECIAL ABILITIES:</strong> none in particular, although he prides himself on the ability to identify magical artefacts and detect any curses or charms placed upon them<br /><strong>PATRONUS:</strong> sparrow<br /><strong>BOGGART: </strong>teague ( hogwarts years ), his own corpse, burned to death ( post-hogwarts )</small></p>
1299<h2><strong>EDUCATION</strong></h2>
1300<p><small><strong>SCHOOL:</strong> hogwarts school of witchcraft and wizardry<br /></small><small><strong>HOUSE:</strong> slytherin<br /><strong>BEST CORE CLASS:</strong> tranfiguration & charms<br /><strong>WORST CORE CLASS</strong>: herbology<br /><strong>ELECTIVE:</strong> arithmancy, ancient runes<br /><strong>QUIDDITCH:</strong> spectator<br /><strong>EXTRA-CURRICULAR:</strong> music</small></p>
1301<h2><strong>BIOGRAPHY</strong></h2>
1302<p><small>Born a halfblood into a family of pureblood smugglers, Jack was dismissed an outcast even before he could walk, much less wield a wand. Being a muggle born wizard, his mother’s relationship with his pureblood father had garnered disapproval from the very start, most notably from the matriarch of his family and, in the culture of pre-first wizarding war London, was ultimately doomed to a tragic end. An anonymous tip off to Voldemort’s followers ( coming from Teague’s mother, no less ), during his first rise to power, of a muggle-born member of the Order of the Phoenix had Death Eaters arrive at Jack’s familial home when he was seven. Only hiding in a cupboard managed to spare him from the killing curse, and Jack spent the rest of his early childhood meeting the gaze of a father who unconsciously resented his survival. </small></p>
1303<p><small>Fortunately, amidst the mistreatment and neglect during his earlier years, Teague’s former betrothed, a young pureblood witch named Hattie Price, steps in and attempts to fill the void created by his mother’s death. Jack turns eleven, is sorted into Slytherin at Hogwarts ( after some deliberation between the snake house and Ravenclaw on the Sorting Hat’s part ), and Voldemort is not defeated at the hands of The Boy Who Lived until his final year at the school. </small></p>
1304<p><small>During his Hogwarts years themselves, it isn’t long before Jack gains himself a reputation at the school as a troublemaker, but an ambitious, intelligent one; he is aided by the teachers to pursue his dreams of travelling the wizarding world as a curse-breaker, showing a particular talent in the art of transfiguration and charms. His closest friend doesn’t come from the snake house, but the house of loyalty: Robby Greene, a muggle-born Hufflepuff. Leaving the school with the NEWTs he needs, Jack undergoes training by Gringotts’ goblins and begins an independent life uncovering hidden treasure and artefacts across the four corners of the world. A year passes, and he is offered work as a foreign operative by an official of the Ministry of Magic, Cutler Beckett, along with an old-fashioned sailship to use as he pleases in his new venture: the <em>Wicked Wench</em>. With his exposure to sailing during his youth, Jack falls in love on first sight, and gladly accepts the man’s offer. </small></p>
1305<p><small>Not long after this, Jack encounters an enigmatic French wizard by the name of Christophe-Julien de Rapièr, and the two become extremely close in a short space of time. So assured of the man’s moral character, when aurors arrive to apprehend him and throw him in Azkaban, believing him to be a devout of the late Lord Voldemort, Jack is moved to extreme lengths to help him escape their capture. Only once the men are clear of their assailants and on the run does Christophe’s true loyalty become clear, and Jack is dragged unwillingly into his underground gang of sycophants. The <em>Daily Prophet</em> reports Jack Sparrow as turning on the Ministry in favour of bringing back the dark days of Voldemort’s reign of terror, and he is not only made a fugitive, but labelled a Death Eater in all but name. One particularly damning exposé in the press even draws attention to his apparent resemblance to a young Gellert Grindelwald.</small></p>
1306<p><small>Jack’s attempts to expose his employer were also left in tatters by this betrayal; shortly before Christophe’s arrest, he had been preparing to reveal to the Ministry Beckett’s illicit business interests in the trafficking of muggles. Seen now as purely an attempt to smear his superior to cover his own loyalties to Voldemort, his allegations are automatically dismissed. </small></p>
1307<p><small>But that ends up as the very least of his worries. Now aware of the true moral depravity of his former friend, Jack plots to undo his previous wrongs, and enlists the help of allies, both familial and from his time at Hogwarts, to ensure Christophe’s imprisonment in Azkaban for good. Successfully framing him, the Frenchman is taken prisoner and Jack is brought to the Wizengamot where, thanks primarily to Dumbledore’s influence during the trial, the charges brought against him are dismissed. </small></p>
1308<p><small>Although, not everyone was happy with the verdict. Despite not being able to legitimately call for Jack’s arrest, Beckett was still keen on revenge, and sends men to attack Jack’s ship – not realising that Jack himself was on board. He manages to cast a spell to save the vessel from sinking, but not before the fire damage chars the hull of the ship. The next few months are spent restoring her to her former glory, before painting her black and rechristening her the <em>Black Pearl</em>. </small></p>
1309<p><small>In the years that follow, Jack retreats further and further into the shadows of wizarding society. No longer able to gain legitimate employment anywhere as a curse-breaker, Jack turns to the family profession of smuggling, specialising in the identification and obtaining of magical artefacts and becoming associated with Borgin and Bourkes on Knockturn Alley. It’s during this time that Voldemort’s return to power becomes more and more assured, with the smearing of Dumbledore and Harry Potter in the press and culminating in the escape of Death Eaters ( including Christophe ) from Azkaban. </small></p>
1310<p><small>With the escape of Christophe returns the rumours of Jack’s associations to the Dark Lord, only heightening the danger that he finds himself in, caught between the light and the dark as the Frenchman plots to hunt him down. But this also functions as the impetus Jack needs to throw his support behind the Order and clear his name for good.</small></p>
1311<h2><strong>AMENDMENTS ( FANTASTIC BEASTS )</strong></h2>
1312<p><small>- still from a pure-blood family with prejudice against muggles, but rather than being killed by death eaters at the age of seven, anne has maria ( who is muggle born ) killed in a more direct sense. early life follows that of victorian verse.</small></p>
1313<p><small>- befriends mary sibley, a ravenclaw, during his time at hogwarts and the two become close</small></p>
1314<p><small>- after the break out of ww1 in 1914, jack and mary are separated due to jack’s overseas work as a curse-breaker. during this time, mary becomes exposed to the extremism of her adopted family; the mary he is reunited with years later has already succumbed to dark magic </small></p>
1315<p><small>- still encounters christophe, a dark wizard and fanatic, is manipulated and betrayed and the ties to him still jeopardise his career as a curse-breaker. also still encounters beckett</small></p>
1316<p><small>- turns to smuggling as in hp verse, but due to both his family heritage and his continued association with mary after the war, is assumed by many to support grindelwald’s rhetoric – to the point where journalists and other investigators start to follow his movements in london and new york in the hope of catching him and his associates in the act</small></p></li>
1317
1318<li><div align="center"><h2><strong>BASIC INFORMATION</strong></h2>
1319<p><strong> <img src="https://66.media.tumblr.com/44c528ed3d89f124d8d703de122581ed/tumblr_inline_pt6mdqdzCk1smyfzk_500.png" /> <img src="https://66.media.tumblr.com/0f9bcd6393971df99859ab14c0e0320c/tumblr_inline_pt6mdwWnyu1smyfzk_500.png" /></strong></div></p>
1320<p><small><strong>FULL NAME: </strong>captain jack sparrow<strong><br />AGE: </strong>38 ( adwd )<br /><strong>DATE OF BIRTH: </strong>( 6th august ) 262 ac<br /></small><small><strong>SEXUAL ORIENTATION:</strong> bisexual<br /></small><small><strong>ROMANTIC ORIENTATION:</strong> demiromantic<br /></small><small><strong>SPOKEN LANGUAGES: </strong>the common tongue & valyrian<br /></small><small><strong>HERITAGE: </strong>maternal ancestry originates in the reach, whereas paternal ancestry originates in the iron islands.<br /></small><small><strong>OCCUPATION: </strong>pirate<br /></small><small><strong>HOMETOWN:</strong> braavos<br /></small><small><strong>RELIGION:</strong> jack was never officially baptised by the drowned god or adopted the religion as his own, and he develops a very agnostic attitude towards the idea of organised religion. however, given his later brush with r’hllor and his followers, he doesn’t discount the presence of the divine entirely.<br /></small><small><strong>HOUSE AFFILIATIONS: </strong>formerly, to house teague of the iron islands, and house greyjoy by extension.</small></p>
1321<h2><strong>BIOGRAPHY</strong></h2>
1322<p><small>Jack is born at sea in the middle of a storm, and spends the first seven years of his life in Braavos, raised mostly by his mother ( who originated from the Reach and fled for the Narrow Sea in the face of an arranged marriage ), but with sporadic input from his father, who is part of an influential Ironborn family.</small></p>
1323<p><small>After his mother’s death, Jack is taken on as a ‘ward’/cabin boy by Teague on his ship ( but not before spending a year on the Iron Islands with his grandmother, attempting to beat the ironborn into him ), and spends the majority of his upbringing either on the Iron Islands, at sea or in foreign ports, excelling at sailing but growing to hate the iron way of life. As a technical bastard child, Jack would have been given the surname ‘Pyke’ by the Ironborn he sailed with, but he is never called that by Teague in all the years that he grew up on the islands, and Jack stubbornly continues to refer to himself as Sparrow.</small></p>
1324<p><small>Over the years he becomes a very talented sailor, although longing for nothing more than to leave the Iron Islands forever and strike out on his own – particularly as he was convinced that he was not tough enough or good enough to make it among their kind. It’s because of this that Jack grows close to Essos pirate Christophe-Julien de Rapièr during his teenage years, a man who represented the freedom to <em>be </em>that he so craved. As adulthood creeps closer, he also becomes aware that he would soon need to pledge his allegiance to the Drowned God if he hoped to ever gain the respect of his Ironborn peers, Jack had planned on multiple occasions to join the other man’s crew and leave the life behind, but is thwarted at every turn – until he turns twenty and finally gets his wish.</small></p>
1325<p><small>Rebellion had broken out in Westeros against the Targaryen dynasty, and while the Ironborn stayed largely neutral in the conflict, there were still those who wanted to throw their lot behind a side – and those who wanted to stoke discord amongst their ranks. When Christophe is apprehended by the Ironborn, accused of being a so-called conspirator and meddler in their affairs, and a butcher of their kind out on the water, Jack is outraged and remains a firm believer in the man’s innocence. But in his attempt to break the man out and gaol and smuggle him and his men out of Pyke, the man’s true nature is revealed, and Jack is subsequently pressganged aboard his ship and taken with them.</small></p>
1326<p><small>Aware that he can now never return to the Iron Islands unless he wishes to be branded a traitor, Jack finally claims the Sparrow name for himself ( determined to leave no evidence that he was ever one of them ) and later escapes Christophe’s ship, making for the place of his childhood, Braavos, and signing onto a merchant crew, transporting cargo around the continent and across the Narrow Sea.</small></p>
1327<p><small>Within five years, Jack becomes the captain of his very own ship, working under a wealthy merchantman in Volantis. The arrangement is beneficial to both parties until a bargain between the two goes terribly wrong, and Jack is blackmailed into transporting a cargo of slaves out of the city. Refusing to do as he is ordered, Jack takes the slaves to Braavos and frees them, drawing his employer’s ire. His ship is captured, he is imprisoned in Volantis, branded a pirate and made to watch his ship burn as punishment for his so-called crime. In a desperate attempt to save the <em>Wicked Wench</em>, Jack breaks free of his captors and tries to put the fire out, but passes out and sinks into the water before he gets the chance.</small></p>
1328<p><small>He washes up further down the coast, and is vaguely aware of only one thing: a choice between life and death, and the cost of a soul for the former. The next thing Jack remembers is waking up in one of Essos’ many Red Temples, homes of R’hllor. Whether he was dead and brought back by the Red Priests and Priestesses of the fiery god, and struck the pact in the afterlife, or was merely brought back from the brink, he can’t be sure, but what he <em>does</em> know is that he’s alive – for thirteen years, at least – and that his ship is waiting in the harbour, charred but as beautiful as the day he first laid eyes on her. After the thirteen years is up, he would belong to R’hllor and whatever divine plan of bringing light to the darkness he has planned, but for now, Jack would <em>live</em>.</small></p>
1329<p><small>He rechristens his ship the <em>Black Pearl </em>and takes up high seas piracy, operating primarily out of Braavos and other popular ports around Essos. The affairs of Westeros are of no interest to him until, aged twenty-seven, he hears about Balon Greyjoy’s rebellion against the crown, a doomed attempt by the Ironborn to seize independence for themselves – and he can <em>almost </em>sympathise with their plight.</small></p>
1330<p><small>By the point of the start of <em>A Song of Ice and Fire/Game of Thrones</em>, Jack is aged thirty-six, with two years left before he would need to pay his debt.</small></p></li>
1331
1332
1333</div></div>
1334
1335
1336<div id="box5" class="popup_block"><div id="text">
1337<ul id="tabs">
1338<li class="active">navigation</li>
1339<li>timeline</li>
1340<li>relationships</li>
1341</ul>
1342
1343<ul id="tab">
1344<li class="active">
1345
1346<p><div align="center">
1347<p><em><strong>basics.</strong></em></p>
1348<p><a href="https://trickstercaptain.tumblr.com/canonbio">canon bio<br /></a><a href="https://trickstercaptain.tumblr.com/t">canon timeline</a>
1349<p><a href="https://trickstercaptain.tumblr.com/modernbio">modern bio<br /></a><a href="https://trickstercaptain.tumblr.com/magicalbio">wizarding world bio</a>
1350<br /><a href="http://trickstercaptain.tumblr.com/asoiafbio">a song of ice and fire bio</a>
1351<br /><a href="http://trickstercaptain.tumblr.com/victorianbio">victorian bio</a>
1352</p>
1353<p><a href="https://trickstercaptain.tumblr.com/tagged/%3Bfly-fast-and-far-and-free-%28-musings.-%29">musings</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bwhat-fire-does-not-destroy-it-hardens-%28-about-jack.-%29">about<br /></a><a href="https://trickstercaptain.tumblr.com/tagged/%3Bit-should-be-a-dress-or-nothing-%28-desires.-%29">desires<br /></a><a href="https://trickstercaptain.tumblr.com/tagged/%3Bplays-things-closer-to-the-vest-now-%28-headcanon.-%29">headcanon</a><br /><a href="https://trickstercaptain.tumblr.com/metanav">meta<br /></a><a href="https://trickstercaptain.tumblr.com/tagged/%3Bleo-%28-zodiac.-%29">zodiac</a><a href="https://trickstercaptain.tumblr.com/tagged/%3Bmeta"><br /></a><a href="https://trickstercaptain.tumblr.com/tagged/%3Blost-bird-who-never-learnt-to-fly-%28-captain-jack-sparrow.-%29">portrait</a><a href="https://trickstercaptain.tumblr.com/tagged/%3Bmeta"><br /></a><a href="https://trickstercaptain.tumblr.com/tagged/%3Bworst-fate-a-person-can-bring-upon-themselves-%28-locker-tag.-%29">locker</a><a href="https://trickstercaptain.tumblr.com/tagged/%3Bmeta"><br /></a><a href="https://trickstercaptain.tumblr.com/tagged/%3Bshipwreck-cove-is-no-place-to-raise-a-child-%28-childhood.-%29">shipwreck cove/childhood</a><a href="https://trickstercaptain.tumblr.com/tagged/%3Bmeta"><br /></a><a href="https://trickstercaptain.tumblr.com/tagged/%3Bfreedom-%28-the-black-pearl.-%29">the black pearl</a><a href="https://trickstercaptain.tumblr.com/tagged/%3Bmeta"><br /></a><a href="https://trickstercaptain.tumblr.com/tagged/%3Bfirst-love-%28-the-sea.-%29">first love</a></p>
1354<p><a href="https://trickstercaptain.tumblr.com/tagged/%3Bletters-for-the-captain">letters for the captain</a> (ic messages)<br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bmessages">messages</a> (ooc messages)<br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bmeme-response">meme responses</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/ooc">ooc<br /></a><a href="#mce_temp_url#">mun tag</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bdrink-up-me-hearties-yo-ho-%28-music-tag.-%29">music tag</a><br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bmagic-is-among-the-most-finicky-of-sciences-%28-reference.-%29">reference</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Betc">etc</a> (other)</p>
1355<p><a href="https://trickstercaptain.tumblr.com/tagged/%3Bfave">fave</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bnot-all-treasure-is-silver-and-gold-%28-save-tag.-%29">save</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bthe-thing-you-want-most-in-this-world-%28-wishlist.-%29">wishlist</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bwe-shall-have-a-magnificent-garden-party-and-you%27re-not-invited-%28-crack.-%29">crack posts</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bmeme">memes<br /></a><a href="https://trickstercaptain.tumblr.com/tagged/%3Bnurture-strength-of-spirit-to-shield-you-in-sudden-misfortune-%28-aesthetic.-%29">aesthetic</a></p>
1356<p><em><strong>canon ships.</strong></em></p>
1357<p><a href="https://trickstercaptain.tumblr.com/tagged/otp%3A-mi-coraz%C3%B3n-%28-jack-%26-esmeralda.-%29">jack & esmeralda</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/otp%3A-very-much-alike-%28-jack-%26-elizabeth.-%29">jack & elizabeth</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bhow-many-scars-did-we-justify-because-we-loved-the-person-holding-the-knife%3F-%28-jack-%26-christophe.-%29">jack & christophe</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bhow-else-can-we-live-except-in-the-midst-of-ruin-%28-jack-%26-angelica.-%29">jack & angelica</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bwhat-are-we-made-of-but-hunger-and-rage-%28-jack-%26-frances.-%29">jack & frances</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/otp%3A-a-tether-that-has-stood-the-test-of-time-%28-jack-%26-pearl.-%29">jack & pearl</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bnigh-inseparable-we-are.-were.-have-been.-before-%28-jack-%26-tia-dalma.-%29">jack & tia dalma</a></p>
1358<p><em><strong>crossover ships.</strong></em></p>
1359<p><a href="https://trickstercaptain.tumblr.com/tagged/%3Bthey-stare-at-me-while-I-crave-you-%28-jack-%26-isabela.-%29">jack & isabela</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bjust-friends-don%E2%80%99t-kiss-like-this-%28-jack-squared.-%29">jack & jack ( rackham )</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Byou-were-my-chaos-but-you-were-also-my-peace-%28-jack-%26-john.-%29">jack & john</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Blike-islands-in-the-sea-we%27re-connected-in-the-deep-%28-jack-%26-asha.-%29">jack & asha</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Byou-looked-sexy-on-crimewatch-%28-jack-%26-irene.-%29">jack & irene</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Ball-we-do-is-think-about-the-feelings-that-we-hide-%28-jack-%26-megan.-%29">jack & megan</a></p>
1360<p><em><strong>brotps.</strong></em></p>
1361<p><a href="https://trickstercaptain.tumblr.com/tagged/brotp%3A-captain-looby-%28-jack-%26-dodger.-%29">jack & dodger</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/brotp%3A-don%E2%80%99t-do-anything-stupid-%28-jack-%26-will.-%29">jack & will</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/brotp%3A-honest-streak-%28-jack-%26-gibbs.-%29">jack & gibbs</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/brotp%3A-I-stood-up-for-you-%28-jack-%26-bootstrap.-%29">jack & bootstrap</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/brotp%3A-sometimes-things-come-back-%28-jack-%26-barbossa.-%29">jack & barbossa</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/brotp%3A-more-in-common-than-just-good-looks-%28-jack-%26-charles.-%29">jack & the tenth doctor</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/brotp%3A-more-in-common-than-just-good-looks-%28-jack-%26-charles.-%29">jack & charles</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/brotp%3A-if-you%E2%80%99re-lucky-enough-to-find-a-weirdo-then-never-let-them-go-%28-jack-%26-padm%C3%A9.-%29">jack & padmé<br /></a><a href="https://trickstercaptain.tumblr.com/tagged/brotp%3A-I-believe-in-annoyed-at-first-sight-%28-jack-%26-killian.-%29">jack & killian</a></p>
1362<p><strong><em>other dynamics.</em></strong></p>
1363<p><a href="https://trickstercaptain.tumblr.com/tagged/%3Buntil-every-last-star-in-the-galaxy-dies-you-have-me-%28-jack-%26-isobel.-%29">jack & isobel</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-the-purest-treasure-of-all">swann-sparrow family tag</a></p>
1364<p><strong><em>character tags.</em></strong></p>
1365<p><a href="https://trickstercaptain.tumblr.com/tagged/%3Blovely-pirate-queen-%28-esmeralda-de-sevilla.-%29">esmeralda maria consuela anna de sevilla</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Blizzie-%28-elizabeth-swann.-%29">elizabeth swann</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bwhelp-%28-will-turner.-%29">will turner</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bcommodore-%28-james-norrington.-%29">james norrington</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bovergrown-angry-child-%28-cutler-beckett.-%29">cutler beckett</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bhector-%28-hector-barbossa.-%29">hector barbossa</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bfirst-mate-%28-joshamee-gibbs.-%29">joshamee gibbs</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bshe-wears-her-woman%E2%80%99s-body-the-same-way-you-would-wear-a-gown-%28-tia-dalma.-%29">tia dalma<br /></a><a href="https://trickstercaptain.tumblr.com/tagged/%3Bwe%27re-like-a-weird-sitcom-%28-jack-%26-alice.-%29">bootstrap</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bfar-worse-not-to-have-her-%28-anamaria.-%29">anamaria</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bwell-acquainted-with-the-palm-of-their-hand-%28-giselle-%26-scarlett.-%29">giselle & scarlett</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bpride-of-the-king%27s-navy-%28-murtogg-%26-mullroy.-%29">murtogg & mullroy</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bbelligerent-homunculus-%28-pintel.-%29">pintel</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bwooden-eye-%28-ragetti.-%29">ragetti</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bnever-a-father-%28-captain-teague.-%29">captain teague</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bwe%27re-like-a-weird-sitcom-%28-jack-%26-alice.-%29">christophe de rapièr</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bel-matador-del-mar-%28-captain-salazar.-%29">captain salazar</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Blike-the-son-I-never-had-%28-henry-turner.-%29">henry turner</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bno-need-for-name-calling-%28-carina-smyth.-%29">carina smyth</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Byou-can%27t-count-%28-scrum.-%29">scrum</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bthe-woman-is-consummate-in-the-art-of-deception-%28-angelica.-%29">angelica</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bstruck-by-the-loneliness-in-her-eyes-%28-frances-dix.-%29">francis dix</a></p>
1366<p><a href="https://trickstercaptain.tumblr.com/tagged/%3Bmum-%28-maria-sparrow.-%29">maria sparrow</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bthough-she-be-but-little-she-is-fierce-%28-emma-swann-sparrow-%29">emma swann sparrow</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bfire-in-his-eyes-that-will-take-him-far-%28-jacob-swann-sparrow-%29">jacob swann sparrow</a><br /><a href="https://trickstercaptain.tumblr.com/tagged/%3Bgentle-of-heart-%28-lily-swann-sparrow-%29">lily swann sparrow</a></p>
1367</div>
1368<p>~~</p>
1369
1370
1371<li><h2><strong>canon verse timeline</strong></h2>
1372<p><small><strong>NOTE: </strong>this is not the definitive, canon timeline for the movies ( that was shot to hell the moment dmtnt came out ), but purely my own version of events that I use to make sense of Jack's winding, twisting canon and my own portrayal.</small></p>
1373<p><br /><small><strong>1704, 6th August</strong> - Jack was born on board the <em>Misty Lady</em>, during a typhoon, somewhere out in the Indian Ocean.</small><br /><small><strong>1711</strong> - the death of Jack’s mother, <a href="https://dreamreigned.tumblr.com">Maria Sparrow</a>, after a short illness.</small><br /><small><strong>1722</strong> - Captain Salazar is trapped in the Devil’s Triangle by Jack, now aged eighteen. Jack is not on the <em>Wicked Wench</em>, but a ship sailing on behalf of the Brethren Court who had partially formed in order to fight this Spanish pirate hunter. Upon returning to Shipwreck Cove, Jack returned to serving on board Captain Teague’s new ship, <em>Troubadour</em>.</small><br /><small><strong>1724</strong> - events of the Shipwreck chapters of <em>The Price of Freedom</em>. Jack meets Esmeralda and Don Rafael, and is betrayed by Christophe, forcing him to join the East India Trading Company with fellow crewman, Robby Greene.</small><br /><small><strong>1729</strong> - events of<em> The Price of Freedom</em>. Jack is given his first command, the <em>Wicked Wench</em>, sails her for nigh on a year until he refuses to give up the coordinates of the island of Zerzura. After being coerced into transporting slaves, he frees them and invokes the wrath of Cutler Beckett. He ends up branded a pirate and his ship set on fire. While trying to save her, Jack is dragged down along with his vessel, striking a pact with Davy Jones to raise her again for thirteen years captaining her. He returns to Shipwreck Cove, clearing his name in the eyes of the Brethren after the deaths of the two rogues at his hand, and returns to the account.</small><br /><small><strong>1731</strong> - mutiny aboard the <em>Black Pearl</em>. Jack is betrayed by first mate, Hector Barbossa, and abandoned on a spit of land to die. After three days and heatstroke, Jack escapes with the aid of rumrunners, now with revenge in his heart.</small><br /><small><strong>1731/2</strong> - the death of Esmeralda Maria Consuela Anna de Sevilla. The position of Pirate Lord of the Caribbean, and her piece of eight, pass to Jack. </small><br /><small><strong>1733-1740</strong> - Jack at some point meets <a href="https://empireburned.tumblr.com">Angelica</a>, disguised in a Spanish convent and in search of the church’s fortune. Realising she needs Jack’s help, she confides her plan in him, the two make off with the money and begin a lucrative partnership that results in an affair. It is promptly ended when Jack makes off with the gold and leaves Angelica behind. The two meet sporadically over the following years, their relationship tumultuous.</small><br /><small><strong>1741</strong> - events of <em>The Curse of the Black Pearl</em>. Ten years have passed since the mutiny, but upon meeting the son of Bootstrap Bill Turner, whose blood is needed to lift the curse upon the men of the <em>Black Pearl</em>, Jack plans to use him as leverage to finally get his ship back and enact revenge on the first mate who took it from him.</small><br /><small><strong>1742</strong> - events of <em>Dead Man’s Chest</em>. Jack’s thirteen year debt with Davy Jones has finally run out, and it’s time to pay. In order to avoid damnation, Jack begins a desperate search for the Captain’s chest, containing his heart and valuable leverage to save him and his ship from the kraken.</small><br /><small><strong>1742/3</strong> - events of<em> At World’s End</em>. Jack is rescued from the Locker and the Brethren Court is convened in order to fight the War Against Piracy, culminating in the release of Calypso and the battle of the maelstrom, where both Davy Jones and Cutler Beckett were killed, and Will Turner assumed the role of Captain of the <em>Flying Dutchman</em>.</small><br /><small><strong>1742/3</strong> - post-AWE ; Jack meets Margaret Smyth.</small><br /><small><strong>1745</strong> - Jack meets the young Henry Turner for the first time after arriving in Shipwreck Cove. Developing a fondness for the boy during his visit, over the years Jack checks in every now and again, and comes to be known by the lad as Uncle Jack.</small><br /><small><strong>1750</strong> - events of <em>On Stranger Tides</em>. After more than seven years of searching for the Fountain of Youth, Jack ends up in London to rescue first mate Gibbs from hanging in his name. From there, he ends up coerced onto Blackbeard’s ship, forced to lead an expedition to the Fountain and meeting up with Barbossa again along the way. While not tasting the waters of the Fountain himself, its youthful effects rub off on him, slowing his age process and making Jack wonder, later down the line, whether he truly <em>is</em> immortal.</small><br /><small><strong>roughly 1751-4</strong> - Jack is cursed by Shansa as a pact made with Barbossa – whether mistakenly, or not, Jack is included in the list of Barbossa’s enemies – and his luck slowly begins to deteriorate.</small><br /><small><strong>1762</strong> - Jack sails the <em>Dying Gull</em> to Saint Martin, where it is beached and he and his crew are stranded on the island. Several months pass until the crew plot a bank robbery in order to fund restorations to the ship so they can make it off the island, aiming for Tortuga or Shipwreck. It is here that he begins an affair with Francis Dix. events of <em>Dead Men Tell No Tales</em>.</small></p></li>
1374
1375
1376<li><div style="text-align: center;">
1377<p><img align="right" src="https://78.media.tumblr.com/2fed3fd631a71b6ebf74bece1ac349c9/tumblr_inline_p56jqlErMm1smyfzk_500.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1378<p><br /><br /></p>
1379<p><strong><a href="https://thecodekeeper.tumblr.com">EDWARD TEAGUE</a></strong></p>
1380<p>pirates of the caribbean<br /><em>relationship: </em>father</p>
1381<br />
1382<p><img align="left" src="https://78.media.tumblr.com/d7f4754dad24326bf38f25d71aeeebd1/tumblr_inline_p57pwnoJHo1smyfzk_500.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1383<p><br /><br /></p>
1384<p><strong><a href="https://empireburned.tumblr.com">MARIA SPARROW</a></strong></p>
1385<p>pirates of the caribbean<br /><em>relationship: </em>mother</p>
1386<br />
1387<p><img align="right" src="https://78.media.tumblr.com/2824c9b5cef524baa60f8ae0153d4bf1/tumblr_inline_p56kxiSgoT1smyfzk_500.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1388<br /><br />
1389<p><strong><a href="https://hangtherules.tumblr.com">ELIZABETH SWANN</a></strong><p>pirates of the caribbean<br /><em>relationship:</em> wife</p>
1390<br />
1391<p><img align="left" src="https://66.media.tumblr.com/58f5a2e65efa39b04a616cdc4b6fde0f/cc068d080ec3ae77-3f/s540x810/93051f384f6d7af1fb5598a5aa8cabff3165a93b.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1392<br /><br />
1393<p><strong><a href="https://empireburned.tumblr.com">ISOBEL SPARROW</a></strong><p>pirates of the caribbean<br /><em>relationship:</em> sister ( au )</p>
1394<br />
1395<p><img align="right" src="https://66.media.tumblr.com/5a108a8969fa51f4242a12e0878e3203/tumblr_inline_ptnsqgZQ081smyfzk_1280.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1396<br /><br />
1397<p><strong><a href="https://empireburned.tumblr.com">EMMA SWANN-SPARROW</a></strong><p>pirates of the caribbean<br /><em>relationship:</em> daughter</p>
1398<br />
1399<p><img align="left" src="https://66.media.tumblr.com/7ac45c0244dec55e9d2576929a45279b/tumblr_inline_ptnsqtSPIx1smyfzk_1280.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1400<br /><br />
1401<p><strong><a href="https://empireburned.tumblr.com">JACOB SWANN-SPARROW</a></strong><p>pirates of the caribbean<br /><em>relationship:</em> son</p>
1402<br />
1403<p><img align="right" src="https://66.media.tumblr.com/ac91ed32d828dc1d5499c1f1314266af/tumblr_inline_ptnsrpBwc81smyfzk_1280.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1404<br /><br />
1405<p><strong><a href="https://empireburned.tumblr.com">LILY SWANN-SPARROW</a></strong><p>pirates of the caribbean<br /><em>relationship:</em> daughter</p>
1406<br />
1407<p><img align="left" src="https://66.media.tumblr.com/55ddfca3b596dc08b6cf6121e4a8fbf9/tumblr_inline_pmm9bs0Gal1smyfzk_1280.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1408<br /><br />
1409<p><strong><a href="https://empireburned.tumblr.com">ANGELICA</a></strong><p>pirates of the caribbean<br /><em>relationship:</em> lover / ex</p>
1410<br />
1411<p><img align="right" src="https://66.media.tumblr.com/1de804502c7623cdd41e5bb4e3765004/tumblr_inline_pu07ziHDme1smyfzk_540.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1412<br /><br />
1413<p><strong><a href="https://thiievesandbeggars.tumblr.com">CHRISTOPHE -JULIEN DE RAPIÈR</a></strong><p>pirates of the caribbean<br /><em>relationship:</em> former friend / lover ( au dependent )</p>
1414<br />
1415<p><img align="left" src="https://78.media.tumblr.com/edccb92ba46787157e883d3b5e503f72/tumblr_inline_p59rhkcp1u1smyfzk_500.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1416<br /><br />
1417<p><strong><a href="https://crimeblogger.tumblr.com">DR. JOHN WATSON</a></strong><p>bbc sherlock<br /><em>relationship:</em> ship's surgeon / lover</p>
1418<br />
1419<p><img align="right" src="https://66.media.tumblr.com/ce8201a5ac73d11a9ced86f7c3314256/tumblr_inline_pu07sx5hzx1smyfzk_1280.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1420<br /><br />
1421<p><strong><a href="https://thewxman.tumblr.com">IRENE ADLER</a></strong><p>bbc sherlock<br /><em>relationship:</em> partner in crime / lover</p>
1422<br />
1423<p><img align="left" src="https://78.media.tumblr.com/995a0f42f9ed078fd661e7e0112bf32d/tumblr_inline_pdadhnVStC1smyfzk_540.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1424<br /><br />
1425<p><strong><a href="https://jernhjerte.tumblr.com">ASHA GREYJOY</a></strong><p>a song of ice and fire<br /><em>relationship:</em> friend / lover</p>
1426<br />
1427<p><img align="right" src="https://78.media.tumblr.com/7a30a9f3be25f70ad14bfcbeb1cc4e4f/tumblr_inline_p57q7uCgzv1smyfzk_500.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1428<br /><br />
1429<p><strong><a href="https://talktoten.tumblr.com">TENTH DOCTOR</a></strong><p>doctor who<br /><em>relationship:</em> friend</p>
1430<br />
1431<p><img align="left" src="https://78.media.tumblr.com/f04d5dd9ed975c62fa5193095ad7efb2/tumblr_inline_p57qro1slH1smyfzk_500.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1432<br /><br />
1433<p><strong><a href="https://piraticalwit.tumblr.com">KILLIAN JONES</a></strong><p>once upon a time / peter pan<br /><em>relationship:</em> sometimes friend</p>
1434<br />
1435<p><img align="right" src="https://66.media.tumblr.com/b050860bb971d1ee5fdf4ad1094a77f7/tumblr_inline_ptntw2a8Mg1smyfzk_1280.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1436<br /><br />
1437<p><strong><a href="https://getsherhandsdirty.tumblr.com">MEGAN SANTIAGO</a></strong><p>original character<br /><em>relationship:</em> friend / lover</p>
1438<br />
1439
1440
1441
1442</li>
1443
1444</div></div>
1445
1446<!-- you're being Stubborn about using drop down's but i'm leaving you a link to the tutorial in case you change your mind and want me to add it in ( https://agirlingrey.tumblr.com/post/141676124493/hey-i-dont-know-if-you-answer-any-coding-related )-->
1447
1448<!-- to add another tab simply go to code below <ul id="tabs"> and type in <li> [verse name here] </li>. don't copy and paste the tab that has the <li class="active"> bit. It'll fuck up the code. -->
1449
1450<!-- ALSO make sure that for each tab you add you also add another <li></li> below in your verses section. if you have more tabs than sections or more sections than tabs it'll fuck up the code as well.-->
1451
1452<div id="box6" class="popup_block"><div id="text">
1453<ul id="tabs">
1454<li class="active">canon</li>
1455<li>modern</li>
1456<li>au</li>
1457<li>crossover</li>
1458<li>private</li>
1459</ul>
1460
1461<ul id="tab">
1462<li class="active">
1463
1464<!-- <img src="" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;"> that code will wrap an icon around your text for your verses and align it to the left. An example of it is right below this.-->
1465<img src="https://78.media.tumblr.com/4946de22ba7b641b147cfbbe53b72132/tumblr_inline_ow9meu2LXM1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1466<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-take-what-you-can">v; take what you can</a></strong></small>
1467<p><small>post-At World’s End. <strong>Main verse.</strong><em></em></small></p>
1468<p><small>Following the destruction of the <em>Endeavour</em>, Cutler Beckett’s death and victory of the pirates over the Armada, Captain Jack Sparrow returns to his pirating ways, still seeking immortality after sacrificing his chance at stabbing the heart of Davy Jones so that Will Turner could live. Unless specified for a particular thread, I will ignore the very end of the movie and Jack will still have the <em>Black Pearl</em> in his possession.</small></p>
1469
1470<img src="https://78.media.tumblr.com/980ffef703cb32bf97f5521455b31781/tumblr_inline_ow9mgaRefF1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1471<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-young-prot%C3%A9g%C3%A9">v; young protégé</a></strong></small></p>
1472<p><small><strong>The Price of Freedom verse a</strong>: Jack’s upbringing on Shipwreck Cove.</small></p>
1473<p><small>Living in the shadow of the Keeper of the Code isn’t easy for the young Jack Sparrow, particularly when he’s left to fend for himself in the pirate haven and dismissed for his ambitions to one day command a ship of his own. He wants more than anything to leave the island, and his life, behind, conflicted as to whether piracy is really his true calling, but it is the arrival of a charming French captain that eventually forces Jack into a decision that will unintentionally change his life.</small></p>
1474<img src="https://78.media.tumblr.com/450678a11a2aa5711c629f629f06e930/tumblr_inline_owbeit70Sh1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1475<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-five-sodding-years-of-hard-work">v; five sodding years of hard work</a></strong></small></p>
1476<p><small><strong>The Price of Freedom verse b</strong>: Jack in employment of the East India Trading Company. </small></p>
1477<p><small>Press-ganged into the crew of <em>La Vipère</em> after being betrayed by friend and rogue pirate Christophe de Rapièr, Jack knows he cannot return to Shipwreck Cove without facing death for breaking the Code. After escaping from the rogue ship, he and fellow crewman Robby Greene sign on to the East India Trading Company, working their way up the ranks until Jack is offered captaincy of the <em>Wicked Wench</em> by the EITC Director for West Africa, Cutler Beckett.</small></p>
1478<img src="https://78.media.tumblr.com/80efaca59d6f9b6d99e8b67912535442/tumblr_inline_ow9mhvKK4L1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1479<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-a-legend-in-the-making">v; a legend in the making</a></strong></small></p>
1480<p><small>post-TPOF, <strong>pre-mutiny</strong> verse.<em><br /></em></small></p>
1481<p><small>Now branded a pirate and having lost his soul in order to raise the newly rechristened <em>Black Pearl</em> from the depths, Captain Jack Sparrow finally has everything he ever wanted. He’s a pirate, a captain and finally able to forge a legend that will be immortalised for centuries to come. However, that all changes when he begins searching for a way to find the long lost Aztec treasure of Cortez with his first mate, Hector Barbossa.</small></p>
1482<img src="https://78.media.tumblr.com/bcefef93713a111669478f31d9f1b185/tumblr_inline_ow9mk5oPSl1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1483<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-a-hard-learned-lesson-it-was">v; a hard learned lesson it was</a></strong></small></p>
1484<p><small><strong>post-mutiny</strong> verse. </small></p>
1485<p><small>Can be set at anytime during the ten years between Barbossa’s mutiny and the start of the events of <em>Curse of the Black Pearl</em>. Jack’s still searching for his precious <em>Pearl</em> after being marooned on an island to die at the hands of his mutinous first mate, but that doesn’t mean he won’t live his life in the interim. Some important headcanons can be found <strong><a href="https://trickstercaptain.tumblr.com/post/188367009712/inter-mutiny-headcanons-so-this-has">here</a></strong>!</small></p>
1486<img src="https://78.media.tumblr.com/7af4c2497851d6e1cdd53e932d05546f/tumblr_inline_ow9mlthZs21smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1487<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-the-opportune-moment">v; the opportune moment</a></strong></small></p>
1488<p><small>set at any point during <strong>The Curse of the Black Pearl</strong>. </small></p>
1489<p><small>Arriving in Port Royal on the sinking <em>Jolly Mon</em>, fates align and Jack finds himself with the perfect leverage to secure his stolen <em>Pearl</em> from the hands of his mutinous and now-cursed first mate, Captain Barbossa.</small></p>
1490<img src="https://78.media.tumblr.com/6637102ab17046d04b7502b709a73a5b/tumblr_inline_ow9mniqxiJ1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1491<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-what-bodes-ill">v; what bodes ill</a></strong></small></p>
1492<p><small>set from the end of <strong>The Curse of the Black Pearl </strong>through to the end of <strong>Dead Man’s Chest.</strong> </small></p>
1493<p><small>Now reunited with his beloved <em>Pearl</em>, Jack knows all will be for naught unless he can find a way out of the soul debt he owes to Davy Jones. Vexed and bearing a compass that no longer seems to work, Jack begins a desperate search for the dead man’s chest to use as leverage, or else be damned to the depths of the Locker for eternity should his time run out</small></p>
1494<img src="https://78.media.tumblr.com/4ecd7978d792888aff8336b36a944df4/tumblr_inline_ow9mq3O3bE1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1495<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-close-your-eyes-and-pretend-it's-all-a-bad-dream">v; close your eyes and pretend it’s all a bad dream</a></strong></small></p>
1496<p><small>set after Jack’s liberation from the Locker, during<strong> At World’s End</strong>. </small></p>
1497<p><small>Returned from the land of the dead and determined not to end up there again, Jack resolves that the only way he can survive is to stab the heart of Davy Jones, thus becoming immortal and sailing the seas forever.</small></p>
1498<img src="https://78.media.tumblr.com/7301d4a939dc19bad419917ca4db9a57/tumblr_inline_ow9mqxWCzG1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1499<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-our-sands-be-all-but-run">v; our sands be all but run</a></strong></small></p>
1500<p><small>set during and after <strong>On Stranger Tides</strong>, but altered as appropriate. </small></p>
1501<p><small>This verse encompasses the entirety of On Stranger Tides and afterwards, as well as any AUs where Jack is seeking the Fountain of Youth. With the <em>Black Pearl</em> retrieved from Blackbeard’s ship, in bottle form, Jack and Gibbs are left to figure out how to restore her to her former glory.</small></p>
1502<img src="https://78.media.tumblr.com/69c9b181ded439702da322408b079590/tumblr_inline_oxvg08LKWn1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1503<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-bad-luck-dogs-you-day-and-night">v; bad luck dogs you day and night</a> </strong></small></p>
1504<p><small>set during <strong>Dead Men Tell No Tales</strong>, but altered as appropriate. <em><br /></em></small></p>
1505<p><small>Alterations from canon can be found <a href="https://trickstercaptain.tumblr.com/post/159111317037/lotties-masterlist-of-alterations-to-her-dmtnt" target="_blank">here</a>. After a series of near-disasters culminate in the release of Captain Salazar from the Devil’s Triangle ( a once famed pirate hunter now cursed and out for Jack’s blood for trapping him in the first place ), Jack must team up with his stepson, Henry Turner, and the female astronomer Carina Smyth if he hopes to find the Trident of Poseidon – an object with the power to break all curses in the sea.</small></p>
1506<img src="https://78.media.tumblr.com/c83bee0dac24ee3e4b081a7aefd793b7/tumblr_inline_oxveu2BV181smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1507<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-beyond-my-beloved-horizon">v; beyond my beloved horizon</a> </strong></small></p>
1508<p><small><strong>post Dead Men Tell No Tales</strong>, but altered as appropriate. </small></p>
1509<p><small>With both his ship and luck finally restored, and a family reunited on land, Captain Jack Sparrow has everything he needs to repair his shattered reputation once and for all. The only thing left is for him to figure out what to do with his simian namesake, now in need of a new master. Just as a note, this is <em>not</em> my default verse.</small></p>
1510<p><p><p><p><p><p>~</p></p></p></p></p></p>
1511</li>
1512<li>
1513
1514<img src="https://78.media.tumblr.com/40ee51b2e1482697ab6577a0e4301063/tumblr_inline_ow9mv4mULQ1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1515<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-make-sure-you-can-walk-away-in-a-second">v; make sure you can walk away in a second</a></strong></small></p>
1516<p><small>Jack Sparrow in <strong>modern day</strong>. Influenced by <em>BBC Hustle</em>. </small></p>
1517<p><small>After a tumultuous early childhood as the son of two of the country’s most prolific bank robbers, and the tragic death of his mother at the age of seven, Jack is relocated to inner city London and tries to take advantage of the chance at a ‘normal’ life ( even as his father continues in his association with the criminal ring that he’d vowed to leave behind ). Leaving school, it is hard work and determination in both his commitment to further study and holding up a job eventually earn him a flat of his own in Soho with his long term friend Gibbs, but the appeal of confidence tricks and grifting soon lures him into a life of con artistry – though he only deceives those who he deems <em>deserving</em>. </small></p>
1518<p><small>The full outline for this verse can be found <a href="https://trickstercaptain.tumblr.com/modernbio"><strong>here</strong></a> and some important info is <a href="https://trickstercaptain.tumblr.com/post/172446678252/some-important-points-about-jacks-modern"><strong>here</strong></a>.</small></p>
1519<p><img align="left" src="https://78.media.tumblr.com/c31daed69512d8784e10bcfb199860e2/tumblr_inline_pbaw9jQvuY1smyfzk_540.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1520<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-he-that-loves-pleasure-must-for-pleasure-fall">v; he that loves pleasure must for pleasure fall</a></strong></small></p>
1521<p><small><strong>Modern Magic/Supernatural</strong> AU</small></p>
1522<p><small>Still a prolific London grifter, with a side interest in magical and curious artefacts, this verse functions exactly the same except for the inclusion of potc's more supernatural elements. Chief among them is Jack's soul debt to Davy Jones, a bargain he strikes after his association with Beckett's EITC nearly ends in a fiery death. He also possesses his magical compass, an antique he keeps close to his chest. More detailed post <a href="https://trickstercaptain.tumblr.com/post/175546480422/modern-magicsupernatural-au-some-important-info">here</a>.</small></p>
1523<img src="https://78.media.tumblr.com/c4f3190fc53237dfdfdd4538f1a3f338/tumblr_inline_oxvhwyXG5s1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1524<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-the-world-is-a-stage-and-the-play-is-badly-cast">v; the world is a stage and the play is badly cast</a></strong></small></p>
1525<p><small><strong>Professor/teacher</strong> AU</small></p>
1526<p><small>A professor of English Literature, Jack Sparrow is one of the more eccentric personalities in his own department, a fierce individualist and lover of the likes of Byron and Wilde, known as much for his somewhat unorthodox methods of teaching as he is for his intelligence in his own field.</small></p>
1527<img src="https://78.media.tumblr.com/060913e0d83d1197351ff92e20a654cf/tumblr_inline_oxvi2yIhUx1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1528<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-res-ipsa-loquitur-tabula-in-naufragio">v; res ipsa loquitur tabula in naufragio</a></strong></small></p>
1529<p><small><strong>Lawyer</strong> AU</small></p>
1530<p><small>Depending on the setting, can be a criminal defence lawyer or plying his trade in a more mundane legal setting, such as specialising in divorces. Having left home to attend law school and become one of the most adept attorneys of his age, Jack is known for his slipperiness and skill in negotiating the best possible outcomes for his clients.</small></p>
1531<p><img align="left" src="https://78.media.tumblr.com/2fa5c3c4c376c3684e86508ec07d010a/tumblr_inline_pbaubdFY0l1smyfzk_540.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1532<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-spice-up-your-life">v; spice up your life</a></strong></small></p>
1533<p><small><strong>Band / Spice Boys</strong> AU</small> <br /><small>main verse partners: crimeblogger, piraticalwit, twisted-but-pretty, thecodekeeper</small></p>
1534<p><small>On paper, the idea sounded like a PR coup. Bringing together four guys from different backgrounds and engineering a supergroup ready to take the charts by storm. The reality, however, was far more messy. Secret relationships between band members, crazed fans, rivalries and, for Jack, the prospect of having his own father manage the band combine to form a hot mess of a band, but one that rapidly becomes something of a natural phenomenon.</small></p>
1535<p><p><p><p><p><p>~</p></p></p></p></p></p>
1536</li>
1537<li>
1538<img src="https://78.media.tumblr.com/0c870d9cb53bd08a2ac8fe4beea6a225/tumblr_inline_owfawsh9291smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1539<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-home-is-wherever-you-are">v; home is wherever you are</a></strong></small></p>
1540<p><small>post-At World’s End <strong>canon UA</strong>. <br />main verse partner: hangtherules<br /></small></p>
1541<p><small>Canonically sticking to the end of <em>At World’s End</em>, with Elizabeth going on to bear Will a son, Henry, after he sails away on the <em>Flying Dutchman </em>to carry out his duty for ten years at a time. With the absence of a father in the young Henry Turner’s life, Jack slowly and unconsciously begins to fill that gap through his visits to Shipwreck Cove, which in turn become more and more frequent as he develops a bond with a boy he comes to think of as a son in all but name. This verse leads directly into my DMTNT-era verse, set nineteen years later.</small></p>
1542<img src="https://78.media.tumblr.com/cc54869da0354ec406f924c45dbf7af2/tumblr_inline_ow9mxayyHw1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1543<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-the-purest-treasure-of-all">v; the purest treasure of all</a></strong></small></p>
1544<p><small>post-At World’s End AU, <strong>sparrabeth verse </strong><br />main verse partner: hangtherules<em><br /></em></small></p>
1545<p><small>As Jack and Elizabeth grow closer during Beckett’s War on Piracy, Elizabeth decides to take up a place on the Black Pearl’s crew following the pirates’ defeat of Davy Jones and Cutler Beckett, where she and Jack make the most of their freedom and new-found happiness. Shortly afterwards, their first child, Emma, arrives – with twins Jacob and Lily following several years later.</small></p>
1546<p><img align="left" src="https://78.media.tumblr.com/6183d7d715db0d1736a4bd269662934a/tumblr_inline_ow9mxzwoWZ1smyfzk_500.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1547<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-cruel-is-a-matter-of-perspective">v; cruel is a matter of perspective</a></strong></small></p>
1548<p><small><strong>“Dark” Verse.</strong> <em><br /></em></small></p>
1549<p><small>There is only so much one person can take, particularly in a world as brutal and unforgiving as the one Jack has inhabited his entire life. To some, it is finally giving into the violence and amorality of a world he was forced into becoming a part of, but deep down he knows it is nothing but a downward spiral of a vengeful trickster; the test will come in how much chaos and damage he can wreak before his recklessness proves his downfall.</small></p>
1550<p><img align="left" src="https://78.media.tumblr.com/ab4e59b1018d44109f9eb96a44107a0d/tumblr_inline_pfmbi3cvOV1smyfzk_540.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1551<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-gold-in-his-smile-and-chaos-in-his-wake">v; gold in his smile and chaos in his wake</a></strong></small></p>
1552<p><small><strong>Immortal Trickster AU</strong><br /></small></p>
1553<p><small>Despite the allure of immortality tempting Jack on more than a few occasions, the sting in the tail accompanying each method always outweighed the benefits and, after a while, his desire waned. But after a particularly nasty shipboard fray resulting in an injury ( and the destruction of his beloved compass ), Jack awakes to find himself in possession of several curious abilities. Later, he realises that the power contained inside of his compass was released by its destruction, and it latched onto the nearest thing available – and something it had somewhat of a fondness for: Jack. But while the compass’ choice to use him as a host gives the gift of living forever, it slowly becomes apparent of its burden, too: of being able to look at any individual and tell immediately what it is they want most in this world.</small></p>
1554<p><p><p><p><p><p>~</p></p></p></p></p></p>
1555</li>
1556<li>
1557
1558<img src="https://78.media.tumblr.com/29308df31bb5bfc69a8bb6ea0118c416/tumblr_inline_oxvhbjx1E51smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1559<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-thieves-awaiting-a-noose">v; thieves awaiting a noose</a></strong></small></p>
1560<p><small><strong>Black Sails</strong> crossover verse</small></p>
1561<p><small>Captain of the <em>Black Pearl</em>, Jack operates in the Caribbean in the 1720s, making port at New Providence Island to trade with Eleanor Guthrie, self-appointed matriarch of the isle. More concerned with his own personal freedom than the fight for legitimacy for Nassau in the eyes of the British, Jack plays both sides in the struggle, determined to secure for himself the greatest profit. </small></p>
1562<p><small>However, with the arrival of Woodes Rogers and the the very Empire he turned his back on thirteen years prior, Jack must decide whether engaging in a piratical rebellion of England’s reclaimed colony comes at a greater cost than the supposed <em>humiliation</em> of accepting an unqualified pardon.</small></p>
1563<img src="https://78.media.tumblr.com/0f9bcd6393971df99859ab14c0e0320c/tumblr_inline_oxvhdir5NT1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1564<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-every-flight-begins-with-a-fall">v; every flight begins with a fall</a></strong></small></p>
1565<p><small><strong>Game of Thrones/A Song of Ice and Fire</strong> crossover verse</small></p>
1566<p><small>A Braavosi pirate, Jack Sparrow was formerly a merchant sailor who turned to the account after running into trouble further down the Essos coast, in Myr and Volantis, as he came up against wealthy slave holders. Once seizing freedom for himself, and paying a dear price as he trades his soul to R'hllor to raise his beloved ship from the depths, he builds a name for himself causing trouble up and down the coast. Jack takes little interest in the affairs of Westeros and the outbreak of the War of the Five Kings but, like any opportunist, is all too aware of the risk and reward involved in playing one side off against another.</small></p>
1567
1568<p><small>A full outline can be found <a href="http://trickstercaptain.tumblr.com/asoiafbio"><strong>here</strong></a>.</small></p>
1569<img src="https://78.media.tumblr.com/2c82eb50321909e5807f2d78e35b496b/tumblr_inline_oxvhgwYKeh1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1570<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-I-solemnly-swear-I-am-up-to-no-good">v; I solemnly swear I am up to no good</a></strong></small></p>
1571<p><small><strong> Harry Potter</strong> AU<br /></small></p>
1572<p><small>A half-blood wizard, Jack isn’t a natural fit in the Slytherin house at first, having requested that the Sorting Hat place him there ( instead of Ravenclaw ) in order to follow in the footsteps of his ‘family’ of Gryffindors and Slytherins – but while he still remains a bit of an outcast, he eventually finds his place among the cunning folk of the snake house and becomes renowned for stirring up trouble within the walls of Hogwarts. </small></p>
1573<p><small>Once he leaves the school with his NEWTs, he pursues his particular interest in curious and interesting magical artefacts, which eventually leads him into the lucrative business of smuggling during the inter-war years. His name even becomes associated with the shady Borgin and Bourkes shop on Knockturn Alley – that is, until Voldemort’s return to power. His mother and father being former Order members, and his mother dying at the hands of Death Eaters when he was seven years old, Jack covertly throws his support to the resistance movement led by Dumbledore, holding his cards rather close to his chest until he finally joins the Order himself with the intent of fighting against You-Know-Who and his followers.</small>
1574<p><small>A full outline can be found <a href="https://trickstercaptain.tumblr.com/magicalbio"><strong>here</strong></a></small>.
1575</p>
1576<p><img align="left" src="https://66.media.tumblr.com/deb1a75788b2293d9432f5a66cec2c83/tumblr_inline_p1xbwvPdkM1smyfzk_540.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1577<p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-set-your-course-by-the-stars">v; set your course by the stars</a></strong></small></p>
1578<p><small><strong>Space Pirate </strong>verse. compatible with Star Wars, Star Trek, Marvel etc.</small></p>
1579<p><small>Exiled from his home planet and family of outlaws ( or abducted from Earth in any universes where humans have yet to populate the stars ), Jack ends up working on behalf of a merchant galactic shipping company ( Galactic Empire/First Order for Star Wars based threads, or the Kree Empire for the MCU ) for several years in order to make ends meet, transporting cargo across the galaxy. But tensions begin to mount between him and his employers until he defects completely, fleeing with his beloved ship, the Black Pearl, and taking up piracy across the stars. </small>
1580<p><small>The outline for the MCU version is <a href="https://trickstercaptain.tumblr.com/post/184719357947/space-pirate-mcu-outline-in-this-verse-jack"><strong>here</strong></a> ( and some <a href="https://trickstercaptain.tumblr.com/post/184824548922/space-pirate-mcu-headcanons-outline-is-here"><strong>headcanons!</strong></a> ), while the Star Wars one is here!</small>
1581</p>
1582<p><img align="left" src="https://66.media.tumblr.com/9d281a14aa002638988ee31da328768c/44c734f9a27799e0-8d/s540x810/e0fd08b870c0b0a14e7a8c00d326d1fcfbe1cab4.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1583<p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-raider-of-the-waking-sea">v; raider of the waking sea</a></strong></small></p>
1584<p><small><strong>Dragon Age</strong> verse</small></p>
1585<p><small>Captain Jack Sparrow is a notorious Llomerryn pirate, operating in and around Ferelden, Orlais and the Free Marches, and harbouring a deep secret borne from blood magic and a brush with a Tevinter magister. Full headcanons/details can be found <strong><a href="https://trickstercaptain.tumblr.com/post/188431911432/dragon-age-verse-so-underneath-the">here!</a></strong></small></p>
1586<img src="https://78.media.tumblr.com/2c3424a4959f19415f3b08bb88581bcf/tumblr_inline_ow9n3oSKq61smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1587<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-sometimes-a-pawn-is-enough-to-change-the-game">v; sometimes a pawn is enough to change the game</a></strong></small></p>
1588<p><small><strong>Victorian</strong> AU<br />main verse partners: hangtherules & thecodekeeper</small></p>
1589<p><small>The secretly illegitimate son of one of the most notorious ( and wealthy ) families in London, Jack is a politically desirable match when he’s married off to the daughter of the esteemed Weatherby Swann – if also renowned for his impropriety, philandering and rather candid tongue. The betrothed couple don’t get off to the best of starts, but they have more in common than they first realise, chief among them being their joint desire to break free of their cage. And for that, they’ll need to play the game as well as those pulling the strings.</small></p>
1590<img src="https://78.media.tumblr.com/3835991def41857f28d352dc2b768fef/tumblr_inline_oxvi5yTpAo1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1591<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-if-you-want-advice:-stay-alive">v; if you want advice: stay alive</a></strong></small></p>
1592<p><small> <strong>The Hunger Games</strong> AU.</small></p>
1593<p><small>Victor of the 58th Hunger Games, Jack went on to become a mentor for District 4 tributes, liasing in the Capitol to ensure their sponsorship and best chances at survival. A law unto himself and deeply opposed to the regime in place and its lack of freedom, Jack lacks the courage to openly disobey it until the rebellion flickers into life.</small></p>
1594<img src="https://78.media.tumblr.com/be2bd6f61591fe9fc13613b699206bda/tumblr_inline_oxvhkxS0VF1smyfzk_500.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1595<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-hell-is-empty-and-all-the-devils-are-here">v; hell is empty and all the devils are here </a></strong></small></p>
1596<p><small><strong>Westworld</strong> AU<br /></small></p>
1597<p><small>Jack Sparrow is a newcomer favourite in the town of Sweetwater; a witty, debonair, rogue always one step ahead of the local sheriff and law enforcement – and with plenty of charm, to boot. As a host, he knows no different than the life he was programmed; people come and go, some with good intentions, some with ill, but never is he supposed to question or <em>remember </em>the nature of the groundhog day he lives. But things are changing for the hosts, memories and past trauma are resurfacing and with his programmed chaotic nature, Jack is driven to explore these strange occurrences no matter what consequences he may face.</small></p>
1598<p><p><p><p><p><p>~</p></p></p></p></p></p>
1599</li>
1600<li>
1601
1602<img src="https://78.media.tumblr.com/6fca6fc4f1f27e45e4efdce50022d9ef/tumblr_inline_p1x9insOuF1smyfzk_540.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1603<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-shuffle-me-a-ninth-life">v; shuffle me a ninth life</a></strong></small></p>
1604<p><small><strong>On Stranger Tides AU</strong>, group verse with lordiism & hangtherules<em><br /></em></small></p>
1605<p><small>Intent on eliminating the threat posed by Blackbeard and the <em>Queen Anne’s Revenge</em>, Cutler Beckett is forced to turn to his former adversaries and enlist the aid of Captain Jack Sparrow and Elizabeth Swann. Setting aside their differences proves to be a nigh-impossible task, particularly for Jack in light of Elizabeth’s branding at the hand of Beckett himself, and the question of whether or not he can survive one more brush with the EITC becomes more & more questionable as the shaky alliance continues.</small></p>
1606<p><img align="left" src="https://66.media.tumblr.com/9dc1777345a438fd22ab1ee1b2628a1f/tumblr_inline_pn0vvdaknL1smyfzk_1280.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1607<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-perfect-paradise-tearing-at-the-seams">v; perfect paradise tearing at the seams</a></strong></small></p>
1608<p><small><strong>Pirate War AU</strong>, group verse with hangtherules / empireburned / nogreathardship, thecodekeeper & sicutcanis<em><br /></em></small></p>
1609<p><small>With the arrival of the notorious Captain Flint and Long John Silver to Shipwreck Cove, fresh from the fall of Nassau, comes a truth that, in the midst of raising a family, Jack had been turning a deliberately blind eye to: the end of the pirate’s life as he knows it. Cutler Beckett may have been long gone, but there are plenty of others eager to fill that void and take credit for eradicating piracy from the Caribbean, and Jack soon finds himself torn between the home he has created for himself and the self-preservation instinct he can trust to keep him and his family alive.</small></p>
1610<p><img align="left" src="https://66.media.tumblr.com/fb6548427bbe857efff82f1f5121cc2f/tumblr_inline_p1xa4khZPQ1smyfzk_540.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1611<p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-maybe-we're-from-the-same-star">v; maybe we’re from the same star</a></strong></small></p>
1612<p><small><strong>post-At World’s End UA</strong>, with hangtherules<em><br /></em></small></p>
1613<p><small>Shipwreck Cove. The eve of battle. When the rush of adrenaline and underlying tension pushes the newly crowned Pirate King and the Pirate Lord of the Caribbean together, on what they believe might be their final night alive, little do the two expect to live long enough to reap what they've sowed. A baby boy arrives approximately nine months later, his parentage cast into doubt whether Jack truly wishes to acknowledge it or not -- with the fear of the truth creating a new fissure in an already complicated relationship. That is, until an old friend of Jack's returns to the Cove bearing unintentional answers.</small></p>
1614<p><img align="left" src="https://66.media.tumblr.com/460baa08dc0c33c589aa7dfe351f7be7/tumblr_inline_pu08cveXNA1smyfzk_1280.png" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;" /></p>
1615<p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-the-grudges-of-gods-are-as-deathless-as-their-flesh">v; the grudges of gods are as deathless as their flesh</a></strong></small></p>
1616<p><small><strong>post apocalyptic AU</strong>, with jernhjerte / thevictors<em><br /></em></small></p>
1617<p><small>tba </small></p>
1618<img src="https://66.media.tumblr.com/58d3547ee436aab58821bd06f696593e/tumblr_inline_pn0vnioiYW1smyfzk_1280.png" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
1619<p><small><strong><a href="https://trickstercaptain.tumblr.com/tagged/v%3B-a-pearl-of-great-price">v; a pearl of great price</a></strong></small></p>
1620<p><small><strong>humanised Black Pearl AU</strong>, with saliberte </small></p>
1621<p><small>Jack Sparrow has been witness to all sorts of strange supernatural occurrences in his life, and theoretically that ought to have prepared him for the moment when he encountered Pearl for the first time: his ship, trapped in human form. But adjustment is difficult for both of them, particularly as they seek to find a way to reverse the process, and Jack struggles to reconcile the intensity of his feelings for a vessel of infamy and freedom with the feeling, emotional and beautiful woman he is confronted with.</small></p>
1622<p><p><p><p><p><p>~</p></p></p></p></p></p>
1623</li>
1624</ul>
1625
1626
1627
1628</div></div></div></div></div></div></div></div></div></div>
1629
1630
1631
1632
1633
1634
1635</html>