diff --git a/ASoIaF-default.css b/ASoIaF-default.css index 537acf5..8407890 100644 --- a/ASoIaF-default.css +++ b/ASoIaF-default.css @@ -116,7 +116,7 @@ h4 { float: right; margin: 5px 5px 0px 0px; cursor: pointer; - background-image: url(http://chart.googleapis.com/chart?chst=d_simple_text_icon_left&chld=|14|000|info|24|f00|FFF); + background-image: url(https://chart.googleapis.com/chart?chst=d_simple_text_icon_left&chld=|14|000|info|24|f00|FFF); background-repeat: no-repeat; } @@ -259,44 +259,44 @@ ul#townSelector { repeat: none; } .stark { - background-image: url('http://awoiaf.westeros.org/images/thumb/5/51/House_Stark.PNG/50px-House_Stark.PNG'); + background-image: url('https://awoiaf.westeros.org/images/thumb/5/51/House_Stark.PNG/50px-House_Stark.PNG'); } .nightswatch { background-image: url('https://upload.wikimedia.org/wikipedia/commons/f/f3/Black_flag_waving.svg'); } .targaryen { - background-image: url('http://awoiaf.westeros.org/images/thumb/4/43/House_Targaryen.PNG/92px-House_Targaryen.PNG'); + background-image: url('https://awoiaf.westeros.org/images/thumb/4/43/House_Targaryen.PNG/92px-House_Targaryen.PNG'); } .lannister { - background-image: url('http://awoiaf.westeros.org/images/thumb/8/88/House_Lannister.png/50px-House_Lannister.png'); + background-image: url('https://awoiaf.westeros.org/images/thumb/8/88/House_Lannister.png/50px-House_Lannister.png'); } .baratheon { - background-image: url('http://awoiaf.westeros.org/images/thumb/d/d1/House_Baratheon.PNG/50px-House_Baratheon.PNG'); + background-image: url('https://awoiaf.westeros.org/images/thumb/d/d1/House_Baratheon.PNG/50px-House_Baratheon.PNG'); } .baratheonokl { - background-image: url('http://awoiaf.westeros.org/images/thumb/5/5d/Joffrey_sigil_coat.png/120px-Joffrey_sigil_coat.png'); + background-image: url('https://awoiaf.westeros.org/images/thumb/5/5d/Joffrey_sigil_coat.png/120px-Joffrey_sigil_coat.png'); } .baratheonod { - background-image: url('http://awoiaf.westeros.org/images/thumb/2/2e/Stannis_sigil_coat.png/60px-Stannis_sigil_coat.png'); + background-image: url('https://awoiaf.westeros.org/images/thumb/2/2e/Stannis_sigil_coat.png/60px-Stannis_sigil_coat.png'); } .greyjoy { - background-image: url('http://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png'); + background-image: url('https://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png'); } .tarth { - background-image: url('http://awoiaf.westeros.org/images/thumb/f/f3/House_Tarth.PNG/40px-House_Tarth.PNG'); + background-image: url('https://awoiaf.westeros.org/images/thumb/f/f3/House_Tarth.PNG/40px-House_Tarth.PNG'); } .seaworth { - background-image: url('http://awoiaf.westeros.org/images/thumb/9/99/Seaworth.png/90px-Seaworth.png'); + background-image: url('https://awoiaf.westeros.org/images/thumb/9/99/Seaworth.png/90px-Seaworth.png'); } .tarly { - background-image: url('http://awoiaf.westeros.org/images/thumb/d/d8/Tarly.png/100px-Tarly.png'); + background-image: url('https://awoiaf.westeros.org/images/thumb/d/d8/Tarly.png/100px-Tarly.png'); } .martell { - background-image: url('http://awoiaf.westeros.org/images/thumb/b/ba/House_Martell.PNG/92px-House_Martell.PNG'); + background-image: url('https://awoiaf.westeros.org/images/thumb/b/ba/House_Martell.PNG/92px-House_Martell.PNG'); } .baelish { - background-image: url('http://awoiaf.westeros.org/images/thumb/6/69/Baelish%28Harrenhal%29CoA.png/50px-Baelish%28Harrenhal%29CoA.png'); + background-image: url('https://awoiaf.westeros.org/images/thumb/6/69/Baelish%28Harrenhal%29CoA.png/50px-Baelish%28Harrenhal%29CoA.png'); } .duncan { - background-image: url('http://awoiaf.westeros.org/images/thumb/e/e4/Dunk.png/50px-Dunk.png'); + background-image: url('https://awoiaf.westeros.org/images/thumb/e/e4/Dunk.png/50px-Dunk.png'); } diff --git a/ASoIaF-events.js b/ASoIaF-events.js index 26aa090..5c48152 100644 --- a/ASoIaF-events.js +++ b/ASoIaF-events.js @@ -422,7 +422,7 @@ $(function () { //Fill the townSelector list locations['Winterfell'].house = 'Stark'; locations['Winterfell'].img = - 'http://awoiaf.westeros.org/images/thumb/5/51/House_Stark.PNG/90px-House_Stark.PNG'; + 'https://awoiaf.westeros.org/images/thumb/5/51/House_Stark.PNG/90px-House_Stark.PNG'; for (i in alphaLocations) { var name = alphaLocations[i].replace(/\_/gi, ' ').replace(/\%27/gi, "'"); var house = diff --git a/ASoIaF-objects.js b/ASoIaF-objects.js index 56dd89b..2f8e957 100644 --- a/ASoIaF-objects.js +++ b/ASoIaF-objects.js @@ -38,7 +38,7 @@ function isOutsideTileRange(coord, zoom) { //Transparent markers placed on top of each city, town, castle, & ruin function markLocation(map, key, locationOptions) { - //Sample input-> They_Lay_With_Lions: {lat:23.4027, lng:-126.2548, title:"23: Inn (They Lay with Lions)", url:"http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_1"}, + //Sample input-> They_Lay_With_Lions: {lat:23.4027, lng:-126.2548, title:"23: Inn (They Lay with Lions)", url:"https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_1"}, if ( typeof locationOptions.lat != 'number' || typeof locationOptions.lng != 'number' @@ -54,7 +54,7 @@ function markLocation(map, key, locationOptions) { var url = typeof locationOptions.url != 'undefined' ? locationOptions.url - : 'http://awoiaf.westeros.org/index.php/' + key; + : 'https://awoiaf.westeros.org/index.php/' + key; var marker = new google.maps.Marker({ position: new google.maps.LatLng(locationOptions.lat, locationOptions.lng), title: title, @@ -85,7 +85,7 @@ function createPolygon(map, regionOptions) { 'Region ' + regionOptions.key + ' was missing a coords attribute.' ); - var url = 'http://awoiaf.westeros.org/index.php/' + regionOptions.key; + var url = 'https://awoiaf.westeros.org/index.php/' + regionOptions.key; var polygon = new google.maps.Polygon({ paths: regionOptions.coords, fillColor: regionOptions.color, @@ -102,7 +102,7 @@ function createPolygon(map, regionOptions) { //Coats of arms for every known noble family (some locations were guessed) function markNobility(map, nobilityOptions) { - //Sample input-> {wikiKey:"House_Bolton", seatKey:"Dreadfort", imgRatio:(120/102), img:"http://awoiaf.westeros.org/images/thumb/7/76/Bolton.png/102px-Bolton.png", isGreat:true, chapters:[196,999]} (seatKey may be replaced with lat & lng) + //Sample input-> {wikiKey:"House_Bolton", seatKey:"Dreadfort", imgRatio:(120/102), img:"https://awoiaf.westeros.org/images/thumb/7/76/Bolton.png/102px-Bolton.png", isGreat:true, chapters:[196,999]} (seatKey may be replaced with lat & lng) if (typeof nobilityOptions.img != 'string') return console.log( nobilityOptions.wikiKey + @@ -162,7 +162,7 @@ function markNobility(map, nobilityOptions) { if (typeof nobilityOptions.wikiKey == 'string') google.maps.event.addListener(marker, 'click', function (event) { window.open( - 'http://awoiaf.westeros.org/index.php/' + nobilityOptions.wikiKey, + 'https://awoiaf.westeros.org/index.php/' + nobilityOptions.wikiKey, '_blank' ); }); @@ -190,7 +190,7 @@ function markPathSegment(map, overlayOptions) { break; default: var icon = - 'http://chart.googleapis.com/chart?chst=d_map_xpin_letter&chld=pin' + + 'https://chart.googleapis.com/chart?chst=d_map_xpin_letter&chld=pin' + overlayOptions.icon; //or d_map_pin_letter_withshadow } diff --git a/ASoIaF-overlays.js b/ASoIaF-overlays.js index e4eb08c..200f0ae 100644 --- a/ASoIaF-overlays.js +++ b/ASoIaF-overlays.js @@ -1,1622 +1,1635 @@ chapters = [ { title: 'AGOT-0: Prologue', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Prologue', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Prologue', }, // 0 { title: 'AGOT-1: Bran I', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_1', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_1', }, { title: 'AGOT-2: Catelyn I', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_2', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_2', }, { title: 'AGOT-3: Daenerys I', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_3', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_3', }, { title: 'AGOT-4: Eddard I', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_4', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_4', }, { title: 'AGOT-5: Jon I', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_5', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_5', }, { title: 'AGOT-6: Catelyn II', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_6', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_6', }, { title: 'AGOT-7: Arya I', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_7', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_7', }, { title: 'AGOT-8: Bran II', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_8', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_8', }, { title: 'AGOT-9: Tyrion I', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_9', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_9', }, { title: 'AGOT-10: Jon II', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_10', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_10', }, { title: 'AGOT-11: Daenerys II', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_11', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_11', }, { title: 'AGOT-12: Eddard II', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_12', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_12', }, { title: 'AGOT-13: Tyrion II', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_13', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_13', }, { title: 'AGOT-14: Catelyn III', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_14', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_14', }, { title: 'AGOT-15: Sansa I', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_15', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_15', }, { title: 'AGOT-16: Eddard III', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_16', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_16', }, { title: 'AGOT-17: Bran III', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_17', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_17', }, { title: 'AGOT-18: Catelyn IV', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_18', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_18', }, { title: 'AGOT-19: Jon III', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_19', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_19', }, { title: 'AGOT-20: Eddard IV', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_20', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_20', }, // 20 { title: 'AGOT-21: Tyrion III', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_21', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_21', }, { title: 'AGOT-22: Arya II', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_22', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_22', }, { title: 'AGOT-23: Daenerys III', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_23', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_23', }, { title: 'AGOT-24: Bran IV', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_24', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_24', }, { title: 'AGOT-25: Eddard V', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_25', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_25', }, { title: 'AGOT-26: Jon IV', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_26', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_26', }, { title: 'AGOT-27: Eddard VI', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_27', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_27', }, { title: 'AGOT-28: Catelyn V', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_28', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_28', }, { title: 'AGOT-29: Sansa II', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_29', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_29', }, { title: 'AGOT-30: Eddard VII', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_30', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_30', }, { title: 'AGOT-31: Tyrion IV', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_31', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_31', }, { title: 'AGOT-32: Arya III', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_32', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_32', }, { title: 'AGOT-33: Eddard VIII', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_33', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_33', }, { title: 'AGOT-34: Catelyn VI', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_34', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_34', }, { title: 'AGOT-35: Eddard IX', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_35', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_35', }, { title: 'AGOT-36: Daenerys IV', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_36', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_36', }, { title: 'AGOT-37: Bran V', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_37', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_37', }, { title: 'AGOT-38: Tyrion V', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_38', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_38', }, { title: 'AGOT-39: Eddard X', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_39', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_39', }, { title: 'AGOT-40: Catelyn VII', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_40', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_40', }, // 40 { title: 'AGOT-41: Jon V', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_41', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_41', }, { title: 'AGOT-42: Tyrion VI', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_42', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_42', }, { title: 'AGOT-43: Eddard XI', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_43', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_43', }, { title: 'AGOT-44: Sansa III', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_44', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_44', }, { title: 'AGOT-45: Eddard XII', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_45', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_45', }, { title: 'AGOT-46: Daenerys V', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_46', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_46', }, { title: 'AGOT-47: Eddard XIII', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_47', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_47', }, { title: 'AGOT-48: Jon VI', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_48', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_48', }, { title: 'AGOT-49: Eddard XIV', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_49', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_49', }, { title: 'AGOT-50: Arya IV', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_50', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_50', }, { title: 'AGOT-51: Sansa IV', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_51', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_51', }, { title: 'AGOT-52: Jon VII', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_52', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_52', }, { title: 'AGOT-53: Bran VI', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_53', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_53', }, { title: 'AGOT-54: Daenerys VI', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_54', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_54', }, { title: 'AGOT-55: Catelyn VIII', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_55', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_55', }, { title: 'AGOT-56: Tyrion VII', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_56', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_56', }, { title: 'AGOT-57: Sansa V', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_57', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_57', }, { title: 'AGOT-58: Eddard XV', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_58', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_58', }, { title: 'AGOT-59: Catelyn IX', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_59', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_59', }, { title: 'AGOT-60: Jon VIII', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_60', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_60', }, // 60 { title: 'AGOT-61: Daenerys VII', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_61', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_61', }, { title: 'AGOT-62: Tyrion VIII', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_62', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_62', }, { title: 'AGOT-63: Catelyn X', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_63', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_63', }, { title: 'AGOT-64: Daenerys VIII', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_64', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_64', }, { title: 'AGOT-65: Arya V', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_65', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_65', }, { title: 'AGOT-66: Bran VII', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_66', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_66', }, { title: 'AGOT-67: Sansa VI', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_67', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_67', }, { title: 'AGOT-68: Daenerys IX', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_68', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_68', }, { title: 'AGOT-69: Tyrion IX', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_69', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_69', }, { title: 'AGOT-70: Jon IX', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_70', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_70', }, { title: 'AGOT-71: Catelyn XI', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_71', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_71', }, { title: 'AGOT-72: Daenerys X', - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_71', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_71', }, { title: 'ACOK-0: Prologue', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Prologue', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Prologue', }, { title: 'ACOK-1: Arya I', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_1', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_1', }, { title: 'ACOK-2: Sansa I', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_2', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_2', }, { title: 'ACOK-3: Tyrion I', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_3', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_3', }, { title: 'ACOK-4: Bran I', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_4', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_4', }, { title: 'ACOK-5: Arya II', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_5', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_5', }, { title: 'ACOK-6: Jon I', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_6', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_6', }, { title: 'ACOK-7: Catelyn I', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_7', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_7', }, // 80 { title: 'ACOK-8: Tyrion II', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_8', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_8', }, { title: 'ACOK-9: Arya III', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_9', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_9', }, { title: 'ACOK-10: Davos I', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_10', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_10', }, { title: 'ACOK-11: Theon I', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_11', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_11', }, { title: 'ACOK-12: Daenerys I', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_12', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_12', }, { title: 'ACOK-13: Jon II', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_13', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_13', }, { title: 'ACOK-14: Arya IV', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_14', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_14', }, { title: 'ACOK-15: Tyrion III', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_15', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_15', }, { title: 'ACOK-16: Bran II', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_16', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_16', }, { title: 'ACOK-17: Tyrion IV', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_17', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_17', }, { title: 'ACOK-18: Sansa II', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_18', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_18', }, { title: 'ACOK-19: Arya V', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_19', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_19', }, { title: 'ACOK-20: Tyrion V', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_20', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_20', }, { title: 'ACOK-21: Bran III', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_21', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_21', }, { title: 'ACOK-22: Catelyn II', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_22', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_22', }, { title: 'ACOK-23: Jon III', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_23', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_23', }, { title: 'ACOK-24: Theon II', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_24', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_24', }, { title: 'ACOK-25: Tyrion VI', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_25', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_25', }, { title: 'ACOK-26: Arya VI', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_26', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_26', }, { title: 'ACOK-27: Daenerys II', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_27', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_27', }, // 100 { title: 'ACOK-28: Bran IV', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_28', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_28', }, { title: 'ACOK-29: Tyrion VII', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_29', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_29', }, { title: 'ACOK-30: Arya VII', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_30', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_30', }, { title: 'ACOK-31: Catelyn III', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_31', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_31', }, { title: 'ACOK-32: Sansa III', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_32', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_32', }, { title: 'ACOK-33: Catelyn IV', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_33', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_33', }, { title: 'ACOK-34: Jon IV', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_34', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_34', }, { title: 'ACOK-35: Bran V', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_35', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_35', }, { title: 'ACOK-36: Tyrion VIII', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_36', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_36', }, { title: 'ACOK-37: Theon III', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_37', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_37', }, { title: 'ACOK-38: Arya VIII', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_38', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_38', }, { title: 'ACOK-39: Catelyn V', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_39', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_39', }, { title: 'ACOK-40: Daenerys III', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_40', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_40', }, { title: 'ACOK-41: Tyrion IX', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_41', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_41', }, { title: 'ACOK-42: Davos II', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_42', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_42', }, { title: 'ACOK-43: Jon V', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_43', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_43', }, { title: 'ACOK-44: Tyrion X', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_44', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_44', }, { title: 'ACOK-45: Catelyn VI', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_45', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_45', }, { title: 'ACOK-46: Bran VI', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_46', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_46', }, { title: 'ACOK-47: Arya IX', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_47', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_47', }, // 120 { title: 'ACOK-48: Daenerys IV', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_48', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_48', }, { title: 'ACOK-49: Tyrion XI', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_49', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_49', }, { title: 'ACOK-50: Theon IV', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_50', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_50', }, { title: 'ACOK-51: Jon VI', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_51', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_51', }, { title: 'ACOK-52: Sansa IV', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_52', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_52', }, { title: 'ACOK-53: Jon VII', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_53', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_53', }, { title: 'ACOK-54: Tyrion XII', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_54', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_54', }, { title: 'ACOK-55: Catelyn VII', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_55', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_55', }, { title: 'ACOK-56: Theon V', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_56', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_56', }, { title: 'ACOK-57: Sansa V', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_57', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_57', }, { title: 'ACOK-58: Davos III', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_58', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_58', }, { title: 'ACOK-59: Tyrion XIII', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_59', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_59', }, { title: 'ACOK-60: Sansa VI', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_60', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_60', }, { title: 'ACOK-61: Tyrion XIV', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_61', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_61', }, { title: 'ACOK-62: Sansa VII', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_62', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_62', }, { title: 'ACOK-63: Daenerys V', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_63', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_63', }, { title: 'ACOK-64: Arya X', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_64', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_64', }, { title: 'ACOK-65: Sansa VIII', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_65', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_65', }, { title: 'ACOK-66: Theon VI', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_66', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_66', }, { title: 'ACOK-67: Tyrion XV', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_67', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_67', }, // 140 { title: 'ACOK-68: Jon VIII', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_68', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_68', }, { title: 'ACOK-69: Bran VII', - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_69', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_69', }, { title: 'ASOS-0: Prologue', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Prologue', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Prologue', }, { title: 'ASOS-1: Jaime I', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_1', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_1', }, { title: 'ASOS-2: Catelyn I', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_2', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_2', }, { title: 'ASOS-3: Arya I', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_3', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_3', }, { title: 'ASOS-4: Tyrion I', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_4', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_4', }, { title: 'ASOS-5: Davos I', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_5', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_5', }, { title: 'ASOS-6: Sansa I', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_6', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_6', }, { title: 'ASOS-7: Jon I', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_7', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_7', }, { title: 'ASOS-8: Daenerys I', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_8', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_8', }, { title: 'ASOS-9: Bran I', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_9', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_9', }, { title: 'ASOS-10: Davos II', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_10', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_10', }, { title: 'ASOS-11: Jaime II', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_11', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_11', }, { title: 'ASOS-12: Tyrion II', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_12', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_12', }, { title: 'ASOS-13: Arya II', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_13', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_13', }, { title: 'ASOS-14: Catelyn II', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_14', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_14', }, { title: 'ASOS-15: Jon II', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_15', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_15', }, { title: 'ASOS-16: Sansa II', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_16', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_16', }, { title: 'ASOS-17: Arya III', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_17', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_17', }, // 160 { title: 'ASOS-18: Samwell I', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_18', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_18', }, { title: 'ASOS-19: Tyrion III', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_19', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_19', }, { title: 'ASOS-20: Catelyn III', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_20', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_20', }, { title: 'ASOS-21: Jaime III', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_21', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_21', }, { title: 'ASOS-22: Arya IV', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_22', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_22', }, { title: 'ASOS-23: Daenerys II', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_23', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_23', }, { title: 'ASOS-24: Bran II', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_24', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_24', }, { title: 'ASOS-25: Davos III', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_25', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_25', }, { title: 'ASOS-26: Jon III', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_26', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_26', }, { title: 'ASOS-27: Daenerys III', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_27', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_27', }, { title: 'ASOS-28: Sansa III', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_28', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_28', }, { title: 'ASOS-29: Arya V', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_29', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_29', }, { title: 'ASOS-30: Jon IV', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_30', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_30', }, { title: 'ASOS-31: Jaime IV', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_31', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_31', }, { title: 'ASOS-32: Tyrion IV', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_32', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_32', }, { title: 'ASOS-33: Samwell II', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_33', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_33', }, { title: 'ASOS-34: Arya VI', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_34', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_34', }, { title: 'ASOS-35: Catelyn IV', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_35', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_35', }, { title: 'ASOS-36: Davos IV', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_36', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_36', }, { title: 'ASOS-37: Jaime V', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_37', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_37', }, // 180 { title: 'ASOS-38: Tyrion V', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_38', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_38', }, { title: 'ASOS-39: Arya VII', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_39', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_39', }, { title: 'ASOS-40: Bran III', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_40', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_40', }, { title: 'ASOS-41: Jon V', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_41', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_41', }, { title: 'ASOS-42: Daenerys IV', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_42', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_42', }, { title: 'ASOS-43: Arya VIII', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_43', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_43', }, { title: 'ASOS-44: Jaime VI', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_44', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_44', }, { title: 'ASOS-45: Catelyn V', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_45', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_45', }, { title: 'ASOS-46: Samwell III', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_46', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_46', }, { title: 'ASOS-47: Arya IX', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_47', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_47', }, { title: 'ASOS-48: Jon VI', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_48', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_48', }, { title: 'ASOS-49: Catelyn VI', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_49', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_49', }, { title: 'ASOS-50: Arya X', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_50', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_50', }, { title: 'ASOS-51: Catelyn VII', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_51', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_51', }, { title: 'ASOS-52: Arya XI', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_52', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_52', }, { title: 'ASOS-53: Tyrion VI', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_53', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_53', }, { title: 'ASOS-54: Davos V', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_54', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_54', }, { title: 'ASOS-55: Jon VII', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_55', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_55', }, { title: 'ASOS-56: Bran IV', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_56', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_56', }, { title: 'ASOS-57: Daenerys V', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_57', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_57', }, // 200 { title: 'ASOS-58: Tyrion VII', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_58', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_58', }, { title: 'ASOS-59: Sansa IV', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_59', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_59', }, { title: 'ASOS-60: Tyrion VIII', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_60', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_60', }, { title: 'ASOS-61: Sansa V', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_61', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_61', }, { title: 'ASOS-62: Jaime VII', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_62', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_62', }, { title: 'ASOS-63: Davos VI', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_63', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_63', }, { title: 'ASOS-64: Jon VIII', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_64', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_64', }, { title: 'ASOS-65: Arya XII', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_65', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_65', }, { title: 'ASOS-66: Tyrion IX', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_66', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_66', }, { title: 'ASOS-67: Jaime VIII', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_67', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_67', }, { title: 'ASOS-68: Sansa VI', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_68', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_68', }, { title: 'ASOS-69: Jon IX', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_69', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_69', }, { title: 'ASOS-70: Tyrion X', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_70', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_70', }, { title: 'ASOS-71: Daenerys VI', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_71', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_71', }, { title: 'ASOS-72: Jaime IX', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_72', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_72', }, { title: 'ASOS-73: Jon X', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_73', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_73', }, { title: 'ASOS-74: Arya XIII', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_74', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_74', }, { title: 'ASOS-75: Samwell IV', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_75', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_75', }, { title: 'ASOS-76: Jon XI', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_76', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_76', }, { title: 'ASOS-77: Tyrion XI', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_77', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_77', }, // 220 { title: 'ASOS-78: Samwell V', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_78', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_78', }, { title: 'ASOS-79: Jon XII', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_79', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_79', }, { title: 'ASOS-80: Sansa VII', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_80', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_80', }, { title: 'ASOS-81: Epilogue', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Epilogue', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Epilogue', }, { title: 'AFFC-0: Prologue', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Prologue', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Prologue', }, { title: 'AFFC-1: The Prophet', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_1', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_1', }, { title: 'AFFC-2: The Captain Of Guards', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_2', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_2', }, { title: 'AFFC-3: Cersei I', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_3', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_3', }, { title: 'AFFC-4: Brienne I', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_4', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_4', }, { title: 'AFFC-5: Samwell I', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_5', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_5', }, { title: 'AFFC-6: Arya I', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_6', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_6', }, { title: 'AFFC-7: Cersei II', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_7', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_7', }, { title: 'AFFC-8: Jaime I', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_8', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_8', }, { title: 'AFFC-9: Brienne II', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_9', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_9', }, { title: 'AFFC-10: Sansa I', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_10', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_10', }, { title: "AFFC-11: Kraken's Daughter", - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_11', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_11', }, { title: 'AFFC-12: Cersei III', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_12', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_12', }, { title: 'AFFC-13: The Soiled Knight', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_13', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_13', }, { title: 'AFFC-14: Brienne III', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_14', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_14', }, { title: 'AFFC-15: Samwell II', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_15', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_15', }, // 240 { title: 'AFFC-16: Jaime II', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_16', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_16', }, { title: 'AFFC-17: Cersei IV', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_17', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_17', }, { title: 'AFFC-18: The Iron Captain', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_18', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_18', }, { title: 'AFFC-19: The Drowned Man', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_19', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_19', }, { title: 'AFFC-20: Brienne IV', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_20', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_20', }, { title: 'AFFC-21: The Queenmaker', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_21', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_21', }, { title: 'AFFC-22: Arya II', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_22', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_22', }, { title: 'AFFC-23: Alayne I', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_23', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_23', }, { title: 'AFFC-24: Cersei V', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_24', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_24', }, { title: 'AFFC-25: Brienne V', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_25', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_25', }, { title: 'AFFC-26: Samwell III', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_26', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_26', }, { title: 'AFFC-27: Jaime III', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_27', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_27', }, { title: 'AFFC-28: Cersei VI', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_28', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_28', }, { title: 'AFFC-29: The Reaver', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_29', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_29', }, { title: 'AFFC-30: Jaime IV', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_30', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_30', }, { title: 'AFFC-31: Brienne VI', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_31', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_31', }, { title: 'AFFC-32: Cersei VII', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_32', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_32', }, { title: 'AFFC-33: Jaime V', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_33', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_33', }, { title: 'AFFC-34: Cat Of The Canals', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_34', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_34', }, { title: 'AFFC-35: Samwell IV', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_35', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_35', }, // 260 { title: 'AFFC-36: Cersei VIII', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_36', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_36', }, { title: 'AFFC-37: Brienne VII', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_37', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_37', }, { title: 'AFFC-38: Jaime VI', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_38', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_38', }, { title: 'AFFC-39: Cersei IX', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_39', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_39', }, { title: 'AFFC-40: Princess in the Tower', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_40', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_40', }, { title: 'AFFC-41: Alayne II', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_41', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_41', }, { title: 'AFFC-42: Brienne VIII', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_42', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_42', }, { title: 'AFFC-43: Cersei X', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_43', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_43', }, { title: 'AFFC-44: Jaime VII', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_44', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_44', }, { title: 'AFFC-45: Samwell V', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_45', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_45', }, { title: 'ADWD-0: Prologue', - url: 'http://awoiaf.westeros.org/index.php/Prologue_(A_Dance_with_Dragons)', + url: + 'https://awoiaf.westeros.org/index.php/Prologue_(A_Dance_with_Dragons)', }, { title: 'ADWD-1: Tyrion I', - url: 'http://awoiaf.westeros.org/index.php/Tyrion_I_(A_Dance_with_Dragons)', + url: + 'https://awoiaf.westeros.org/index.php/Tyrion_I_(A_Dance_with_Dragons)', }, { title: 'ADWD-2: Daenerys I', url: - 'http://awoiaf.westeros.org/index.php/Daenerys_I_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Daenerys_I_(A_Dance_with_Dragons)', }, { title: 'ADWD-3: Jon I', - url: 'http://awoiaf.westeros.org/index.php/Jon_I_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Jon_I_(A_Dance_with_Dragons)', }, { title: 'ADWD-4: Bran I', - url: 'http://awoiaf.westeros.org/index.php/Bran_I_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Bran_I_(A_Dance_with_Dragons)', }, { title: 'ADWD-5: Tyrion II', url: - 'http://awoiaf.westeros.org/index.php/Tyrion_II_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Tyrion_II_(A_Dance_with_Dragons)', }, { title: "ADWD-6: The Merchant's Man", url: - 'http://awoiaf.westeros.org/index.php/The_Merchant%27s_Man_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Merchant%27s_Man_(A_Dance_with_Dragons)', }, { title: 'ADWD-7: Jon II', - url: 'http://awoiaf.westeros.org/index.php/Jon_II_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Jon_II_(A_Dance_with_Dragons)', }, { title: 'ADWD-8: Tyrion III', url: - 'http://awoiaf.westeros.org/index.php/Tyrion_III_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Tyrion_III_(A_Dance_with_Dragons)', }, { title: 'ADWD-9: Davos I', - url: 'http://awoiaf.westeros.org/index.php/Davos_I_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Davos_I_(A_Dance_with_Dragons)', }, // 280 { title: 'ADWD-10: Jon III', - url: 'http://awoiaf.westeros.org/index.php/Jon_III_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Jon_III_(A_Dance_with_Dragons)', }, { title: 'ADWD-11: Daenerys II', url: - 'http://awoiaf.westeros.org/index.php/Daenerys_II_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Daenerys_II_(A_Dance_with_Dragons)', }, { title: 'ADWD-12: Reek I', - url: 'http://awoiaf.westeros.org/index.php/Reek_I_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Reek_I_(A_Dance_with_Dragons)', }, { title: 'ADWD-13: Bran II', - url: 'http://awoiaf.westeros.org/index.php/Bran_II_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Bran_II_(A_Dance_with_Dragons)', }, { title: 'ADWD-14: Tyrion IV', url: - 'http://awoiaf.westeros.org/index.php/Tyrion_IV_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Tyrion_IV_(A_Dance_with_Dragons)', }, { title: 'ADWD-15: Davos II', - url: 'http://awoiaf.westeros.org/index.php/Davos_II_(A_Dance_with_Dragons)', + url: + 'https://awoiaf.westeros.org/index.php/Davos_II_(A_Dance_with_Dragons)', }, { title: 'ADWD-16: Daenerys III', url: - 'http://awoiaf.westeros.org/index.php/Daenerys_III_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Daenerys_III_(A_Dance_with_Dragons)', }, { title: 'ADWD-17: Jon IV', - url: 'http://awoiaf.westeros.org/index.php/Jon_IV_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Jon_IV_(A_Dance_with_Dragons)', }, { title: 'ADWD-18: Tyrion V', - url: 'http://awoiaf.westeros.org/index.php/Tyrion_V_(A_Dance_with_Dragons)', + url: + 'https://awoiaf.westeros.org/index.php/Tyrion_V_(A_Dance_with_Dragons)', }, { title: 'ADWD-19: Davos III', url: - 'http://awoiaf.westeros.org/index.php/Davos_III_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Davos_III_(A_Dance_with_Dragons)', }, { title: 'ADWD-20: Reek II', - url: 'http://awoiaf.westeros.org/index.php/Reek_II_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Reek_II_(A_Dance_with_Dragons)', }, { title: 'ADWD-21: Jon V', - url: 'http://awoiaf.westeros.org/index.php/Jon_V_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Jon_V_(A_Dance_with_Dragons)', }, { title: 'ADWD-22: Tyrion VI', url: - 'http://awoiaf.westeros.org/index.php/Tyrion_VI_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Tyrion_VI_(A_Dance_with_Dragons)', }, { title: 'ADWD-23: Daenerys IV', url: - 'http://awoiaf.westeros.org/index.php/Daenerys_IV_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Daenerys_IV_(A_Dance_with_Dragons)', }, { title: 'ADWD-24: The Lost Lord', url: - 'http://awoiaf.westeros.org/index.php/The_Lost_Lord_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Lost_Lord_(A_Dance_with_Dragons)', }, { title: 'ADWD-25: The Windblown', url: - 'http://awoiaf.westeros.org/index.php/The_Windblown_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Windblown_(A_Dance_with_Dragons)', }, { title: 'ADWD-26: The Wayward Bride', url: - 'http://awoiaf.westeros.org/index.php/The_Wayward_Bride_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Wayward_Bride_(A_Dance_with_Dragons)', }, { title: 'ADWD-27: Tyrion VII', url: - 'http://awoiaf.westeros.org/index.php/Tyrion_VII_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Tyrion_VII_(A_Dance_with_Dragons)', }, { title: 'ADWD-28: Jon VI', - url: 'http://awoiaf.westeros.org/index.php/Jon_VI_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Jon_VI_(A_Dance_with_Dragons)', }, { title: 'ADWD-29: Davos IV', - url: 'http://awoiaf.westeros.org/index.php/Davos_IV_(A_Dance_with_Dragons)', + url: + 'https://awoiaf.westeros.org/index.php/Davos_IV_(A_Dance_with_Dragons)', }, // 300 { title: 'ADWD-30: Daenerys V', url: - 'http://awoiaf.westeros.org/index.php/Daenerys_V_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Daenerys_V_(A_Dance_with_Dragons)', }, { title: 'ADWD-31: Melisandre I', url: - 'http://awoiaf.westeros.org/index.php/Melisandre_I_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Melisandre_I_(A_Dance_with_Dragons)', }, { title: 'ADWD-32: Reek III', - url: 'http://awoiaf.westeros.org/index.php/Reek_III_(A_Dance_with_Dragons)', + url: + 'https://awoiaf.westeros.org/index.php/Reek_III_(A_Dance_with_Dragons)', }, { title: 'ADWD-33: Tyrion VIII', url: - 'http://awoiaf.westeros.org/index.php/Tyrion_VIII_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Tyrion_VIII_(A_Dance_with_Dragons)', }, { title: 'ADWD-34: Bran III', - url: 'http://awoiaf.westeros.org/index.php/Bran_III_(A_Dance_with_Dragons)', + url: + 'https://awoiaf.westeros.org/index.php/Bran_III_(A_Dance_with_Dragons)', }, { title: 'ADWD-35: Jon VII', - url: 'http://awoiaf.westeros.org/index.php/Jon_VII_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Jon_VII_(A_Dance_with_Dragons)', }, { title: 'ADWD-36: Daenerys VI', url: - 'http://awoiaf.westeros.org/index.php/Daenerys_VI_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Daenerys_VI_(A_Dance_with_Dragons)', }, { title: 'ADWD-37: Prince of Winterfell', url: - 'http://awoiaf.westeros.org/index.php/The_Prince_of_Winterfell_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Prince_of_Winterfell_(A_Dance_with_Dragons)', }, { title: 'ADWD-38: The Watcher', url: - 'http://awoiaf.westeros.org/index.php/The_Watcher_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Watcher_(A_Dance_with_Dragons)', }, { title: 'ADWD-39: Jon VIII', - url: 'http://awoiaf.westeros.org/index.php/Jon_VIII_(A_Dance_with_Dragons)', + url: + 'https://awoiaf.westeros.org/index.php/Jon_VIII_(A_Dance_with_Dragons)', }, { title: 'ADWD-40: Tyrion IX', url: - 'http://awoiaf.westeros.org/index.php/Tyrion_IX_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Tyrion_IX_(A_Dance_with_Dragons)', }, { title: 'ADWD-41: The Turncloak', url: - 'http://awoiaf.westeros.org/index.php/The_Turncloak_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Turncloak_(A_Dance_with_Dragons)', }, { title: "ADWD-42: The King's Prize", url: - "http://awoiaf.westeros.org/index.php/The_King's_Prize_(A_Dance_with_Dragons)", + "https://awoiaf.westeros.org/index.php/The_King's_Prize_(A_Dance_with_Dragons)", }, { title: 'ADWD-43: Daenerys VII', url: - 'http://awoiaf.westeros.org/index.php/Daenerys_VII_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Daenerys_VII_(A_Dance_with_Dragons)', }, { title: 'ADWD-44: Jon IX', - url: 'http://awoiaf.westeros.org/index.php/Jon_IX_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Jon_IX_(A_Dance_with_Dragons)', }, { title: 'ADWD-45: The Blind Girl', url: - 'http://awoiaf.westeros.org/index.php/The_Blind_Girl_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Blind_Girl_(A_Dance_with_Dragons)', }, { title: 'ADWD-46: A Ghost In Winterfell', url: - 'http://awoiaf.westeros.org/index.php/A_Ghost_in_Winterfell_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/A_Ghost_in_Winterfell_(A_Dance_with_Dragons)', }, { title: 'ADWD-47: Tyrion X', - url: 'http://awoiaf.westeros.org/index.php/Tyrion_X_(A_Dance_with_Dragons)', + url: + 'https://awoiaf.westeros.org/index.php/Tyrion_X_(A_Dance_with_Dragons)', }, { title: 'ADWD-48: Jaime I', - url: 'http://awoiaf.westeros.org/index.php/Jaime_I_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Jaime_I_(A_Dance_with_Dragons)', }, { title: 'ADWD-49: Jon X', - url: 'http://awoiaf.westeros.org/index.php/Jon_X_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Jon_X_(A_Dance_with_Dragons)', }, // 320 { title: 'ADWD-50: Daenerys VIII', url: - 'http://awoiaf.westeros.org/index.php/Daenerys_VIII_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Daenerys_VIII_(A_Dance_with_Dragons)', }, { title: 'ADWD-51: Theon I', - url: 'http://awoiaf.westeros.org/index.php/Theon_I_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Theon_I_(A_Dance_with_Dragons)', }, { title: 'ADWD-52: Daenerys IX', url: - 'http://awoiaf.westeros.org/index.php/Daenerys_IX_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Daenerys_IX_(A_Dance_with_Dragons)', }, { title: 'ADWD-53: Jon XI', - url: 'http://awoiaf.westeros.org/index.php/Jon_XI_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Jon_XI_(A_Dance_with_Dragons)', }, { title: 'ADWD-54: Cersei I', - url: 'http://awoiaf.westeros.org/index.php/Cersei_I_(A_Dance_with_Dragons)', + url: + 'https://awoiaf.westeros.org/index.php/Cersei_I_(A_Dance_with_Dragons)', }, { title: 'ADWD-55: The Queensguard', url: - 'http://awoiaf.westeros.org/index.php/The_Queensguard_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Queensguard_(A_Dance_with_Dragons)', }, { title: 'ADWD-56: The Iron Suitor', url: - 'http://awoiaf.westeros.org/index.php/The_Iron_Suitor_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Iron_Suitor_(A_Dance_with_Dragons)', }, { title: 'ADWD-57: Tyrion XI', url: - 'http://awoiaf.westeros.org/index.php/Tyrion_XI_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Tyrion_XI_(A_Dance_with_Dragons)', }, { title: 'ADWD-58: Jon XII', - url: 'http://awoiaf.westeros.org/index.php/Jon_XII_(A_Dance_with_Dragons)', + url: 'https://awoiaf.westeros.org/index.php/Jon_XII_(A_Dance_with_Dragons)', }, { title: 'ADWD-59: Discarded Knight', url: - 'http://awoiaf.westeros.org/index.php/The_Discarded_Knight_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Discarded_Knight_(A_Dance_with_Dragons)', }, { title: 'ADWD-60: The Spurned Suitor', url: - 'http://awoiaf.westeros.org/index.php/The_Spurned_Suitor_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Spurned_Suitor_(A_Dance_with_Dragons)', }, { title: 'ADWD-61: The Griffin Reborn', url: - 'http://awoiaf.westeros.org/index.php/The_Griffin_Reborn_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Griffin_Reborn_(A_Dance_with_Dragons)', }, { title: 'ADWD-62: The Sacrifice', url: - 'http://awoiaf.westeros.org/index.php/The_Sacrifice_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Sacrifice_(A_Dance_with_Dragons)', }, { title: 'ADWD-63: Victarion I', url: - 'http://awoiaf.westeros.org/index.php/Victarion_I_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Victarion_I_(A_Dance_with_Dragons)', }, { title: 'ADWD-64: The Ugly Little Girl', url: - 'http://awoiaf.westeros.org/index.php/The_Ugly_Little_Girl_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Ugly_Little_Girl_(A_Dance_with_Dragons)', }, { title: 'ADWD-65: Cersei II', url: - 'http://awoiaf.westeros.org/index.php/Cersei_II_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Cersei_II_(A_Dance_with_Dragons)', }, { title: 'ADWD-66: Tyrion XII', url: - 'http://awoiaf.westeros.org/index.php/Tyrion_XII_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Tyrion_XII_(A_Dance_with_Dragons)', }, { title: 'ADWD-67: The Kingbreaker', url: - 'http://awoiaf.westeros.org/index.php/The_Kingbreaker_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Kingbreaker_(A_Dance_with_Dragons)', }, { title: 'ADWD-68: The Dragontamer', url: - 'http://awoiaf.westeros.org/index.php/The_Dragontamer_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Dragontamer_(A_Dance_with_Dragons)', }, { title: 'ADWD-69: Jon XIII', - url: 'http://awoiaf.westeros.org/index.php/Jon_XIII_(A_Dance_with_Dragons)', + url: + 'https://awoiaf.westeros.org/index.php/Jon_XIII_(A_Dance_with_Dragons)', }, // 340 { title: "ADWD-70: The Queen's Hand", url: - 'http://awoiaf.westeros.org/index.php/The_Queen%27s_Hand_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/The_Queen%27s_Hand_(A_Dance_with_Dragons)', }, { title: 'ADWD-71: Daenerys X', url: - 'http://awoiaf.westeros.org/index.php/Daenerys_X_(A_Dance_with_Dragons)', + 'https://awoiaf.westeros.org/index.php/Daenerys_X_(A_Dance_with_Dragons)', }, { title: 'ADWD-72: Epilogue', - url: 'http://awoiaf.westeros.org/index.php/Epilogue_(A_Dance_with_Dragons)', + url: + 'https://awoiaf.westeros.org/index.php/Epilogue_(A_Dance_with_Dragons)', }, { title: 'TWOW-?: Theon I', - url: 'http://awoiaf.westeros.org/index.php/Theon_I_(The_Winds_of_Winter)', + url: 'https://awoiaf.westeros.org/index.php/Theon_I_(The_Winds_of_Winter)', }, //344 ]; var episodes = [ { title: 'S1E01: Winter Is Coming', - url: 'http://awoiaf.westeros.org/index.php/Winter_Is_Coming', + url: 'https://awoiaf.westeros.org/index.php/Winter_Is_Coming', }, { title: 'S1E02: The Kingsroad', - url: 'http://awoiaf.westeros.org/index.php/The_Kingsroad', + url: 'https://awoiaf.westeros.org/index.php/The_Kingsroad', }, { title: 'S1E03: Lord Snow', - url: 'http://awoiaf.westeros.org/index.php/Lord_Snow', + url: 'https://awoiaf.westeros.org/index.php/Lord_Snow', }, { title: 'S1E04: Cripples, Bastards, & Broken Things', url: - 'http://awoiaf.westeros.org/index.php/Cripples,_Bastards,_and_Broken_Things', + 'https://awoiaf.westeros.org/index.php/Cripples,_Bastards,_and_Broken_Things', }, { title: 'S1E05: The Wolf and the Lion', - url: 'http://awoiaf.westeros.org/index.php/The_Wolf_and_the_Lion', + url: 'https://awoiaf.westeros.org/index.php/The_Wolf_and_the_Lion', }, { title: 'S1E06: A Golden Crown', - url: 'http://awoiaf.westeros.org/index.php/A_Golden_Crown', + url: 'https://awoiaf.westeros.org/index.php/A_Golden_Crown', }, { title: 'S1E07: You Win or You Die', - url: 'http://awoiaf.westeros.org/index.php/You_Win_or_You_Die', + url: 'https://awoiaf.westeros.org/index.php/You_Win_or_You_Die', }, { title: 'S1E08: The Pointy End', - url: 'http://awoiaf.westeros.org/index.php/The_Pointy_End', + url: 'https://awoiaf.westeros.org/index.php/The_Pointy_End', }, { title: 'S1E09: Baelor', - url: 'http://awoiaf.westeros.org/index.php/Baelor', + url: 'https://awoiaf.westeros.org/index.php/Baelor', }, { title: 'S1E10: Fire and Blood', url: - 'http://awoiaf.westeros.org/index.php/Fire_and_Blood_(Game_of_Thrones)', + 'https://awoiaf.westeros.org/index.php/Fire_and_Blood_(Game_of_Thrones)', }, { title: 'S2E01: The North Remembers', - url: 'http://awoiaf.westeros.org/index.php/The_North_Remembers_(TV)', + url: 'https://awoiaf.westeros.org/index.php/The_North_Remembers_(TV)', }, { title: 'S2E02: The Night Lands', - url: 'http://awoiaf.westeros.org/index.php/The_Night_Lands_(TV)', + url: 'https://awoiaf.westeros.org/index.php/The_Night_Lands_(TV)', }, { title: 'S2E03: What Is Dead May Never Die', - url: 'http://awoiaf.westeros.org/index.php/What_Is_Dead_May_Never_Die_(TV)', + url: + 'https://awoiaf.westeros.org/index.php/What_Is_Dead_May_Never_Die_(TV)', }, { title: 'S2E04: Garden of Bones', - url: 'http://awoiaf.westeros.org/index.php/Garden_of_Bones_(TV)', + url: 'https://awoiaf.westeros.org/index.php/Garden_of_Bones_(TV)', }, { title: 'S2E05: The Ghost of Harrenhal', - url: 'http://awoiaf.westeros.org/index.php/The_Ghost_of_Harrenhal_(TV)', + url: 'https://awoiaf.westeros.org/index.php/The_Ghost_of_Harrenhal_(TV)', }, { title: 'S2E06: The Old Gods and the New', - url: 'http://awoiaf.westeros.org/index.php/The_Old_Gods_and_the_New_(TV)', + url: 'https://awoiaf.westeros.org/index.php/The_Old_Gods_and_the_New_(TV)', }, { title: 'S2E07: A Man Without Honor', - url: 'http://awoiaf.westeros.org/index.php/A_Man_Without_Honor_(TV)', + url: 'https://awoiaf.westeros.org/index.php/A_Man_Without_Honor_(TV)', }, { title: 'S2E08: The Prince of Winterfell', - url: 'http://awoiaf.westeros.org/index.php/The_Prince_of_Winterfell_(TV)', + url: 'https://awoiaf.westeros.org/index.php/The_Prince_of_Winterfell_(TV)', }, { title: 'S2E09: Blackwater', - url: 'http://awoiaf.westeros.org/index.php/Blackwater_(TV)', + url: 'https://awoiaf.westeros.org/index.php/Blackwater_(TV)', }, { title: 'S2E10: Valar Morghulis', - url: 'http://awoiaf.westeros.org/index.php/Valar_Morghulis_(TV)', + url: 'https://awoiaf.westeros.org/index.php/Valar_Morghulis_(TV)', }, { title: 'S3E01: Valar Dohaeris', - url: 'http://awoiaf.westeros.org/index.php/Valar_Dohaeris_(TV)', + url: 'https://awoiaf.westeros.org/index.php/Valar_Dohaeris_(TV)', }, { title: 'S3E02: Dark Wings, Dark Words', - url: 'http://awoiaf.westeros.org/index.php/Dark_Wings,_Dark_Words', + url: 'https://awoiaf.westeros.org/index.php/Dark_Wings,_Dark_Words', }, { title: 'S3E03: Walk of Punishment', - url: 'http://awoiaf.westeros.org/index.php/Walk_of_Punishment', + url: 'https://awoiaf.westeros.org/index.php/Walk_of_Punishment', }, { title: 'S3E04: And Now His Watch is Ended', - url: 'http://awoiaf.westeros.org/index.php/And_Now_His_Watch_Is_Ended', + url: 'https://awoiaf.westeros.org/index.php/And_Now_His_Watch_Is_Ended', }, { title: 'S3E05: Kissed by Fire', - url: 'http://awoiaf.westeros.org/index.php/Kissed_by_Fire', + url: 'https://awoiaf.westeros.org/index.php/Kissed_by_Fire', }, { title: 'S3E06: The Climb', - url: 'http://awoiaf.westeros.org/index.php/The_Climb', + url: 'https://awoiaf.westeros.org/index.php/The_Climb', }, { title: 'S3E07: The Bear and the Maiden Fair', url: - 'http://awoiaf.westeros.org/index.php/The_Bear_and_the_Maiden_Fair_(TV)', + 'https://awoiaf.westeros.org/index.php/The_Bear_and_the_Maiden_Fair_(TV)', }, { title: 'S3E08: Second Sons', - url: 'http://awoiaf.westeros.org/index.php/Second_Sons_(TV)', + url: 'https://awoiaf.westeros.org/index.php/Second_Sons_(TV)', }, { title: 'S3E09: The Rains of Castamere', - url: 'http://awoiaf.westeros.org/index.php/The_Rains_of_Castamere_(TV)', + url: 'https://awoiaf.westeros.org/index.php/The_Rains_of_Castamere_(TV)', }, { title: 'S3E10: Mhysa', - url: 'http://awoiaf.westeros.org/index.php/Mhysa_(TV)', + url: 'https://awoiaf.westeros.org/index.php/Mhysa_(TV)', }, { title: 'S4E01: Two Swords', - url: 'http://awoiaf.westeros.org/index.php/Two_Swords', + url: 'https://awoiaf.westeros.org/index.php/Two_Swords', }, { title: 'S4E02: The Lion and the Rose', - url: 'http://awoiaf.westeros.org/index.php/The_Lion_and_the_Rose', + url: 'https://awoiaf.westeros.org/index.php/The_Lion_and_the_Rose', }, { title: 'S4E03: Breaker of Chains', - url: 'http://awoiaf.westeros.org/index.php/Breaker_of_Chains', + url: 'https://awoiaf.westeros.org/index.php/Breaker_of_Chains', }, { title: 'S4E04: Oathkeeper', - url: 'http://awoiaf.westeros.org/index.php/Oathkeeper_(TV)', + url: 'https://awoiaf.westeros.org/index.php/Oathkeeper_(TV)', }, { title: 'S4E05: First of His Name', - url: 'http://awoiaf.westeros.org/index.php/First_of_His_Name', + url: 'https://awoiaf.westeros.org/index.php/First_of_His_Name', }, { title: 'S4E06: The Laws of Gods and Men', - url: 'http://awoiaf.westeros.org/index.php/The_Laws_of_Gods_and_Men', + url: 'https://awoiaf.westeros.org/index.php/The_Laws_of_Gods_and_Men', }, { title: 'S4E07: Mockingbird', - url: 'http://en.wikipedia.org/wiki/Mockingbird_(Game_of_Thrones)', + url: 'https://en.wikipedia.org/wiki/Mockingbird_(Game_of_Thrones)', }, { title: 'S4E08: The Mountain and the Viper', - url: 'http://en.wikipedia.org/wiki/The_Mountain_and_the_Viper', + url: 'https://en.wikipedia.org/wiki/The_Mountain_and_the_Viper', }, { title: 'S4E09: The Watchers on the Wall', - url: 'http://en.wikipedia.org/wiki/The_Watchers_on_the_Wall', + url: 'https://en.wikipedia.org/wiki/The_Watchers_on_the_Wall', }, { title: 'S4E10: The Children', - url: 'http://en.wikipedia.org/wiki/The_Children_(Game_of_Thrones)', + url: 'https://en.wikipedia.org/wiki/The_Children_(Game_of_Thrones)', }, { title: 'S5E01: The Wars to Come', - url: 'http://en.wikipedia.org/wiki/The_Wars_to_Come', + url: 'https://en.wikipedia.org/wiki/The_Wars_to_Come', }, { title: 'S5E02: The House of Black and White', - url: 'http://en.wikipedia.org/wiki/The_House_of_Black_and_White', + url: 'https://en.wikipedia.org/wiki/The_House_of_Black_and_White', }, { title: 'S5E03: High Sparrow', - url: 'http://en.wikipedia.org/wiki/High_Sparrow', + url: 'https://en.wikipedia.org/wiki/High_Sparrow', }, { title: 'S5E04: The Sons of the Harpy', - url: 'http://en.wikipedia.org/wiki/Sons_of_the_Harpy', + url: 'https://en.wikipedia.org/wiki/Sons_of_the_Harpy', }, { title: 'S5E05: Kill the Boy', - url: 'http://en.wikipedia.org/wiki/Kill_the_Boy', + url: 'https://en.wikipedia.org/wiki/Kill_the_Boy', }, { title: 'S5E06: Unbowed, Unbent, Unbroken', - url: 'http://en.wikipedia.org/wiki/Unbowed,_Unbent,_Unbroken', + url: 'https://en.wikipedia.org/wiki/Unbowed,_Unbent,_Unbroken', }, { title: 'S5E07: The Gift', - url: 'http://en.wikipedia.org/wiki/The_Gift_(Game_of_Thrones)', + url: 'https://en.wikipedia.org/wiki/The_Gift_(Game_of_Thrones)', }, - { title: 'S5E08: Hardhome', url: 'http://en.wikipedia.org/wiki/Hardhome' }, + { title: 'S5E08: Hardhome', url: 'https://en.wikipedia.org/wiki/Hardhome' }, { title: 'S5E09: The Dance of Dragons', url: 'https://en.wikipedia.org/wiki/The_Dance_of_Dragons', @@ -1670,31 +1683,31 @@ var episodes = [ novellas = [ { title: 'Princess & Queen: p703', - url: 'http://awoiaf.westeros.org/index.php/The_Princess_and_the_Queen', + url: 'https://awoiaf.westeros.org/index.php/The_Princess_and_the_Queen', }, { title: 'Princess & Queen: p709', - url: 'http://awoiaf.westeros.org/index.php/The_Princess_and_the_Queen', + url: 'https://awoiaf.westeros.org/index.php/The_Princess_and_the_Queen', }, { title: 'Princess & Queen: p716', - url: 'http://awoiaf.westeros.org/index.php/The_Princess_and_the_Queen', + url: 'https://awoiaf.westeros.org/index.php/The_Princess_and_the_Queen', }, { title: 'The Hedge Knight (209AL)', - url: 'http://awoiaf.westeros.org/index.php/The_Hedge_Knight', + url: 'https://awoiaf.westeros.org/index.php/The_Hedge_Knight', }, { title: 'The Sworn Sword (210AL)', - url: 'http://awoiaf.westeros.org/index.php/The_Sworn_Sword', + url: 'https://awoiaf.westeros.org/index.php/The_Sworn_Sword', }, { title: 'The Mystery Knight (212AL)', - url: 'http://awoiaf.westeros.org/index.php/The_Mystery_Knight', + url: 'https://awoiaf.westeros.org/index.php/The_Mystery_Knight', }, ]; -//For locations, if no url attribute is specified, it will be set to http://awoiaf.westeros.org/index.php/[key] +//For locations, if no url attribute is specified, it will be set to https://awoiaf.westeros.org/index.php/[key] locations = { //Numbered locations 'Westwatch-by-the-Bridge': { @@ -1791,13 +1804,13 @@ locations = { lat: 76.1744979490871, lng: -99.5361328125, title: '19: Eastwatch-by-the-Sea', - url: 'http://awoiaf.westeros.org/index.php/Eastwatch-by-the-Sea', + url: 'https://awoiaf.westeros.org/index.php/Eastwatch-by-the-Sea', }, BWB_Hideout: { lat: 25.24469595130604, lng: -117.8173828125, title: '20: Brotherhood Without Banners hideout', - url: 'http://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_42', + url: 'https://awoiaf.westeros.org/index.php/A_Feast_for_Crows-Chapter_42', }, Inn_of_the_Kneeling_Man: { lat: 25.00597265623918, @@ -1813,7 +1826,7 @@ locations = { lat: 23.40276490540795, lng: -126.2548828125, title: '23: Inn (They Lay with Lions)', - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_1', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_1', }, Unnamed_Village: { lat: 22.59372606392931, @@ -1824,7 +1837,7 @@ locations = { lat: 21.94304553343818, lng: -123.2666015625, title: "25: Lord Lychester's Keep", - url: 'http://awoiaf.westeros.org/index.php/House_Lychester', + url: 'https://awoiaf.westeros.org/index.php/House_Lychester', }, Lady_of_the_Leaves: { lat: 20.42701281425738, @@ -1841,7 +1854,7 @@ locations = { lng: -123.046875, title: "28: Lord Goodbrook's Village", url: - 'http://awoiaf.westeros.org/index.php/House_Goodbrook#A_Song_of_Ice_and_Fire', + 'https://awoiaf.westeros.org/index.php/House_Goodbrook#A_Song_of_Ice_and_Fire', }, Pennytree: { lat: 20.2209657795223, @@ -1891,7 +1904,7 @@ locations = { Execution_Holdfast: { lat: 66.5482634621744, lng: -122.6220703125, - url: 'http://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_1', + url: 'https://awoiaf.westeros.org/index.php/A_Game_of_Thrones-Chapter_1', }, 'Crofters%27_village': { lat: 66.58321725728173, lng: -125.15625 }, Donella_Manderly: { lat: 65.09064558256851, lng: -107.8564453125 }, @@ -1914,14 +1927,14 @@ locations = { Palisade_Village: { lat: 28.03319784767637, lng: -111.9873046875, - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_65', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_65', }, //The Iron Islands Castle_Goodbrother: { lat: 31.93351676190369, lng: -153.427734375, url: - 'http://awoiaf.westeros.org/index.php/House_Goodbrother_of_Shatterstone', + 'https://awoiaf.westeros.org/index.php/House_Goodbrother_of_Shatterstone', }, 'Nagga%27s_Hill': { lat: 31.37239910488052, lng: -154.2626953125 }, Ten_Towers: { lat: 31.37239910488052, lng: -144.462890625 }, @@ -1955,23 +1968,23 @@ locations = { Hollow_Hill: { lat: 11.2861607687526, lng: -128.115234375, - url: 'http://awoiaf.westeros.org/index.php/Brotherhood_Without_Banners', + url: 'https://awoiaf.westeros.org/index.php/Brotherhood_Without_Banners', }, Stoney_Sept: { lat: 9.817329187067783, lng: -125.654296875 }, Robbed_Sept: { lat: 13.02596592633353, lng: -126.708984375, - url: 'http://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_39', + url: 'https://awoiaf.westeros.org/index.php/A_Storm_of_Swords-Chapter_39', }, Gods_Eye_Holdfast: { lat: 11.00590445965946, lng: -114.7998046875, - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_14', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_14', }, Gods_Eye_Village: { lat: 13.15437605541852, lng: -111.5478515625, - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_19', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_19', }, //The Westerlands Banefort: { lat: 24.60706913770968, lng: -147.36328125 }, @@ -2003,7 +2016,7 @@ locations = { Ivy_Inn: { lat: 10.22843726615594, lng: -108.1201171875, - url: 'http://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_5', + url: 'https://awoiaf.westeros.org/index.php/A_Clash_of_Kings-Chapter_5', }, 'Sow%27s_Horn': { lat: 10.83330598364249, lng: -106.7138671875 }, Duskendale: { lat: 8.624472107633936, lng: -98.8037109375 }, @@ -2115,12 +2128,12 @@ locations = { Dead_City1: { lat: -76.94048839176438, lng: 134.8095703125, - url: 'http://awoiaf.westeros.org/index.php/Red_Waste#Geography', + url: 'https://awoiaf.westeros.org/index.php/Red_Waste#Geography', }, Dead_City2: { lat: -77.85109964137914, lng: 125.0537109375, - url: 'http://awoiaf.westeros.org/index.php/Red_Waste#Geography', + url: 'https://awoiaf.westeros.org/index.php/Red_Waste#Geography', }, Qarth: { lat: -81.36788549290205, lng: 161.396484375 }, //Sothoryos & The Summer Islands @@ -2364,7 +2377,7 @@ nobility = [ seatKey: 'Winterfell', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/5/51/House_Stark.PNG/90px-House_Stark.PNG', + 'https://awoiaf.westeros.org/images/thumb/5/51/House_Stark.PNG/90px-House_Stark.PNG', isGreat: true, chapters: [0, 118], episodes: [0, 14], @@ -2374,7 +2387,7 @@ nobility = [ seatKey: 'Winterfell', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png', + 'https://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png', isGreat: true, chapters: [119, 138], episodes: [15, 18], @@ -2384,7 +2397,7 @@ nobility = [ seatKey: 'Dreadfort', imgRatio: 120 / 102, img: - 'http://awoiaf.westeros.org/images/thumb/7/76/Bolton.png/50px-Bolton.png', + 'https://awoiaf.westeros.org/images/thumb/7/76/Bolton.png/50px-Bolton.png', isGreat: false, chapters: [0, 195], }, @@ -2393,7 +2406,7 @@ nobility = [ seatKey: 'Dreadfort', imgRatio: 120 / 102, img: - 'http://awoiaf.westeros.org/images/thumb/7/76/Bolton.png/50px-Bolton.png', + 'https://awoiaf.westeros.org/images/thumb/7/76/Bolton.png/50px-Bolton.png', isGreat: true, chapters: [196, 307], episodes: [19, 41], @@ -2403,7 +2416,7 @@ nobility = [ seatKey: 'Winterfell', imgRatio: 120 / 102, img: - 'http://awoiaf.westeros.org/images/thumb/7/76/Bolton.png/50px-Bolton.png', + 'https://awoiaf.westeros.org/images/thumb/7/76/Bolton.png/50px-Bolton.png', isGreat: true, chapters: [308, 999], episodes: [42, 57], @@ -2413,7 +2426,7 @@ nobility = [ seatKey: 'Dreadfort', imgRatio: 120 / 102, img: - 'http://awoiaf.westeros.org/images/thumb/7/76/Bolton.png/50px-Bolton.png', + 'https://awoiaf.westeros.org/images/thumb/7/76/Bolton.png/50px-Bolton.png', isGreat: false, chapters: [308, 999], episodes: [42, 99], @@ -2423,7 +2436,7 @@ nobility = [ seatKey: 'Winterfell', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/5/51/House_Stark.PNG/90px-House_Stark.PNG', + 'https://awoiaf.westeros.org/images/thumb/5/51/House_Stark.PNG/90px-House_Stark.PNG', isGreat: true, chapters: [999, 999], episodes: [58, 99], @@ -2433,7 +2446,7 @@ nobility = [ seatKey: 'Riverrun', imgRatio: 120 / 112, img: - 'http://awoiaf.westeros.org/images/thumb/2/23/House_Tully.PNG/112px-House_Tully.PNG', + 'https://awoiaf.westeros.org/images/thumb/2/23/House_Tully.PNG/112px-House_Tully.PNG', isGreat: true, chapters: [0, 137], }, //Tullys have lost control of Riverlands, but continue to hold Riverrun until AFFC-44: Jaime VII @@ -2442,7 +2455,7 @@ nobility = [ seatKey: 'Riverrun', imgRatio: 120 / 112, img: - 'http://awoiaf.westeros.org/images/thumb/2/23/House_Tully.PNG/112px-House_Tully.PNG', + 'https://awoiaf.westeros.org/images/thumb/2/23/House_Tully.PNG/112px-House_Tully.PNG', isGreat: false, chapters: [138, 268], episodes: [99, 99], @@ -2452,7 +2465,7 @@ nobility = [ seatKey: 'Harrenhal', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/1/13/House_Baelish.PNG/90px-House_Baelish.PNG', + 'https://awoiaf.westeros.org/images/thumb/1/13/House_Baelish.PNG/90px-House_Baelish.PNG', isGreat: true, chapters: [138, 999], episodes: [99, 99], @@ -2462,7 +2475,7 @@ nobility = [ seatKey: 'Eyrie', imgRatio: 120 / 112, img: - 'http://awoiaf.westeros.org/images/thumb/b/be/House_Arryn.PNG/112px-House_Arryn.PNG', + 'https://awoiaf.westeros.org/images/thumb/b/be/House_Arryn.PNG/112px-House_Arryn.PNG', isGreat: true, }, { @@ -2470,7 +2483,7 @@ nobility = [ seatKey: 'Pyke', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png', + 'https://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png', isGreat: true, }, { @@ -2478,7 +2491,7 @@ nobility = [ seatKey: 'Casterly_Rock', imgRatio: 120 / 102, img: - 'http://awoiaf.westeros.org/images/thumb/8/88/House_Lannister.png/102px-House_Lannister.png', + 'https://awoiaf.westeros.org/images/thumb/8/88/House_Lannister.png/102px-House_Lannister.png', isGreat: true, }, { @@ -2486,7 +2499,7 @@ nobility = [ seatKey: 'King%27s_Landing', imgRatio: 120 / 104, img: - 'http://awoiaf.westeros.org/images/thumb/d/d1/House_Baratheon.PNG/50px-House_Baratheon.PNG', + 'https://awoiaf.westeros.org/images/thumb/d/d1/House_Baratheon.PNG/50px-House_Baratheon.PNG', isGreat: true, chapters: [0, 48], episodes: [0, 5], @@ -2496,7 +2509,7 @@ nobility = [ seatKey: 'King%27s_Landing', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/5/5d/Joffrey_sigil_coat.png/120px-Joffrey_sigil_coat.png', + 'https://awoiaf.westeros.org/images/thumb/5/5d/Joffrey_sigil_coat.png/120px-Joffrey_sigil_coat.png', isGreat: true, chapters: [49, 999], episodes: [6, 99], @@ -2506,7 +2519,7 @@ nobility = [ seatKey: 'Highgarden', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/9/99/House_Tyrell.PNG/90px-House_Tyrell.PNG', + 'https://awoiaf.westeros.org/images/thumb/9/99/House_Tyrell.PNG/90px-House_Tyrell.PNG', isGreat: true, }, { @@ -2514,7 +2527,7 @@ nobility = [ seatKey: 'Storm%27s_End', imgRatio: 120 / 104, img: - 'http://awoiaf.westeros.org/images/thumb/d/d1/House_Baratheon.PNG/50px-House_Baratheon.PNG', + 'https://awoiaf.westeros.org/images/thumb/d/d1/House_Baratheon.PNG/50px-House_Baratheon.PNG', isGreat: true, }, { @@ -2522,7 +2535,7 @@ nobility = [ seatKey: 'Sunspear', imgRatio: 119 / 92, img: - 'http://awoiaf.westeros.org/images/thumb/b/ba/House_Martell.PNG/92px-House_Martell.PNG', + 'https://awoiaf.westeros.org/images/thumb/b/ba/House_Martell.PNG/92px-House_Martell.PNG', isGreat: true, }, { @@ -2530,7 +2543,7 @@ nobility = [ seatKey: 'Dragonstone', imgRatio: 120 / 104, img: - 'http://awoiaf.westeros.org/images/thumb/d/d1/House_Baratheon.PNG/50px-House_Baratheon.PNG', + 'https://awoiaf.westeros.org/images/thumb/d/d1/House_Baratheon.PNG/50px-House_Baratheon.PNG', isGreat: false, chapters: [0, 48], episodes: [0, 5], @@ -2540,7 +2553,7 @@ nobility = [ seatKey: 'Dragonstone', imgRatio: 120 / 102, img: - 'http://awoiaf.westeros.org/images/thumb/6/61/Baratheon_DS.png/102px-Baratheon_DS.png', + 'https://awoiaf.westeros.org/images/thumb/6/61/Baratheon_DS.png/102px-Baratheon_DS.png', isGreat: true, chapters: [49, 260], episodes: [6, 99], @@ -2550,7 +2563,7 @@ nobility = [ seatKey: 'Meereen', imgRatio: 120 / 92, img: - 'http://awoiaf.westeros.org/images/thumb/4/43/House_Targaryen.PNG/92px-House_Targaryen.PNG', + 'https://awoiaf.westeros.org/images/thumb/4/43/House_Targaryen.PNG/92px-House_Targaryen.PNG', isGreat: true, chapters: [214, 999], episodes: [99, 99], @@ -2562,49 +2575,49 @@ nobility = [ seatKey: 'Castle_Cerwyn', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/d/d8/House_Cerwyn.PNG/90px-House_Cerwyn.PNG', + 'https://awoiaf.westeros.org/images/thumb/d/d8/House_Cerwyn.PNG/90px-House_Cerwyn.PNG', }, { wikiKey: 'House_Dustin', seatKey: 'Barrowton', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/7/74/House_Dustin.PNG/50px-House_Dustin.PNG', + 'https://awoiaf.westeros.org/images/thumb/7/74/House_Dustin.PNG/50px-House_Dustin.PNG', }, { wikiKey: 'House_Flint_of_Widow%27s_Watch', seatKey: 'Widow%27s_Watch', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/e/e8/Flint_Widows_Watch.png/109px-Flint_Widows_Watch.png', + 'https://awoiaf.westeros.org/images/thumb/e/e8/Flint_Widows_Watch.png/109px-Flint_Widows_Watch.png', }, { wikiKey: 'House_Hornwood', seatKey: 'Hornwood', imgRatio: 119 / 102, img: - 'http://awoiaf.westeros.org/images/thumb/0/01/House_Hornwood.PNG/50px-House_Hornwood.PNG', + 'https://awoiaf.westeros.org/images/thumb/0/01/House_Hornwood.PNG/50px-House_Hornwood.PNG', }, { wikiKey: 'House_Karstark', seatKey: 'Karhold', imgRatio: 120 / 104, img: - 'http://awoiaf.westeros.org/images/thumb/5/5f/House_Karstark.PNG/104px-House_Karstark.PNG', + 'https://awoiaf.westeros.org/images/thumb/5/5f/House_Karstark.PNG/104px-House_Karstark.PNG', }, { wikiKey: 'House_Locke', seatKey: 'Oldcastle', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/9/9e/House_Locke.PNG/109px-House_Locke.PNG', + 'https://awoiaf.westeros.org/images/thumb/9/9e/House_Locke.PNG/109px-House_Locke.PNG', }, { wikiKey: 'House_Manderly', seatKey: 'White_Harbor', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/8/83/House_Manderly.PNG/50px-House_Manderly.PNG', + 'https://awoiaf.westeros.org/images/thumb/8/83/House_Manderly.PNG/50px-House_Manderly.PNG', }, { wikiKey: 'House_Mormont', @@ -2612,14 +2625,14 @@ nobility = [ lng: -138.9257, imgRatio: 119 / 95, img: - 'http://awoiaf.westeros.org/images/thumb/c/c9/House_Mormont.PNG/95px-House_Mormont.PNG', + 'https://awoiaf.westeros.org/images/thumb/c/c9/House_Mormont.PNG/95px-House_Mormont.PNG', }, { wikiKey: 'House_Reed', seatKey: 'Greywater_Watch', imgRatio: 120 / 103, img: - 'http://awoiaf.westeros.org/images/thumb/6/6e/House_Reed.PNG/70px-House_Reed.PNG', + 'https://awoiaf.westeros.org/images/thumb/6/6e/House_Reed.PNG/70px-House_Reed.PNG', }, { wikiKey: 'House_Ryswell', @@ -2627,7 +2640,7 @@ nobility = [ lng: -150.5712, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/7/7f/House_Ryswell.PNG/109px-House_Ryswell.PNG', + 'https://awoiaf.westeros.org/images/thumb/7/7f/House_Ryswell.PNG/109px-House_Ryswell.PNG', clue: 'the extensive area between the Barrowlands and the Stony Shore', }, { @@ -2635,14 +2648,14 @@ nobility = [ seatKey: 'Last_Hearth', imgRatio: 119 / 102, img: - 'http://awoiaf.westeros.org/images/thumb/1/14/Umber.png/102px-Umber.png', + 'https://awoiaf.westeros.org/images/thumb/1/14/Umber.png/102px-Umber.png', }, { wikiKey: 'House_Glover', seatKey: 'Deepwood_Motte', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/3/3d/House_Glover.PNG/50px-House_Glover.PNG', + 'https://awoiaf.westeros.org/images/thumb/3/3d/House_Glover.PNG/50px-House_Glover.PNG', chapters: [0, 109], episodes: [0, 13], }, //Captured by Asha Greyjoy in ACOK-37 Theon III @@ -2651,7 +2664,7 @@ nobility = [ seatKey: 'Deepwood_Motte', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png', + 'https://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png', chapters: [110, 296], episodes: [14, 50], }, @@ -2660,7 +2673,7 @@ nobility = [ seatKey: 'Deepwood_Motte', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/3/3d/House_Glover.PNG/50px-House_Glover.PNG', + 'https://awoiaf.westeros.org/images/thumb/3/3d/House_Glover.PNG/50px-House_Glover.PNG', chapters: [297, 999], episodes: [51, 99], }, //Recaptured by Stannis Baratheon in ADWD-26 & Glovers/Boltons in S6E2 @@ -2669,7 +2682,7 @@ nobility = [ seatKey: 'Torrhen%27s_Square', imgRatio: 120 / 103, img: - 'http://awoiaf.westeros.org/images/thumb/f/fe/House_Tallhart.PNG/103px-House_Tallhart.PNG', + 'https://awoiaf.westeros.org/images/thumb/f/fe/House_Tallhart.PNG/103px-House_Tallhart.PNG', chapters: [0, 118], episodes: [0, 13], }, //Captured by Dagmer Cleftjaw in ACOK-46 Bran VI @@ -2678,7 +2691,7 @@ nobility = [ seatKey: 'Torrhen%27s_Square', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png', + 'https://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png', chapters: [119, 124], episodes: [14, 50], }, @@ -2687,7 +2700,7 @@ nobility = [ seatKey: 'Torrhen%27s_Square', imgRatio: 120 / 103, img: - 'http://awoiaf.westeros.org/images/thumb/f/fe/House_Tallhart.PNG/103px-House_Tallhart.PNG', + 'https://awoiaf.westeros.org/images/thumb/f/fe/House_Tallhart.PNG/103px-House_Tallhart.PNG', chapters: [125, 999], episodes: [51, 99], }, //Recaptured by Rodrick Cassel? @@ -2696,7 +2709,7 @@ nobility = [ seatKey: 'Moat_Cailin', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png', + 'https://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png', chapters: [97, 291], episodes: [14, 37], }, @@ -2704,7 +2717,7 @@ nobility = [ seatKey: 'Flint%27s_Finger', imgRatio: 120 / 107, img: - 'http://awoiaf.westeros.org/images/thumb/5/5d/House_Flint_of_Flint%27s_Finger.PNG/250px-House_Flint_of_Flint%27s_Finger.PNG', + 'https://awoiaf.westeros.org/images/thumb/5/5d/House_Flint_of_Flint%27s_Finger.PNG/250px-House_Flint_of_Flint%27s_Finger.PNG', wikiKey: 'House_Flint_of_Flint%27s_Finger', }, { @@ -2713,7 +2726,7 @@ nobility = [ lng: -89.2675, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/f/f2/House_Crowl.PNG/90px-House_Crowl.PNG', + 'https://awoiaf.westeros.org/images/thumb/f/f2/House_Crowl.PNG/90px-House_Crowl.PNG', clue: 'mountain clan', }, { @@ -2722,7 +2735,7 @@ nobility = [ lng: -83.0273, imgRatio: 120 / 93, img: - 'http://awoiaf.westeros.org/images/thumb/6/63/Magnar.png/93px-Magnar.png', + 'https://awoiaf.westeros.org/images/thumb/6/63/Magnar.png/93px-Magnar.png', clue: 'mountain clan', }, { @@ -2731,7 +2744,7 @@ nobility = [ lng: -84.873, imgRatio: 120 / 93, img: - 'http://awoiaf.westeros.org/images/thumb/a/a8/Stane.png/93px-Stane.png', + 'https://awoiaf.westeros.org/images/thumb/a/a8/Stane.png/93px-Stane.png', clue: 'mountain clan', }, { @@ -2740,7 +2753,7 @@ nobility = [ lng: -126.7089, imgRatio: 120 / 103, img: - 'http://awoiaf.westeros.org/images/thumb/f/f4/House_Burley.PNG/250px-House_Burley.PNG', + 'https://awoiaf.westeros.org/images/thumb/f/f4/House_Burley.PNG/250px-House_Burley.PNG', clue: 'mountain clan', }, { @@ -2749,7 +2762,7 @@ nobility = [ lng: -121.1718, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/0/0f/House_Harclay.PNG/50px-House_Harclay.PNG', + 'https://awoiaf.westeros.org/images/thumb/0/0f/House_Harclay.PNG/50px-House_Harclay.PNG', clue: 'mountain clan', }, { @@ -2758,7 +2771,7 @@ nobility = [ lng: -118.623, imgRatio: 120 / 111, img: - 'http://awoiaf.westeros.org/images/thumb/b/b6/House_Knott.PNG/111px-House_Knott.PNG', + 'https://awoiaf.westeros.org/images/thumb/b/b6/House_Knott.PNG/111px-House_Knott.PNG', clue: 'mountain clan', }, { @@ -2767,7 +2780,7 @@ nobility = [ lng: -124.5117, imgRatio: 120 / 110, img: - 'http://awoiaf.westeros.org/images/thumb/d/d4/House_Liddle.PNG/110px-House_Liddle.PNG', + 'https://awoiaf.westeros.org/images/thumb/d/d4/House_Liddle.PNG/110px-House_Liddle.PNG', clue: 'mountain clan', }, { @@ -2776,7 +2789,7 @@ nobility = [ lng: -123.6328, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/e/e8/House_Norrey.PNG/50px-House_Norrey.PNG', + 'https://awoiaf.westeros.org/images/thumb/e/e8/House_Norrey.PNG/50px-House_Norrey.PNG', clue: 'mountain clan', }, { @@ -2785,7 +2798,7 @@ nobility = [ lng: -114.1699, imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/e/e0/House_Wull.PNG/50px-House_Wull.PNG', + 'https://awoiaf.westeros.org/images/thumb/e/e0/House_Wull.PNG/50px-House_Wull.PNG', clue: 'mountain clan', }, @@ -2795,21 +2808,21 @@ nobility = [ seatKey: 'Strongsong', imgRatio: 120 / 101, img: - 'http://awoiaf.westeros.org/images/thumb/2/20/Belmore.PNG/50px-Belmore.PNG', + 'https://awoiaf.westeros.org/images/thumb/2/20/Belmore.PNG/50px-Belmore.PNG', }, { wikiKey: 'House_Coldwater', seatKey: 'Coldwater_Burn', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/5/57/House_Coldwater.PNG/90px-House_Coldwater.PNG', + 'https://awoiaf.westeros.org/images/thumb/5/57/House_Coldwater.PNG/90px-House_Coldwater.PNG', }, { wikiKey: 'House_Corbray', seatKey: 'Heart%27s_Home', imgRatio: 120 / 93, img: - 'http://awoiaf.westeros.org/images/thumb/e/e0/Corbray.png/93px-Corbray.png', + 'https://awoiaf.westeros.org/images/thumb/e/e0/Corbray.png/93px-Corbray.png', }, { wikiKey: 'House_Donniger', @@ -2817,7 +2830,7 @@ nobility = [ lng: -98.54, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/1/16/Donniger.png/109px-Donniger.png', + 'https://awoiaf.westeros.org/images/thumb/1/16/Donniger.png/109px-Donniger.png', clue: 'the Vale', }, { @@ -2826,7 +2839,7 @@ nobility = [ lng: -95.9033, imgRatio: 120 / 104, img: - 'http://awoiaf.westeros.org/images/thumb/8/8a/House_Egen.PNG/104px-House_Egen.PNG', + 'https://awoiaf.westeros.org/images/thumb/8/8a/House_Egen.PNG/104px-House_Egen.PNG', clue: 'the Vale', }, { @@ -2835,7 +2848,7 @@ nobility = [ lng: -84.5507, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/5/51/Elesham.png/109px-Elesham.png', + 'https://awoiaf.westeros.org/images/thumb/5/51/Elesham.png/109px-Elesham.png', clue: 'The Paps', }, { @@ -2843,7 +2856,7 @@ nobility = [ seatKey: 'Gulltown', imgRatio: 120 / 93, img: - 'http://awoiaf.westeros.org/images/thumb/9/91/Grafton.png/93px-Grafton.png', + 'https://awoiaf.westeros.org/images/thumb/9/91/Grafton.png/93px-Grafton.png', }, { wikiKey: 'House_Hardyng', @@ -2851,7 +2864,7 @@ nobility = [ lng: -94.4091, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/7/7e/House_Hardyng.PNG/90px-House_Hardyng.PNG', + 'https://awoiaf.westeros.org/images/thumb/7/7e/House_Hardyng.PNG/90px-House_Hardyng.PNG', clue: 'the Vale', }, { @@ -2860,7 +2873,7 @@ nobility = [ lng: -105.4174, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/f/f7/Hersy.png/109px-Hersy.png', + 'https://awoiaf.westeros.org/images/thumb/f/f7/Hersy.png/109px-Hersy.png', clue: 'the Vale', }, { @@ -2868,21 +2881,21 @@ nobility = [ seatKey: 'Longbow_Hall', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/f/f0/House_Hunter.PNG/109px-House_Hunter.PNG', + 'https://awoiaf.westeros.org/images/thumb/f/f0/House_Hunter.PNG/109px-House_Hunter.PNG', }, { wikiKey: 'House_Lynderly', seatKey: 'Snakewood', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/6/66/Lynderly.png/50px-Lynderly.png', + 'https://awoiaf.westeros.org/images/thumb/6/66/Lynderly.png/50px-Lynderly.png', }, { wikiKey: 'House_Melcolm', seatKey: 'Old_Anchor', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/e/e9/House_Melcolm.PNG/109px-House_Melcolm.PNG', + 'https://awoiaf.westeros.org/images/thumb/e/e9/House_Melcolm.PNG/109px-House_Melcolm.PNG', }, { wikiKey: 'House_Moore', @@ -2890,7 +2903,7 @@ nobility = [ lng: -92.0361, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/e/e9/House_Moore.PNG/109px-House_Moore.PNG', + 'https://awoiaf.westeros.org/images/thumb/e/e9/House_Moore.PNG/109px-House_Moore.PNG', clue: 'the Vale', }, { @@ -2899,7 +2912,7 @@ nobility = [ lng: -95.8813, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/2/24/Pryor.PNG/109px-Pryor.PNG', + 'https://awoiaf.westeros.org/images/thumb/2/24/Pryor.PNG/109px-Pryor.PNG', clue: 'The Pebble', }, { @@ -2907,21 +2920,21 @@ nobility = [ seatKey: 'Redfort', imgRatio: 120 / 108, img: - 'http://awoiaf.westeros.org/images/thumb/e/e0/House_Redfort.png/108px-House_Redfort.png', + 'https://awoiaf.westeros.org/images/thumb/e/e0/House_Redfort.png/108px-House_Redfort.png', }, { wikiKey: 'House_Royce', seatKey: 'Runestone', imgRatio: 55 / 50, img: - 'http://awoiaf.westeros.org/images/thumb/e/ed/Royce.png/50px-Royce.png', + 'https://awoiaf.westeros.org/images/thumb/e/ed/Royce.png/50px-Royce.png', }, { wikiKey: 'House_Royce_of_the_Gates_of_the_Moon', seatKey: 'Eyrie', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/c/cf/House_Royce_of_the_Gates_of_the_Moon.png/109px-House_Royce_of_the_Gates_of_the_Moon.png', + 'https://awoiaf.westeros.org/images/thumb/c/cf/House_Royce_of_the_Gates_of_the_Moon.png/109px-House_Royce_of_the_Gates_of_the_Moon.png', }, { wikiKey: 'House_Ruthermont', @@ -2929,7 +2942,7 @@ nobility = [ lng: -89.1357, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/0/01/Ruthermont.png/109px-Ruthermont.png', + 'https://awoiaf.westeros.org/images/thumb/0/01/Ruthermont.png/109px-Ruthermont.png', clue: 'the Vale', }, { @@ -2938,7 +2951,7 @@ nobility = [ lng: -83.6865, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/8/8c/Upcliff.png/250px-Upcliff.png', + 'https://awoiaf.westeros.org/images/thumb/8/8c/Upcliff.png/250px-Upcliff.png', clue: 'the Vale', }, { @@ -2946,7 +2959,7 @@ nobility = [ seatKey: 'Ironoaks', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/b/b6/House_Waynwood.PNG/109px-House_Waynwood.PNG', + 'https://awoiaf.westeros.org/images/thumb/b/b6/House_Waynwood.PNG/109px-House_Waynwood.PNG', }, { wikiKey: 'House_Wydman', @@ -2954,7 +2967,7 @@ nobility = [ lng: -89.663, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/b/bc/Wydman.png/109px-Wydman.png', + 'https://awoiaf.westeros.org/images/thumb/b/bc/Wydman.png/109px-Wydman.png', clue: 'the Vale', }, { @@ -2963,7 +2976,7 @@ nobility = [ lng: -108.2958, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/3/39/Borell.png/109px-Borell.png', + 'https://awoiaf.westeros.org/images/thumb/3/39/Borell.png/109px-Borell.png', clue: 'the Vale', }, { @@ -2971,21 +2984,21 @@ nobility = [ seatKey: 'Sisterton', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/4/45/Sunderland.png/109px-Sunderland.png', + 'https://awoiaf.westeros.org/images/thumb/4/45/Sunderland.png/109px-Sunderland.png', }, { wikiKey: 'House_Baelish', seatKey: 'House_Baelish', imgRatio: 120 / 103, img: - 'http://awoiaf.westeros.org/images/thumb/b/b9/OldBaelish.png/103px-OldBaelish.png', + 'https://awoiaf.westeros.org/images/thumb/b/b9/OldBaelish.png/103px-OldBaelish.png', }, { wikiKey: 'House_Waxley', seatKey: 'Wickenden', imgRatio: 64 / 50, img: - 'http://awoiaf.westeros.org/images/thumb/d/dc/Waxley_large.png/50px-Waxley_large.png', + 'https://awoiaf.westeros.org/images/thumb/d/dc/Waxley_large.png/50px-Waxley_large.png', }, //Landed Nobility - The Iron Islands @@ -2995,7 +3008,7 @@ nobility = [ lng: -149.165, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/5/50/Blacktyde.PNG/101px-Blacktyde.PNG', + 'https://awoiaf.westeros.org/images/thumb/5/50/Blacktyde.PNG/101px-Blacktyde.PNG', clue: 'Blacktide Island', }, { @@ -3004,7 +3017,7 @@ nobility = [ lng: -151.9555, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/f/f7/Botley.png/90px-Botley.png', + 'https://awoiaf.westeros.org/images/thumb/f/f7/Botley.png/90px-Botley.png', clue: 'Pyke Island', }, { @@ -3013,7 +3026,7 @@ nobility = [ lng: -154.4824, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/f/f9/Drumm.png/50px-Drumm.png', + 'https://awoiaf.westeros.org/images/thumb/f/f9/Drumm.png/50px-Drumm.png', clue: 'Old Wyk Island', }, { @@ -3022,7 +3035,7 @@ nobility = [ lng: -154.4824, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/5/5d/Farwynd.png/109px-Farwynd.png', + 'https://awoiaf.westeros.org/images/thumb/5/5d/Farwynd.png/109px-Farwynd.png', clue: 'Great Wyk Island', }, { @@ -3030,14 +3043,14 @@ nobility = [ seatKey: 'Hammerhorn', imgRatio: 120 / 102, img: - 'http://awoiaf.westeros.org/images/thumb/7/7b/House_Goodbrother.png/102px-House_Goodbrother.png', + 'https://awoiaf.westeros.org/images/thumb/7/7b/House_Goodbrother.png/102px-House_Goodbrother.png', }, { wikiKey: 'House_Harlaw', seatKey: 'Ten_Towers', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/3/32/House_Harlaw.PNG/100px-House_Harlaw.PNG', + 'https://awoiaf.westeros.org/images/thumb/3/32/House_Harlaw.PNG/100px-House_Harlaw.PNG', }, { wikiKey: 'House_Kenning', @@ -3045,7 +3058,7 @@ nobility = [ lng: -145.957, imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/c/c3/Kenning.png/50px-Kenning.png', + 'https://awoiaf.westeros.org/images/thumb/c/c3/Kenning.png/50px-Kenning.png', clue: 'Harlaw Island', }, { @@ -3053,14 +3066,14 @@ nobility = [ seatKey: 'Pebbleton', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/8/86/Merlyn.png/109px-Merlyn.png', + 'https://awoiaf.westeros.org/images/thumb/8/86/Merlyn.png/109px-Merlyn.png', }, { wikiKey: 'House_Myre', lat: 30.9399, lng: -147.4072, imgRatio: 120 / 93, - img: 'http://awoiaf.westeros.org/images/thumb/2/2a/Myre.png/50px-Myre.png', + img: 'https://awoiaf.westeros.org/images/thumb/2/2a/Myre.png/50px-Myre.png', clue: 'Harlaw Island', }, { @@ -3069,7 +3082,7 @@ nobility = [ lng: -148.6376, imgRatio: 120 / 105, img: - 'http://awoiaf.westeros.org/images/thumb/4/49/Orkwood.png/50px-Orkwood.png', + 'https://awoiaf.westeros.org/images/thumb/4/49/Orkwood.png/50px-Orkwood.png', clue: 'Orkmont Island', }, { @@ -3078,7 +3091,7 @@ nobility = [ lng: -155.0097, imgRatio: 120 / 105, img: - 'http://awoiaf.westeros.org/images/thumb/2/27/Saltcliffe.png/50px-Saltcliffe.png', + 'https://awoiaf.westeros.org/images/thumb/2/27/Saltcliffe.png/50px-Saltcliffe.png', clue: 'Saltcliffe Island', }, { @@ -3087,7 +3100,7 @@ nobility = [ lng: -156.5478, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/3/3d/House_Sparr.PNG/90px-House_Sparr.PNG', + 'https://awoiaf.westeros.org/images/thumb/3/3d/House_Sparr.PNG/90px-House_Sparr.PNG', clue: 'Great Wyk Island', }, { @@ -3096,7 +3109,7 @@ nobility = [ lng: -153.6914, imgRatio: 120 / 93, img: - 'http://awoiaf.westeros.org/images/thumb/9/9f/Stonehouse.png/93px-Stonehouse.png', + 'https://awoiaf.westeros.org/images/thumb/9/9f/Stonehouse.png/93px-Stonehouse.png', clue: 'Old Wyk Island', }, { @@ -3105,7 +3118,7 @@ nobility = [ lng: -144.9902, imgRatio: 120 / 93, img: - 'http://awoiaf.westeros.org/images/thumb/9/9b/Stonetree.png/93px-Stonetree.png', + 'https://awoiaf.westeros.org/images/thumb/9/9b/Stonetree.png/93px-Stonetree.png', clue: 'Harlaw Island', }, { @@ -3114,7 +3127,7 @@ nobility = [ lng: -154.0429, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/3/34/House_Sunderly.png/109px-House_Sunderly.png', + 'https://awoiaf.westeros.org/images/thumb/3/34/House_Sunderly.png/109px-House_Sunderly.png', clue: 'Saltcliffe Island', }, { @@ -3123,7 +3136,7 @@ nobility = [ lng: -150.747, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/e/e0/Tawney.png/109px-Tawney.png', + 'https://awoiaf.westeros.org/images/thumb/e/e0/Tawney.png/109px-Tawney.png', clue: 'Orkmont Island', }, { @@ -3132,7 +3145,7 @@ nobility = [ lng: -143.9355, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/1/17/House_Volmark.png/109px-House_Volmark.png', + 'https://awoiaf.westeros.org/images/thumb/1/17/House_Volmark.png/109px-House_Volmark.png', clue: 'Harlaw Island', }, { @@ -3141,7 +3154,7 @@ nobility = [ lng: -152.7246, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/b/ba/Wynch.png/90px-Wynch.png', + 'https://awoiaf.westeros.org/images/thumb/b/ba/Wynch.png/90px-Wynch.png', clue: 'Pyke Island', }, @@ -3151,14 +3164,14 @@ nobility = [ seatKey: 'Raventree_Hall', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/3/36/House_Blackwood.png/50px-House_Blackwood.png', + 'https://awoiaf.westeros.org/images/thumb/3/36/House_Blackwood.png/50px-House_Blackwood.png', }, { wikiKey: 'House_Bracken', seatKey: 'Stone_Hedge', imgRatio: 120 / 120, img: - 'http://awoiaf.westeros.org/images/thumb/5/53/Bracken_sigil_coat.png/50px-Bracken_sigil_coat.png', + 'https://awoiaf.westeros.org/images/thumb/5/53/Bracken_sigil_coat.png/50px-Bracken_sigil_coat.png', }, { wikiKey: 'House_Butterwell', @@ -3166,7 +3179,7 @@ nobility = [ lng: -107.2851, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/a/a1/House_Butterwell.png/109px-House_Butterwell.png', + 'https://awoiaf.westeros.org/images/thumb/a/a1/House_Butterwell.png/109px-House_Butterwell.png', clue: 'the Riverlands', }, { @@ -3175,7 +3188,7 @@ nobility = [ lng: -123.8525, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/c/c1/Charlton.png/109px-Charlton.png', + 'https://awoiaf.westeros.org/images/thumb/c/c1/Charlton.png/109px-Charlton.png', clue: 'the Riverlands', }, { @@ -3183,14 +3196,14 @@ nobility = [ seatKey: 'Twins', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/3/3b/House_Frey.png/109px-House_Frey.png', + 'https://awoiaf.westeros.org/images/thumb/3/3b/House_Frey.png/109px-House_Frey.png', }, { wikiKey: 'House_Frey_of_Riverrun', seatKey: 'Riverrun', imgRatio: 120 / 100, img: - 'http://awoiaf.westeros.org/images/thumb/3/3b/House_Frey.png/109px-House_Frey.png', + 'https://awoiaf.westeros.org/images/thumb/3/3b/House_Frey.png/109px-House_Frey.png', chapters: [269, 999], }, { @@ -3198,7 +3211,7 @@ nobility = [ seatKey: 'Goodbrook_Village', imgRatio: 120 / 103, img: - 'http://awoiaf.westeros.org/images/thumb/9/95/House_Goodbrook.PNG/103px-House_Goodbrook.PNG', + 'https://awoiaf.westeros.org/images/thumb/9/95/House_Goodbrook.PNG/103px-House_Goodbrook.PNG', }, { wikiKey: 'House_Grell', @@ -3206,7 +3219,7 @@ nobility = [ lng: -133.7841, imgRatio: 54 / 50, img: - 'http://awoiaf.westeros.org/images/thumb/b/b7/House_Grell.PNG/50px-House_Grell.PNG', + 'https://awoiaf.westeros.org/images/thumb/b/b7/House_Grell.PNG/50px-House_Grell.PNG', clue: 'the Riverlands', }, { @@ -3214,7 +3227,7 @@ nobility = [ seatKey: 'Saltpans', imgRatio: 120 / 93, img: - 'http://awoiaf.westeros.org/images/thumb/0/09/Hawick.png/50px-Hawick.png', + 'https://awoiaf.westeros.org/images/thumb/0/09/Hawick.png/50px-Hawick.png', }, { wikiKey: 'House_Keath', @@ -3222,7 +3235,7 @@ nobility = [ lng: -120.249, imgRatio: 120 / 93, img: - 'http://awoiaf.westeros.org/images/thumb/c/c7/Keath.png/93px-Keath.png', + 'https://awoiaf.westeros.org/images/thumb/c/c7/Keath.png/93px-Keath.png', clue: 'the Riverlands', }, { @@ -3231,7 +3244,7 @@ nobility = [ lng: -116.7333, imgRatio: 120 / 100, img: - 'http://awoiaf.westeros.org/images/thumb/e/e7/House_Lolliston.PNG/250px-House_Lolliston.PNG', + 'https://awoiaf.westeros.org/images/thumb/e/e7/House_Lolliston.PNG/250px-House_Lolliston.PNG', clue: 'the Riverlands', }, { @@ -3239,35 +3252,35 @@ nobility = [ seatKey: 'Lychester_Keep', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/c/ca/House_Lychester.PNG/90px-House_Lychester.PNG', + 'https://awoiaf.westeros.org/images/thumb/c/ca/House_Lychester.PNG/90px-House_Lychester.PNG', }, { wikiKey: 'House_Mallister', seatKey: 'Seagard', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/e/e5/House_Mallister.png/90px-House_Mallister.png', + 'https://awoiaf.westeros.org/images/thumb/e/e5/House_Mallister.png/90px-House_Mallister.png', }, { wikiKey: 'House_Mooton', seatKey: 'Maidenpool', imgRatio: 120 / 100, img: - 'http://awoiaf.westeros.org/images/thumb/7/74/House_Mooton.PNG/50px-House_Mooton.PNG', + 'https://awoiaf.westeros.org/images/thumb/7/74/House_Mooton.PNG/50px-House_Mooton.PNG', }, { wikiKey: 'House_Piper', seatKey: 'Pinkmaiden_Castle', imgRatio: 120 / 103, img: - 'http://awoiaf.westeros.org/images/thumb/3/30/House_Piper.png/103px-House_Piper.png', + 'https://awoiaf.westeros.org/images/thumb/3/30/House_Piper.png/103px-House_Piper.png', }, { wikiKey: 'House_Roote', seatKey: 'Lord_Harroway%27s_Town', imgRatio: 120 / 107, img: - 'http://awoiaf.westeros.org/images/thumb/d/d1/Roote.png/50px-Roote.png', + 'https://awoiaf.westeros.org/images/thumb/d/d1/Roote.png/50px-Roote.png', }, { wikiKey: 'House_Ryger', @@ -3275,7 +3288,7 @@ nobility = [ lng: -116.6455, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/7/71/House_Ryger.PNG/90px-House_Ryger.PNG', + 'https://awoiaf.westeros.org/images/thumb/7/71/House_Ryger.PNG/90px-House_Ryger.PNG', clue: 'the Riverlands', }, { @@ -3284,7 +3297,7 @@ nobility = [ lng: -124.5556, imgRatio: 120 / 93, img: - 'http://awoiaf.westeros.org/images/thumb/b/bf/Shawney.png/93px-Shawney.png', + 'https://awoiaf.westeros.org/images/thumb/b/bf/Shawney.png/93px-Shawney.png', clue: 'the Riverlands', }, { @@ -3292,7 +3305,7 @@ nobility = [ seatKey: 'Acorn_Hall', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/f/f2/Smallwood.png/50px-Smallwood.png', + 'https://awoiaf.westeros.org/images/thumb/f/f2/Smallwood.png/50px-Smallwood.png', }, { wikiKey: 'House_Terrick', @@ -3300,7 +3313,7 @@ nobility = [ lng: -133.9599, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/0/0b/House_Terrick.PNG/250px-House_Terrick.PNG', + 'https://awoiaf.westeros.org/images/thumb/0/0b/House_Terrick.PNG/250px-House_Terrick.PNG', clue: 'the Riverlands', }, { @@ -3309,7 +3322,7 @@ nobility = [ lng: -119.2822, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/6/69/House_Vance_of_Artranta.PNG/50px-House_Vance_of_Artranta.PNG', + 'https://awoiaf.westeros.org/images/thumb/6/69/House_Vance_of_Artranta.PNG/50px-House_Vance_of_Artranta.PNG', clue: 'the Riverlands', }, { @@ -3317,7 +3330,7 @@ nobility = [ seatKey: 'Wayfarer%27s_Rest', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/0/01/House_Vance_of_Wayfarer%27s_rest.PNG/50px-House_Vance_of_Wayfarer%27s_rest.PNG', + 'https://awoiaf.westeros.org/images/thumb/0/01/House_Vance_of_Wayfarer%27s_rest.PNG/50px-House_Vance_of_Wayfarer%27s_rest.PNG', }, { wikiKey: 'House_Vypren', @@ -3325,7 +3338,7 @@ nobility = [ lng: -134.0478, imgRatio: 120 / 106, img: - 'http://awoiaf.westeros.org/images/thumb/b/b5/Vyprin.png/50px-Vyprin.png', + 'https://awoiaf.westeros.org/images/thumb/b/b5/Vyprin.png/50px-Vyprin.png', clue: 'the Riverlands', }, { @@ -3334,7 +3347,7 @@ nobility = [ lng: -121.3037, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/d/df/House_Wayn.PNG/109px-House_Wayn.PNG', + 'https://awoiaf.westeros.org/images/thumb/d/df/House_Wayn.PNG/109px-House_Wayn.PNG', clue: 'the Riverlands', }, { @@ -3342,7 +3355,7 @@ nobility = [ seatKey: 'Darry', imgRatio: 55 / 50, img: - 'http://awoiaf.westeros.org/images/thumb/2/22/House_Darry.png/50px-House_Darry.png', + 'https://awoiaf.westeros.org/images/thumb/2/22/House_Darry.png/50px-House_Darry.png', chapters: [0, 999], }, { @@ -3350,7 +3363,7 @@ nobility = [ seatKey: 'Harrenhal', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/7/77/Harroway.png/109px-Harroway.png', + 'https://awoiaf.westeros.org/images/thumb/7/77/Harroway.png/109px-Harroway.png', chapters: [0, 137], }, { @@ -3358,7 +3371,7 @@ nobility = [ seatKey: 'Harrenhal', imgRatio: 120 / 110, img: - 'http://awoiaf.westeros.org/images/thumb/6/6d/House_Whent.png/50px-House_Whent.png', + 'https://awoiaf.westeros.org/images/thumb/6/6d/House_Whent.png/50px-House_Whent.png', chapters: [0, 79], episodes: [0, 0], }, @@ -3367,7 +3380,7 @@ nobility = [ seatKey: 'Harrenhal', imgRatio: 120 / 110, img: - 'http://awoiaf.westeros.org/images/thumb/e/ea/House_Slynt.PNG/110px-House_Slynt.PNG', + 'https://awoiaf.westeros.org/images/thumb/e/ea/House_Slynt.PNG/110px-House_Slynt.PNG', chapters: [57, 80], episodes: [0, 0], }, @@ -3379,7 +3392,7 @@ nobility = [ lng: -148.4619, imgRatio: 120 / 93, img: - 'http://awoiaf.westeros.org/images/thumb/8/88/Algood.png/93px-Algood.png', + 'https://awoiaf.westeros.org/images/thumb/8/88/Algood.png/93px-Algood.png', clue: 'the Westerlands', }, { @@ -3387,7 +3400,7 @@ nobility = [ seatKey: 'Banefort', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/a/ac/Banefort.png/50px-Banefort.png', + 'https://awoiaf.westeros.org/images/thumb/a/ac/Banefort.png/50px-Banefort.png', }, { wikiKey: 'House_Bettley', @@ -3395,7 +3408,7 @@ nobility = [ lng: -129.5654, imgRatio: 120 / 108, img: - 'http://awoiaf.westeros.org/images/thumb/6/6b/Bettley.png/50px-Bettley.png', + 'https://awoiaf.westeros.org/images/thumb/6/6b/Bettley.png/50px-Bettley.png', clue: 'the Westerlands', }, { @@ -3403,7 +3416,7 @@ nobility = [ seatKey: 'Hornvale', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/9/93/House_Brax.PNG/90px-House_Brax.PNG', + 'https://awoiaf.westeros.org/images/thumb/9/93/House_Brax.PNG/90px-House_Brax.PNG', }, { wikiKey: 'House_Broom', @@ -3411,7 +3424,7 @@ nobility = [ lng: -149.165, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/f/f3/House_Broom.png/90px-House_Broom.png', + 'https://awoiaf.westeros.org/images/thumb/f/f3/House_Broom.png/90px-House_Broom.png', clue: 'the Westerlands', }, { @@ -3419,7 +3432,7 @@ nobility = [ seatKey: 'Crakehall', imgRatio: 120 / 104, img: - 'http://awoiaf.westeros.org/images/thumb/e/e4/House_Crakehall.PNG/104px-House_Crakehall.PNG', + 'https://awoiaf.westeros.org/images/thumb/e/e4/House_Crakehall.PNG/104px-House_Crakehall.PNG', }, { wikiKey: 'House_Doggett', @@ -3427,7 +3440,7 @@ nobility = [ lng: -143.3642, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/7/75/House_Doggett.PNG/250px-House_Doggett.PNG', + 'https://awoiaf.westeros.org/images/thumb/7/75/House_Doggett.PNG/250px-House_Doggett.PNG', clue: 'the Westerlands', }, { @@ -3435,7 +3448,7 @@ nobility = [ lat: 19.9733, lng: -139.0576, imgRatio: 120 / 93, - img: 'http://awoiaf.westeros.org/images/thumb/c/cf/Drox.png/93px-Drox.png', + img: 'https://awoiaf.westeros.org/images/thumb/c/cf/Drox.png/93px-Drox.png', clue: 'the Westerlands', }, { @@ -3444,7 +3457,7 @@ nobility = [ lng: -142.8369, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/2/27/House_Estren.PNG/90px-House_Estren.PNG', + 'https://awoiaf.westeros.org/images/thumb/2/27/House_Estren.PNG/90px-House_Estren.PNG', clue: 'the Westerlands', }, { @@ -3453,7 +3466,7 @@ nobility = [ lng: -141.958, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/f/fe/Falwell.png/109px-Falwell.png', + 'https://awoiaf.westeros.org/images/thumb/f/fe/Falwell.png/109px-Falwell.png', clue: 'the Westerlands', }, { @@ -3461,7 +3474,7 @@ nobility = [ seatKey: 'Faircastle', imgRatio: 120 / 101, img: - 'http://awoiaf.westeros.org/images/thumb/8/83/Farman.png/50px-Farman.png', + 'https://awoiaf.westeros.org/images/thumb/8/83/Farman.png/50px-Farman.png', }, { wikiKey: 'House_Ferren', @@ -3469,7 +3482,7 @@ nobility = [ lng: -140.0244, imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/5/52/Ferren.png/250px-Ferren.png', + 'https://awoiaf.westeros.org/images/thumb/5/52/Ferren.png/250px-Ferren.png', clue: 'the Westerlands', }, { @@ -3478,7 +3491,7 @@ nobility = [ lng: -133.4326, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/0/0c/House_Foote.PNG/50px-House_Foote.PNG', + 'https://awoiaf.westeros.org/images/thumb/0/0c/House_Foote.PNG/50px-House_Foote.PNG', clue: 'the Westerlands', }, { @@ -3487,7 +3500,7 @@ nobility = [ lng: -150.7031, imgRatio: 120 / 101, img: - 'http://awoiaf.westeros.org/images/thumb/b/b7/House_Garner.PNG/101px-House_Garner.PNG', + 'https://awoiaf.westeros.org/images/thumb/b/b7/House_Garner.PNG/101px-House_Garner.PNG', clue: 'the Westerlands', }, { @@ -3496,7 +3509,7 @@ nobility = [ lng: -134.2675, imgRatio: 120 / 100, img: - 'http://awoiaf.westeros.org/images/thumb/6/6c/Hamell.PNG/250px-Hamell.PNG', + 'https://awoiaf.westeros.org/images/thumb/6/6c/Hamell.PNG/250px-Hamell.PNG', clue: 'the Westerlands', }, { @@ -3505,7 +3518,7 @@ nobility = [ lng: -154.746, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/4/4d/House_Jast.PNG/90px-House_Jast.PNG', + 'https://awoiaf.westeros.org/images/thumb/4/4d/House_Jast.PNG/90px-House_Jast.PNG', clue: 'the Westerlands', }, { @@ -3513,28 +3526,28 @@ nobility = [ seatKey: 'Kayce', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/4/4b/House_Kenning.PNG/50px-House_Kenning.PNG', + 'https://awoiaf.westeros.org/images/thumb/4/4b/House_Kenning.PNG/50px-House_Kenning.PNG', }, //Timing? { wikiKey: 'House_Lefford', seatKey: 'Golden_Tooth', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/7/71/House_Lefford.PNG/109px-House_Lefford.PNG', + 'https://awoiaf.westeros.org/images/thumb/7/71/House_Lefford.PNG/109px-House_Lefford.PNG', }, { wikiKey: 'House_Lydden', seatKey: 'Deep_Den', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/e/ec/House_Lydden.PNG/50px-House_Lydden.PNG', + 'https://awoiaf.westeros.org/images/thumb/e/ec/House_Lydden.PNG/50px-House_Lydden.PNG', }, { wikiKey: 'House_Marbrand', seatKey: 'Ashemark', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/9/98/Marbrand.png/90px-Marbrand.png', + 'https://awoiaf.westeros.org/images/thumb/9/98/Marbrand.png/90px-Marbrand.png', }, { wikiKey: 'House_Moreland', @@ -3542,7 +3555,7 @@ nobility = [ lng: -139.5849, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/9/94/House_Moreland.PNG/90px-House_Moreland.PNG', + 'https://awoiaf.westeros.org/images/thumb/9/94/House_Moreland.PNG/90px-House_Moreland.PNG', clue: 'the Westerlands', }, { @@ -3551,7 +3564,7 @@ nobility = [ lng: -151.9335, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/9/91/House_Myatt.PNG/90px-House_Myatt.PNG', + 'https://awoiaf.westeros.org/images/thumb/9/91/House_Myatt.PNG/90px-House_Myatt.PNG', clue: 'the Westerlands', }, { @@ -3560,7 +3573,7 @@ nobility = [ lng: -147.7147, imgRatio: 120 / 87, img: - 'http://awoiaf.westeros.org/images/thumb/b/bb/House_Payne.png/50px-House_Payne.png', + 'https://awoiaf.westeros.org/images/thumb/b/bb/House_Payne.png/50px-House_Payne.png', clue: 'the Westerlands', }, { @@ -3569,7 +3582,7 @@ nobility = [ lng: -145.9569, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/e/e9/House_Peckledon.PNG/50px-House_Peckledon.PNG', + 'https://awoiaf.westeros.org/images/thumb/e/e9/House_Peckledon.PNG/50px-House_Peckledon.PNG', clue: 'the Westerlands', }, { @@ -3578,7 +3591,7 @@ nobility = [ lng: -149.0331, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/7/7e/House_Plumm.PNG/50px-House_Plumm.PNG', + 'https://awoiaf.westeros.org/images/thumb/7/7e/House_Plumm.PNG/50px-House_Plumm.PNG', clue: 'the Westerlands', }, { @@ -3586,28 +3599,28 @@ nobility = [ seatKey: 'Feastfires', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/e/e8/House_Prester.PNG/90px-House_Prester.PNG', + 'https://awoiaf.westeros.org/images/thumb/e/e8/House_Prester.PNG/90px-House_Prester.PNG', }, { wikiKey: 'House_Sarsfield', seatKey: 'Sarsfield', imgRatio: 120 / 102, img: - 'http://awoiaf.westeros.org/images/thumb/3/3b/House_Sarsfield.PNG/102px-House_Sarsfield.PNG', + 'https://awoiaf.westeros.org/images/thumb/3/3b/House_Sarsfield.PNG/102px-House_Sarsfield.PNG', }, { wikiKey: 'House_Serrett', seatKey: 'Silverhill', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/3/3e/House_Serrett.PNG/90px-House_Serrett.PNG', + 'https://awoiaf.westeros.org/images/thumb/3/3e/House_Serrett.PNG/90px-House_Serrett.PNG', }, { wikiKey: 'House_Spicer', seatKey: 'Castamere', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/d/d7/House_Spicer.PNG/109px-House_Spicer.PNG', + 'https://awoiaf.westeros.org/images/thumb/d/d7/House_Spicer.PNG/109px-House_Spicer.PNG', }, { wikiKey: 'House_Stackspear', @@ -3615,7 +3628,7 @@ nobility = [ lng: -145.4296, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/2/2b/House_Stackspear.PNG/50px-House_Stackspear.PNG', + 'https://awoiaf.westeros.org/images/thumb/2/2b/House_Stackspear.PNG/50px-House_Stackspear.PNG', clue: 'the Westerlands', }, { @@ -3624,7 +3637,7 @@ nobility = [ lng: -142.8808, imgRatio: 120 / 93, img: - 'http://awoiaf.westeros.org/images/thumb/f/ff/Turnberry.png/50px-Turnberry.png', + 'https://awoiaf.westeros.org/images/thumb/f/ff/Turnberry.png/50px-Turnberry.png', clue: 'the Westerlands', }, { @@ -3632,7 +3645,7 @@ nobility = [ seatKey: 'The_Crag', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/d/df/House_Westerling.PNG/50px-House_Westerling.PNG', + 'https://awoiaf.westeros.org/images/thumb/d/df/House_Westerling.PNG/50px-House_Westerling.PNG', }, { wikiKey: 'House_Yarwyck', @@ -3640,7 +3653,7 @@ nobility = [ lng: -150.8788, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/f/fa/Yarwyck.png/50px-Yarwyck.png', + 'https://awoiaf.westeros.org/images/thumb/f/fa/Yarwyck.png/50px-Yarwyck.png', clue: 'the Westerlands', }, { @@ -3648,14 +3661,14 @@ nobility = [ seatKey: 'Clegane%27s_Keep', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/8/83/House_Clegane.png/109px-House_Clegane.png', + 'https://awoiaf.westeros.org/images/thumb/8/83/House_Clegane.png/109px-House_Clegane.png', }, { wikiKey: 'House_Swyft', seatKey: 'Cornfield', imgRatio: 59 / 50, img: - 'http://awoiaf.westeros.org/images/thumb/6/68/House_Swyft.PNG/50px-House_Swyft.PNG', + 'https://awoiaf.westeros.org/images/thumb/6/68/House_Swyft.PNG/50px-House_Swyft.PNG', }, //Landed Nobility - The Crownlands @@ -3665,14 +3678,14 @@ nobility = [ lng: -109.0429, imgRatio: 120 / 98, img: - 'http://awoiaf.westeros.org/images/thumb/e/e8/House_Blount.PNG/50px-House_Blount.PNG', + 'https://awoiaf.westeros.org/images/thumb/e/e8/House_Blount.PNG/50px-House_Blount.PNG', }, { wikiKey: 'House_Buckwell', seatKey: 'Antlers', imgRatio: 120 / 105, img: - 'http://awoiaf.westeros.org/images/thumb/6/63/House_Buckwell.PNG/105px-House_Buckwell.PNG', + 'https://awoiaf.westeros.org/images/thumb/6/63/House_Buckwell.PNG/105px-House_Buckwell.PNG', }, { wikiKey: 'House_Byrch', @@ -3680,7 +3693,7 @@ nobility = [ lng: -99.1992, imgRatio: 120 / 101, img: - 'http://awoiaf.westeros.org/images/thumb/8/84/House_Byrch.PNG/101px-House_Byrch.PNG', + 'https://awoiaf.westeros.org/images/thumb/8/84/House_Byrch.PNG/101px-House_Byrch.PNG', }, { wikiKey: 'House_Chyttering', @@ -3688,7 +3701,7 @@ nobility = [ lng: -96.6503, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/3/30/House_Chyttering.PNG/109px-House_Chyttering.PNG', + 'https://awoiaf.westeros.org/images/thumb/3/30/House_Chyttering.PNG/109px-House_Chyttering.PNG', }, { wikiKey: 'House_Bywater', @@ -3696,7 +3709,7 @@ nobility = [ lng: -90.9375, imgRatio: 120 / 101, img: - 'http://awoiaf.westeros.org/images/thumb/1/1f/Bywater.PNG/50px-Bywater.PNG', + 'https://awoiaf.westeros.org/images/thumb/1/1f/Bywater.PNG/50px-Bywater.PNG', }, { wikiKey: 'House_Chelsted', @@ -3704,7 +3717,7 @@ nobility = [ lng: -101.8359, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/2/26/House_Chelsted.PNG/50px-House_Chelsted.PNG', + 'https://awoiaf.westeros.org/images/thumb/2/26/House_Chelsted.PNG/50px-House_Chelsted.PNG', }, { wikiKey: 'House_Cressey', @@ -3712,7 +3725,7 @@ nobility = [ lng: -99.1406, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/1/18/House_Cressy.PNG/109px-House_Cressy.PNG', + 'https://awoiaf.westeros.org/images/thumb/1/18/House_Cressy.PNG/109px-House_Cressy.PNG', clue: 'the Crownlands', }, { @@ -3721,7 +3734,7 @@ nobility = [ lng: -101.25, imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/0/04/Edgerton.png/120px-Edgerton.png', + 'https://awoiaf.westeros.org/images/thumb/0/04/Edgerton.png/120px-Edgerton.png', clue: 'the Crownlands', }, { @@ -3730,7 +3743,7 @@ nobility = [ lng: -104.2382, imgRatio: 120 / 103, img: - 'http://awoiaf.westeros.org/images/thumb/6/6f/House_Farring.PNG/50px-House_Farring.PNG', + 'https://awoiaf.westeros.org/images/thumb/6/6f/House_Farring.PNG/50px-House_Farring.PNG', clue: 'the Crownlands', }, { @@ -3739,7 +3752,7 @@ nobility = [ lng: -101.8652, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/2/24/Follard.png/109px-Follard.png', + 'https://awoiaf.westeros.org/images/thumb/2/24/Follard.png/109px-Follard.png', clue: 'the Crownlands', }, { @@ -3748,7 +3761,7 @@ nobility = [ lng: -106.5234, imgRatio: 120 / 99, img: - 'http://awoiaf.westeros.org/images/thumb/d/db/House_Gaunt.PNG/99px-House_Gaunt.PNG', + 'https://awoiaf.westeros.org/images/thumb/d/db/House_Gaunt.PNG/99px-House_Gaunt.PNG', clue: 'the Crownlands', }, { @@ -3757,7 +3770,7 @@ nobility = [ lng: -105.5566, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/8/83/House_Harte.PNG/50px-House_Harte.PNG', + 'https://awoiaf.westeros.org/images/thumb/8/83/House_Harte.PNG/50px-House_Harte.PNG', clue: 'the Crownlands', }, { @@ -3765,7 +3778,7 @@ nobility = [ seatKey: 'Hayford', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/7/7c/Hayford.PNG/109px-Hayford.PNG', + 'https://awoiaf.westeros.org/images/thumb/7/7c/Hayford.PNG/109px-Hayford.PNG', }, { wikiKey: 'House_Langward', @@ -3773,7 +3786,7 @@ nobility = [ lng: -108.7207, imgRatio: 120 / 107, img: - 'http://awoiaf.westeros.org/images/thumb/c/c6/Langward.png/107px-Langward.png', + 'https://awoiaf.westeros.org/images/thumb/c/c6/Langward.png/107px-Langward.png', clue: 'the Crownlands', }, { @@ -3782,7 +3795,7 @@ nobility = [ lng: -99.9316, imgRatio: 120 / 101, img: - 'http://awoiaf.westeros.org/images/thumb/d/df/House_Mallery.PNG/101px-House_Mallery.PNG', + 'https://awoiaf.westeros.org/images/thumb/d/df/House_Mallery.PNG/101px-House_Mallery.PNG', clue: 'the Crownlands', }, { @@ -3791,7 +3804,7 @@ nobility = [ lng: -97.6464, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/e/ef/House_Manning.PNG/90px-House_Manning.PNG', + 'https://awoiaf.westeros.org/images/thumb/e/ef/House_Manning.PNG/90px-House_Manning.PNG', clue: 'the Crownlands', }, { @@ -3799,7 +3812,7 @@ nobility = [ seatKey: 'Stonedance', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/b/b3/House_Massey.png/109px-House_Massey.png', + 'https://awoiaf.westeros.org/images/thumb/b/b3/House_Massey.png/109px-House_Massey.png', }, { wikiKey: 'House_Pyle', @@ -3807,7 +3820,7 @@ nobility = [ lng: -100.1953, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/d/d4/House_Pyle.PNG/109px-House_Pyle.PNG', + 'https://awoiaf.westeros.org/images/thumb/d/d4/House_Pyle.PNG/109px-House_Pyle.PNG', clue: 'the Crownlands', }, { @@ -3816,7 +3829,7 @@ nobility = [ lng: -99.4189, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/3/39/House_Rollingford.PNG/101px-House_Rollingford.PNG', + 'https://awoiaf.westeros.org/images/thumb/3/39/House_Rollingford.PNG/101px-House_Rollingford.PNG', clue: 'the Crownlands', }, { @@ -3824,28 +3837,28 @@ nobility = [ seatKey: 'Rosby', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/3/3f/House_Rosby.PNG/109px-House_Rosby.PNG', + 'https://awoiaf.westeros.org/images/thumb/3/3f/House_Rosby.PNG/109px-House_Rosby.PNG', }, { wikiKey: 'House_Rykker', seatKey: 'Duskendale', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/f/f5/House_Rykker.PNG/109px-House_Rykker.PNG', + 'https://awoiaf.westeros.org/images/thumb/f/f5/House_Rykker.PNG/109px-House_Rykker.PNG', }, { wikiKey: 'House_Staunton', seatKey: 'Rook%27s_Rest', imgRatio: 120 / 108, img: - 'http://awoiaf.westeros.org/images/thumb/a/aa/House_Staunton.PNG/108px-House_Staunton.PNG', + 'https://awoiaf.westeros.org/images/thumb/a/aa/House_Staunton.PNG/108px-House_Staunton.PNG', }, { wikiKey: 'House_Stokeworth', seatKey: 'Stokeworth', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/8/8f/Stokeworth.png/50px-Stokeworth.png', + 'https://awoiaf.westeros.org/images/thumb/8/8f/Stokeworth.png/50px-Stokeworth.png', }, { wikiKey: 'House_Thorne', @@ -3853,7 +3866,7 @@ nobility = [ lng: -98.1005, imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/2/24/Thorne.png/50px-Thorne.png', + 'https://awoiaf.westeros.org/images/thumb/2/24/Thorne.png/50px-Thorne.png', clue: 'the Crownlands', }, { @@ -3862,7 +3875,7 @@ nobility = [ lng: -96.8701, imgRatio: 120 / 103, img: - 'http://awoiaf.westeros.org/images/thumb/2/22/House_Wendwater.PNG/250px-House_Wendwater.PNG', + 'https://awoiaf.westeros.org/images/thumb/2/22/House_Wendwater.PNG/250px-House_Wendwater.PNG', clue: 'the Crownlands', }, { @@ -3870,7 +3883,7 @@ nobility = [ seatKey: 'Sharp_Point', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/e/e7/BarEmmon.png/109px-BarEmmon.png', + 'https://awoiaf.westeros.org/images/thumb/e/e7/BarEmmon.png/109px-BarEmmon.png', }, { wikiKey: 'House_Celtigar', @@ -3878,7 +3891,7 @@ nobility = [ lng: -82.5439, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/6/60/Celtigar.png/50px-Celtigar.png', + 'https://awoiaf.westeros.org/images/thumb/6/60/Celtigar.png/50px-Celtigar.png', }, { wikiKey: 'House_Rambton', @@ -3886,7 +3899,7 @@ nobility = [ lng: -89.0039, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/1/1c/House_Rambton.PNG/109px-House_Rambton.PNG', + 'https://awoiaf.westeros.org/images/thumb/1/1c/House_Rambton.PNG/109px-House_Rambton.PNG', clue: 'Sweetport Sound', }, { @@ -3895,7 +3908,7 @@ nobility = [ lng: -88.2128, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/a/a6/Sunglass.png/50px-Sunglass.png', + 'https://awoiaf.westeros.org/images/thumb/a/a6/Sunglass.png/50px-Sunglass.png', clue: 'Sweetport Sound', }, { @@ -3904,7 +3917,7 @@ nobility = [ lng: -88.1103, imgRatio: 120 / 103, img: - 'http://awoiaf.westeros.org/images/thumb/f/f3/House_Velaryon.PNG/103px-House_Velaryon.PNG', + 'https://awoiaf.westeros.org/images/thumb/f/f3/House_Velaryon.PNG/103px-House_Velaryon.PNG', clue: 'Driftmark', }, { @@ -3913,7 +3926,7 @@ nobility = [ lng: -83.4667, imgRatio: 6 / 5, img: - 'http://awoiaf.westeros.org/images/thumb/1/1c/House_Brune.PNG/100px-House_Brune.PNG', + 'https://awoiaf.westeros.org/images/thumb/1/1c/House_Brune.PNG/100px-House_Brune.PNG', clue: 'Crackclaw Point at Brownhollow', }, { @@ -3921,7 +3934,7 @@ nobility = [ seatKey: 'Dyre_Den', imgRatio: 6 / 5, img: - 'http://awoiaf.westeros.org/images/thumb/5/5c/Coats_of_arms_of_None.png/100px-Coats_of_arms_of_None.png', + 'https://awoiaf.westeros.org/images/thumb/5/5c/Coats_of_arms_of_None.png/100px-Coats_of_arms_of_None.png', }, //Landed Nobility - The Reach @@ -3931,7 +3944,7 @@ nobility = [ lng: -111.2695, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/1/13/House_Appleton.png/109px-House_Appleton.png', + 'https://awoiaf.westeros.org/images/thumb/1/13/House_Appleton.png/109px-House_Appleton.png', clue: 'the Reach', }, { @@ -3940,7 +3953,7 @@ nobility = [ lng: -143.3496, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/9/9f/Ambrose.png/50px-Ambrose.png', + 'https://awoiaf.westeros.org/images/thumb/9/9f/Ambrose.png/50px-Ambrose.png', clue: 'the Reach', }, { @@ -3948,35 +3961,35 @@ nobility = [ seatKey: 'Ashford', imgRatio: 120 / 102, img: - 'http://awoiaf.westeros.org/images/thumb/7/74/House_Ashford.PNG/102px-House_Ashford.PNG', + 'https://awoiaf.westeros.org/images/thumb/7/74/House_Ashford.PNG/102px-House_Ashford.PNG', }, { wikiKey: 'House_Beesbury', seatKey: 'Honeyholt', imgRatio: 120 / 100, img: - 'http://awoiaf.westeros.org/images/thumb/8/80/Beesburymotto.png/100px-Beesburymotto.png', + 'https://awoiaf.westeros.org/images/thumb/8/80/Beesburymotto.png/100px-Beesburymotto.png', }, { wikiKey: 'House_Blackbar', seatKey: 'Bandallon', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/0/08/House_Blackbar.PNG/90px-House_Blackbar.PNG', + 'https://awoiaf.westeros.org/images/thumb/0/08/House_Blackbar.PNG/90px-House_Blackbar.PNG', }, { wikiKey: 'House_Bulwer', seatKey: 'Blackcrown', imgRatio: 120 / 95, img: - 'http://awoiaf.westeros.org/images/thumb/d/d7/House_Bulwer.PNG/95px-House_Bulwer.PNG', + 'https://awoiaf.westeros.org/images/thumb/d/d7/House_Bulwer.PNG/95px-House_Bulwer.PNG', }, { wikiKey: 'House_Caswell', seatKey: 'Bitterbridge', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/1/10/House_Caswell.png/109px-House_Caswell.png', + 'https://awoiaf.westeros.org/images/thumb/1/10/House_Caswell.png/109px-House_Caswell.png', }, { wikiKey: 'House_Cockshaw', @@ -3984,7 +3997,7 @@ nobility = [ lng: -121.8164, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/f/f3/Cockshaw.png/50px-Cockshaw.png', + 'https://awoiaf.westeros.org/images/thumb/f/f3/Cockshaw.png/50px-Cockshaw.png', clue: 'the Reach', }, { @@ -3993,7 +4006,7 @@ nobility = [ lng: -152.7539, imgRatio: 120 / 89, img: - 'http://awoiaf.westeros.org/images/thumb/b/b0/Cordwayner.png/250px-Cordwayner.png', + 'https://awoiaf.westeros.org/images/thumb/b/b0/Cordwayner.png/250px-Cordwayner.png', clue: 'the Reach at Hammerhal', }, { @@ -4001,63 +4014,63 @@ nobility = [ seatKey: 'Three_Towers', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/5/57/House_Costayne.PNG/109px-House_Costayne.PNG', + 'https://awoiaf.westeros.org/images/thumb/5/57/House_Costayne.PNG/109px-House_Costayne.PNG', }, { wikiKey: 'House_Crane', seatKey: 'Red_Lake', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/1/14/House_Crane.PNG/109px-House_Crane.PNG', + 'https://awoiaf.westeros.org/images/thumb/1/14/House_Crane.PNG/109px-House_Crane.PNG', }, { wikiKey: 'House_Cuy', seatKey: 'Sunflower_Hall', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/5/57/House_Cuy.PNG/50px-House_Cuy.PNG', + 'https://awoiaf.westeros.org/images/thumb/5/57/House_Cuy.PNG/50px-House_Cuy.PNG', }, { wikiKey: 'House_Footly', seatKey: 'Tumbleton', imgRatio: 120 / 93, img: - 'http://awoiaf.westeros.org/images/thumb/a/a0/Footly.png/50px-Footly.png', + 'https://awoiaf.westeros.org/images/thumb/a/a0/Footly.png/50px-Footly.png', }, { wikiKey: 'House_Hightower', seatKey: 'Oldtown', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/7/7c/House_Hightower.png/90px-House_Hightower.png', + 'https://awoiaf.westeros.org/images/thumb/7/7c/House_Hightower.png/90px-House_Hightower.png', }, { wikiKey: 'House_Meadows', seatKey: 'Grassy_Vale', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/f/f5/Meadows.png/109px-Meadows.png', + 'https://awoiaf.westeros.org/images/thumb/f/f5/Meadows.png/109px-Meadows.png', }, { wikiKey: 'House_Merryweather', seatKey: 'Longtable', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/5/5a/House_Merryweather.PNG/50px-House_Merryweather.PNG', + 'https://awoiaf.westeros.org/images/thumb/5/5a/House_Merryweather.PNG/50px-House_Merryweather.PNG', }, { wikiKey: 'House_Mullendore', seatKey: 'Uplands', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/9/94/Mullendore.png/50px-Mullendore.png', + 'https://awoiaf.westeros.org/images/thumb/9/94/Mullendore.png/50px-Mullendore.png', }, { wikiKey: 'House_Oakheart', seatKey: 'Old_Oak', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/0/0f/House_Oakheart.png/90px-House_Oakheart.png', + 'https://awoiaf.westeros.org/images/thumb/0/0f/House_Oakheart.png/90px-House_Oakheart.png', }, { wikiKey: 'House_Peake', @@ -4065,7 +4078,7 @@ nobility = [ lng: -142.1191, imgRatio: 120 / 100, img: - 'http://awoiaf.westeros.org/images/thumb/f/f1/House_Peake.PNG/50px-House_Peake.PNG', + 'https://awoiaf.westeros.org/images/thumb/f/f1/House_Peake.PNG/50px-House_Peake.PNG', clue: 'the Reach at Starpike', }, { @@ -4074,7 +4087,7 @@ nobility = [ lng: -156.5332, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/b/b1/House_Redwyne2.png/109px-House_Redwyne2.png', + 'https://awoiaf.westeros.org/images/thumb/b/b1/House_Redwyne2.png/109px-House_Redwyne2.png', clue: 'the Arbor', }, { @@ -4082,7 +4095,7 @@ nobility = [ seatKey: 'Goldengrove', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/d/dc/House_Rowan.PNG/50px-House_Rowan.PNG', + 'https://awoiaf.westeros.org/images/thumb/d/dc/House_Rowan.PNG/50px-House_Rowan.PNG', }, { wikiKey: 'House_Shermer', @@ -4090,7 +4103,7 @@ nobility = [ lng: -147.7441, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/c/ca/Shermer.png/109px-Shermer.png', + 'https://awoiaf.westeros.org/images/thumb/c/ca/Shermer.png/109px-Shermer.png', clue: 'the Reach at Smithyton', }, { @@ -4098,27 +4111,27 @@ nobility = [ seatKey: 'Horn_Hill', imgRatio: 120 / 100, img: - 'http://awoiaf.westeros.org/images/thumb/d/d8/Tarly.png/50px-Tarly.png', + 'https://awoiaf.westeros.org/images/thumb/d/d8/Tarly.png/50px-Tarly.png', }, { wikiKey: 'House_Tyrell_of_Brightwater_Keep', seatKey: 'Brightwater_Keep', img: - 'http://awoiaf.westeros.org/images/thumb/9/9c/Garlan_Tyrell_COA.png/90px-Garlan_Tyrell_COA.png', + 'https://awoiaf.westeros.org/images/thumb/9/9c/Garlan_Tyrell_COA.png/90px-Garlan_Tyrell_COA.png', }, { wikiKey: 'House_Florent', seatKey: 'Brightwater_Keep', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/c/c1/House_Florent.PNG/50px-House_Florent.PNG', + 'https://awoiaf.westeros.org/images/thumb/c/c1/House_Florent.PNG/50px-House_Florent.PNG', }, { wikiKey: 'House_Fossoway_of_Cider_Hall', seatKey: 'Cider_Hall', imgRatio: 55 / 50, img: - 'http://awoiaf.westeros.org/images/thumb/4/43/House_Fossoway_red.png/50px-House_Fossoway_red.png', + 'https://awoiaf.westeros.org/images/thumb/4/43/House_Fossoway_red.png/50px-House_Fossoway_red.png', }, { wikiKey: 'House_Fossoway_of_New_Barrel', @@ -4126,7 +4139,7 @@ nobility = [ lng: -118.8281, imgRatio: 55 / 50, img: - 'http://awoiaf.westeros.org/images/thumb/7/77/House_Fossoway_green.png/50px-House_Fossoway_green.png', + 'https://awoiaf.westeros.org/images/thumb/7/77/House_Fossoway_green.png/50px-House_Fossoway_green.png', clue: 'New Barrel', }, { @@ -4135,7 +4148,7 @@ nobility = [ lng: -129.5507, imgRatio: 120 / 100, img: - 'http://awoiaf.westeros.org/images/thumb/3/33/House_Varner.PNG/112px-House_Varner.PNG', + 'https://awoiaf.westeros.org/images/thumb/3/33/House_Varner.PNG/112px-House_Varner.PNG', clue: 'the Reach', }, { @@ -4144,7 +4157,7 @@ nobility = [ lng: -146.25, imgRatio: 120 / 100, img: - 'http://awoiaf.westeros.org/images/thumb/c/cd/House_Vyrwel.PNG/100px-House_Vyrwel.PNG', + 'https://awoiaf.westeros.org/images/thumb/c/cd/House_Vyrwel.PNG/100px-House_Vyrwel.PNG', clue: 'the Reach at Darkdell', }, { @@ -4153,7 +4166,7 @@ nobility = [ lng: -151.6113, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/0/06/Chester.png/109px-Chester.png', + 'https://awoiaf.westeros.org/images/thumb/0/06/Chester.png/109px-Chester.png', chapters: [0, 253], }, //Greenshield { @@ -4162,7 +4175,7 @@ nobility = [ lng: -151.6113, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/1/17/House_Volmark.png/109px-House_Volmark.png', + 'https://awoiaf.westeros.org/images/thumb/1/17/House_Volmark.png/109px-House_Volmark.png', chapters: [254, 999], }, //Given to Maron Volmark in AFFC-29 { @@ -4171,7 +4184,7 @@ nobility = [ lng: -149.0625, imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/7/7d/Grimm.png/50px-Grimm.png', + 'https://awoiaf.westeros.org/images/thumb/7/7d/Grimm.png/50px-Grimm.png', chapters: [0, 253], }, //Greyshield { @@ -4180,7 +4193,7 @@ nobility = [ lng: -149.0625, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/b/bb/Harris_Harlaw.png/109px-Harris_Harlaw.png', + 'https://awoiaf.westeros.org/images/thumb/b/bb/Harris_Harlaw.png/109px-Harris_Harlaw.png', chapters: [254, 999], }, //Given to Harras Harlaw in AFFC-29 { @@ -4188,7 +4201,7 @@ nobility = [ seatKey: 'Lord_Hewett%27s_Town', imgRatio: 120 / 93, img: - 'http://awoiaf.westeros.org/images/thumb/2/2c/Hewett.png/50px-Hewett.png', + 'https://awoiaf.westeros.org/images/thumb/2/2c/Hewett.png/50px-Hewett.png', chapters: [0, 253], }, //Oakenshield { @@ -4196,7 +4209,7 @@ nobility = [ seatKey: 'Lord_Hewett%27s_Town', imgRatio: 120 / 100, img: - 'http://awoiaf.westeros.org/images/thumb/5/5c/Coats_of_arms_of_None.png/100px-Coats_of_arms_of_None.png', + 'https://awoiaf.westeros.org/images/thumb/5/5c/Coats_of_arms_of_None.png/100px-Coats_of_arms_of_None.png', chapters: [254, 999], }, //Given to Nute the Barber in AFFC-29 { @@ -4205,7 +4218,7 @@ nobility = [ lng: -150.249, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/e/ed/House_Serry.PNG/50px-House_Serry.PNG', + 'https://awoiaf.westeros.org/images/thumb/e/ed/House_Serry.PNG/50px-House_Serry.PNG', chapters: [0, 253], }, //Southshield { @@ -4214,7 +4227,7 @@ nobility = [ lng: -150.249, imgRatio: 120 / 100, img: - 'http://awoiaf.westeros.org/images/thumb/5/5c/Coats_of_arms_of_None.png/100px-Coats_of_arms_of_None.png', + 'https://awoiaf.westeros.org/images/thumb/5/5c/Coats_of_arms_of_None.png/100px-Coats_of_arms_of_None.png', chapters: [254, 999], }, //Given to Andrik the Unsmilling in AFFC-29 @@ -4224,14 +4237,14 @@ nobility = [ seatKey: 'Blackhaven', imgRatio: 64 / 55, img: - 'http://awoiaf.westeros.org/images/thumb/1/1d/Dondarrion.png/55px-Dondarrion.png', + 'https://awoiaf.westeros.org/images/thumb/1/1d/Dondarrion.png/55px-Dondarrion.png', }, { wikiKey: 'House_Caron', seatKey: 'Nightsong', imgRatio: 120 / 105, img: - 'http://awoiaf.westeros.org/images/thumb/6/64/House_Caron.png/105px-House_Caron.png', + 'https://awoiaf.westeros.org/images/thumb/6/64/House_Caron.png/105px-House_Caron.png', chapters: [0, 137], }, { @@ -4239,7 +4252,7 @@ nobility = [ seatKey: 'Nightsong', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/0/0c/House_Foote.PNG/90px-House_Foote.PNG', + 'https://awoiaf.westeros.org/images/thumb/0/0c/House_Foote.PNG/90px-House_Foote.PNG', chapters: [138, 999], }, //Given to Philip Foot in ACOK-65 { @@ -4247,7 +4260,7 @@ nobility = [ seatKey: 'Stonehelm', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/a/a9/House_Swann.PNG/50px-House_Swann.PNG', + 'https://awoiaf.westeros.org/images/thumb/a/a9/House_Swann.PNG/50px-House_Swann.PNG', }, { wikiKey: 'House_Bolling', @@ -4255,7 +4268,7 @@ nobility = [ lng: -104.5019, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/6/66/House_Bolling.PNG/109px-House_Bolling.PNG', + 'https://awoiaf.westeros.org/images/thumb/6/66/House_Bolling.PNG/109px-House_Bolling.PNG', clue: 'the Stormlands', }, { @@ -4263,42 +4276,42 @@ nobility = [ seatKey: 'Bronzegate', imgRatio: 67 / 50, img: - 'http://awoiaf.westeros.org/images/thumb/8/81/House_Buckler.png/50px-House_Buckler.png', + 'https://awoiaf.westeros.org/images/thumb/8/81/House_Buckler.png/50px-House_Buckler.png', }, { wikiKey: 'House_Cafferen', seatKey: 'Fawnton', imgRatio: 120 / 105, img: - 'http://awoiaf.westeros.org/images/thumb/9/94/Cafferen.png/250px-Cafferen.png', + 'https://awoiaf.westeros.org/images/thumb/9/94/Cafferen.png/250px-Cafferen.png', }, { wikiKey: 'House_Connington', seatKey: 'Griffin%27s_Roost', imgRatio: 52 / 50, img: - 'http://awoiaf.westeros.org/images/thumb/0/07/House_Connington.png/50px-House_Connington.png', + 'https://awoiaf.westeros.org/images/thumb/0/07/House_Connington.png/50px-House_Connington.png', }, { wikiKey: 'House_Errol', seatKey: 'Haystack_Hall', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/8/88/Errol.png/50px-Errol.png', + 'https://awoiaf.westeros.org/images/thumb/8/88/Errol.png/50px-Errol.png', }, { wikiKey: 'House_Estermont', seatKey: 'Greenstone', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/5/5a/House_Estermont.PNG/50px-House_Estermont.PNG', + 'https://awoiaf.westeros.org/images/thumb/5/5a/House_Estermont.PNG/50px-House_Estermont.PNG', }, { wikiKey: 'House_Fell', seatKey: 'Felwood', imgRatio: 55 / 50, img: - 'http://awoiaf.westeros.org/images/thumb/3/34/House_Fell.PNG/50px-House_Fell.PNG', + 'https://awoiaf.westeros.org/images/thumb/3/34/House_Fell.PNG/50px-House_Fell.PNG', }, { wikiKey: 'House_Gower', @@ -4306,7 +4319,7 @@ nobility = [ lng: -102.041, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/4/4b/Gower.PNG/50px-Gower.PNG', + 'https://awoiaf.westeros.org/images/thumb/4/4b/Gower.PNG/50px-Gower.PNG', clue: 'the Stormlands', }, { @@ -4314,7 +4327,7 @@ nobility = [ seatKey: 'Grandview', imgRatio: 120 / 102, img: - 'http://awoiaf.westeros.org/images/thumb/8/82/House_Grandison.PNG/102px-House_Grandison.PNG', + 'https://awoiaf.westeros.org/images/thumb/8/82/House_Grandison.PNG/102px-House_Grandison.PNG', }, { wikiKey: 'House_Hasty', @@ -4322,7 +4335,7 @@ nobility = [ lng: -87.1875, imgRatio: 120 / 100, img: - 'http://awoiaf.westeros.org/images/thumb/9/98/House_Hasty.PNG/100px-House_Hasty.PNG', + 'https://awoiaf.westeros.org/images/thumb/9/98/House_Hasty.PNG/100px-House_Hasty.PNG', clue: 'the Stormlands', }, { @@ -4331,7 +4344,7 @@ nobility = [ lng: -107.2265, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/6/65/Herston.png/90px-Herston.png', + 'https://awoiaf.westeros.org/images/thumb/6/65/Herston.png/90px-Herston.png', clue: 'the Stormlands', }, { @@ -4340,7 +4353,7 @@ nobility = [ lng: -99.6679, imgRatio: 120 / 105, img: - 'http://awoiaf.westeros.org/images/thumb/1/14/Horpe.png/50px-Horpe.png', + 'https://awoiaf.westeros.org/images/thumb/1/14/Horpe.png/50px-Horpe.png', clue: 'the Stormlands', }, { @@ -4349,7 +4362,7 @@ nobility = [ lng: -93.955, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/c/c7/Kellington.png/109px-Kellington.png', + 'https://awoiaf.westeros.org/images/thumb/c/c7/Kellington.png/109px-Kellington.png', clue: 'the Stormlands', }, { @@ -4358,7 +4371,7 @@ nobility = [ lng: -87.2753, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/c/ce/House_Lonmouth.PNG/109px-House_Lonmouth.PNG', + 'https://awoiaf.westeros.org/images/thumb/c/ce/House_Lonmouth.PNG/109px-House_Lonmouth.PNG', clue: 'the Stormlands', }, { @@ -4366,14 +4379,14 @@ nobility = [ seatKey: 'Mistwood', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/0/01/House_Mertyns.PNG/90px-House_Mertyns.PNG', + 'https://awoiaf.westeros.org/images/thumb/0/01/House_Mertyns.PNG/90px-House_Mertyns.PNG', }, { wikiKey: 'House_Morrigen', seatKey: 'Crow%27s_Nest', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/e/e5/House_Morrigen.PNG/109px-House_Morrigen.PNG', + 'https://awoiaf.westeros.org/images/thumb/e/e5/House_Morrigen.PNG/109px-House_Morrigen.PNG', }, { wikiKey: 'House_Musgood', @@ -4381,7 +4394,7 @@ nobility = [ lng: -91.3183, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/5/5e/Musgood.png/109px-Musgood.png', + 'https://awoiaf.westeros.org/images/thumb/5/5e/Musgood.png/109px-Musgood.png', clue: 'the Stormlands', }, { @@ -4390,7 +4403,7 @@ nobility = [ lng: -89.3847, imgRatio: 120 / 105, img: - 'http://awoiaf.westeros.org/images/thumb/c/ce/Peasebury.png/50px-Peasebury.png', + 'https://awoiaf.westeros.org/images/thumb/c/ce/Peasebury.png/50px-Peasebury.png', clue: 'the Stormlands, in Poddingfield', }, { @@ -4398,7 +4411,7 @@ nobility = [ seatKey: 'Parchments', imgRatio: 120 / 92, img: - 'http://awoiaf.westeros.org/images/thumb/1/1b/House_Penrose.PNG/92px-House_Penrose.PNG', + 'https://awoiaf.westeros.org/images/thumb/1/1b/House_Penrose.PNG/92px-House_Penrose.PNG', }, { wikiKey: 'House_Rogers', @@ -4406,7 +4419,7 @@ nobility = [ lng: -90.1757, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/6/67/House_Rogers.png/109px-House_Rogers.png', + 'https://awoiaf.westeros.org/images/thumb/6/67/House_Rogers.png/109px-House_Rogers.png', clue: 'the Stormlands, in Amberly', }, { @@ -4414,7 +4427,7 @@ nobility = [ seatKey: 'Harvest_Hall', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/6/61/Selmy.png/50px-Selmy.png', + 'https://awoiaf.westeros.org/images/thumb/6/61/Selmy.png/50px-Selmy.png', }, { wikiKey: 'House_Staedmon', @@ -4422,7 +4435,7 @@ nobility = [ lng: -98.0859, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/2/2c/House_Steadmon.PNG/109px-House_Steadmon.PNG', + 'https://awoiaf.westeros.org/images/thumb/2/2c/House_Steadmon.PNG/109px-House_Steadmon.PNG', clue: 'the Stormlands, in Broad Arch', }, { @@ -4431,7 +4444,7 @@ nobility = [ lng: -85.166, imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/a/a2/Swygert.png/109px-Swygert.png', + 'https://awoiaf.westeros.org/images/thumb/a/a2/Swygert.png/109px-Swygert.png', clue: 'the Stormlands', }, { @@ -4439,7 +4452,7 @@ nobility = [ seatKey: 'Evenfall_Hall', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/f/f3/House_Tarth.PNG/40px-House_Tarth.PNG', + 'https://awoiaf.westeros.org/images/thumb/f/f3/House_Tarth.PNG/40px-House_Tarth.PNG', }, { wikiKey: 'House_Trant', @@ -4447,7 +4460,7 @@ nobility = [ lng: -93.4277, imgRatio: 63 / 50, img: - 'http://awoiaf.westeros.org/images/thumb/5/5d/House_Trant.png/50px-House_Trant.png', + 'https://awoiaf.westeros.org/images/thumb/5/5d/House_Trant.png/50px-House_Trant.png', clue: 'the Stormlands, in Gallowsgrey', }, { @@ -4456,7 +4469,7 @@ nobility = [ lng: -106.3476, imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/8/82/House_Tudbury.png/120px-House_Tudbury.png', + 'https://awoiaf.westeros.org/images/thumb/8/82/House_Tudbury.png/120px-House_Tudbury.png', clue: 'the Stormlands', }, { @@ -4465,7 +4478,7 @@ nobility = [ lng: -95.5371, imgRatio: 120 / 93, img: - 'http://awoiaf.westeros.org/images/thumb/9/95/Wagstaff.png/93px-Wagstaff.png', + 'https://awoiaf.westeros.org/images/thumb/9/95/Wagstaff.png/93px-Wagstaff.png', clue: 'the Stormlands', }, { @@ -4474,7 +4487,7 @@ nobility = [ lng: -108.457, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/1/1d/House_Wensington.PNG/90px-House_Wensington.PNG', + 'https://awoiaf.westeros.org/images/thumb/1/1d/House_Wensington.PNG/90px-House_Wensington.PNG', clue: 'the Stormlands', }, { @@ -4482,7 +4495,7 @@ nobility = [ seatKey: 'Rain_House', imgRatio: 120 / 109, img: - 'http://awoiaf.westeros.org/images/thumb/2/20/Wylde.png/109px-Wylde.png', + 'https://awoiaf.westeros.org/images/thumb/2/20/Wylde.png/109px-Wylde.png', }, { wikiKey: 'House_Seaworth', @@ -4490,7 +4503,7 @@ nobility = [ lng: -83.3203, imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/9/99/Seaworth.png/90px-Seaworth.png', + 'https://awoiaf.westeros.org/images/thumb/9/99/Seaworth.png/90px-Seaworth.png', clue: 'Cape Wrath', }, @@ -4500,97 +4513,98 @@ nobility = [ seatKey: 'Godsgrace', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/2/25/House_Allyrion.PNG/120px-House_Allyrion.PNG', + 'https://awoiaf.westeros.org/images/thumb/2/25/House_Allyrion.PNG/120px-House_Allyrion.PNG', }, { wikiKey: 'House_Blackmont', seatKey: 'Blackmont', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/f/f9/Blackmont.png/120px-Blackmont.png', + 'https://awoiaf.westeros.org/images/thumb/f/f9/Blackmont.png/120px-Blackmont.png', }, { wikiKey: 'House_Dalt', seatKey: 'Lemonwood', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/f/fb/DaltCoA.png/50px-DaltCoA.png', + 'https://awoiaf.westeros.org/images/thumb/f/fb/DaltCoA.png/50px-DaltCoA.png', }, { wikiKey: 'House_Dayne', seatKey: 'Starfall', imgRatio: 1, - img: 'http://wiki.westeros.gr/images/b/b7/Dayne_coat_sigil.png', + img: + 'https://awoiaf.westeros.org/images/thumb/9/95/House_Dayne.svg/120px-House_Dayne.svg.png', }, { wikiKey: 'House_Dayne_of_High_Hermitage', seatKey: 'High_Hermitage', imgRatio: 6 / 5, img: - 'http://awoiaf.westeros.org/images/thumb/5/5c/Coats_of_arms_of_None.png/100px-Coats_of_arms_of_None.png', + 'https://awoiaf.westeros.org/images/thumb/5/5c/Coats_of_arms_of_None.png/100px-Coats_of_arms_of_None.png', }, { wikiKey: 'House_Fowler', seatKey: 'Skyreach', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/0/06/House_Fowler.png/90px-House_Fowler.png', + 'https://awoiaf.westeros.org/images/thumb/0/06/House_Fowler.png/90px-House_Fowler.png', }, { wikiKey: 'House_Gargalen', seatKey: 'Salt_Shore', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/7/75/House_Gargalen.png/120px-House_Gargalen.png', + 'https://awoiaf.westeros.org/images/thumb/7/75/House_Gargalen.png/120px-House_Gargalen.png', }, { wikiKey: 'House_Jordayne', seatKey: 'Tor', imgRatio: 120 / 100, img: - 'http://awoiaf.westeros.org/images/thumb/0/00/House_Jordayne.PNG/100px-House_Jordayne.PNG', + 'https://awoiaf.westeros.org/images/thumb/0/00/House_Jordayne.PNG/100px-House_Jordayne.PNG', }, { wikiKey: 'House_Manwoody', seatKey: 'Kingsgrave', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/c/c5/House_Manwoody.PNG/120px-House_Manwoody.PNG', + 'https://awoiaf.westeros.org/images/thumb/c/c5/House_Manwoody.PNG/120px-House_Manwoody.PNG', }, { wikiKey: 'House_Qorgyle', seatKey: 'Sandstone', imgRatio: 120 / 90, img: - 'http://awoiaf.westeros.org/images/thumb/2/28/Qorgyle.png/90px-Qorgyle.png', + 'https://awoiaf.westeros.org/images/thumb/2/28/Qorgyle.png/90px-Qorgyle.png', }, { wikiKey: 'House_Toland', seatKey: 'Ghost_Hill', imgRatio: 120 / 119, img: - 'http://awoiaf.westeros.org/images/thumb/c/cd/Toland.png/119px-Toland.png', + 'https://awoiaf.westeros.org/images/thumb/c/cd/Toland.png/119px-Toland.png', }, { wikiKey: 'House_Uller', seatKey: 'Hellholt', imgRatio: 120 / 105, img: - 'http://awoiaf.westeros.org/images/thumb/1/14/House_Uller.png/105px-House_Uller.png', + 'https://awoiaf.westeros.org/images/thumb/1/14/House_Uller.png/105px-House_Uller.png', }, { wikiKey: 'House_Vaith', seatKey: 'Vaith', imgRatio: 120 / 103, img: - 'http://awoiaf.westeros.org/images/thumb/3/3e/House_Vaith.PNG/103px-House_Vaith.PNG', + 'https://awoiaf.westeros.org/images/thumb/3/3e/House_Vaith.PNG/103px-House_Vaith.PNG', }, { wikiKey: 'House_Wyl', seatKey: 'Wyl_(Dorne)', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/1/1f/WylCoA.png/120px-WylCoA.png', + 'https://awoiaf.westeros.org/images/thumb/1/1f/WylCoA.png/120px-WylCoA.png', clue: 'the Boneway', }, { @@ -4598,7 +4612,7 @@ nobility = [ seatKey: 'Yronwood', imgRatio: 1, img: - 'http://awoiaf.westeros.org/images/thumb/b/b9/Yronwood.png/120px-Yronwood.png', + 'https://awoiaf.westeros.org/images/thumb/b/b9/Yronwood.png/120px-Yronwood.png', }, ]; diff --git a/connections/ASoIaF-timelines.js b/connections/ASoIaF-timelines.js index 223ac8b..f8c9c3f 100644 --- a/connections/ASoIaF-timelines.js +++ b/connections/ASoIaF-timelines.js @@ -1,439 +1,6895 @@ books = { - agot:{title:'A Game of Thrones', thumbURL:'http://awoiaf.westeros.org/images/thumb/9/93/AGameOfThrones.jpg/220px-AGameOfThrones.jpg'}, - acok:{title:'A Clash of Kings', thumbURL:'http://awoiaf.westeros.org/images/thumb/3/39/AClashOfKings.jpg/200px-AClashOfKings.jpg'}, - asos:{title:'A Storm of Swords', thumbURL:'http://awoiaf.westeros.org/images/thumb/2/24/AStormOfSwords.jpg/200px-AStormOfSwords.jpg'}, - affc:{title:'A Feast for Crows', thumbURL:'http://awoiaf.westeros.org/images/thumb/a/a3/AFeastForCrows.jpg/200px-AFeastForCrows.jpg'}, - adwd:{title:'A Dance with Dragons', thumbURL:'http://awoiaf.westeros.org/images/7/79/ADanceWithDragons.jpg'}, + agot: { + title: 'A Game of Thrones', + thumbURL: + 'https://awoiaf.westeros.org/images/thumb/9/93/AGameOfThrones.jpg/220px-AGameOfThrones.jpg', + }, + acok: { + title: 'A Clash of Kings', + thumbURL: + 'https://awoiaf.westeros.org/images/thumb/3/39/AClashOfKings.jpg/200px-AClashOfKings.jpg', + }, + asos: { + title: 'A Storm of Swords', + thumbURL: + 'https://awoiaf.westeros.org/images/thumb/2/24/AStormOfSwords.jpg/200px-AStormOfSwords.jpg', + }, + affc: { + title: 'A Feast for Crows', + thumbURL: + 'https://awoiaf.westeros.org/images/thumb/a/a3/AFeastForCrows.jpg/200px-AFeastForCrows.jpg', + }, + adwd: { + title: 'A Dance with Dragons', + thumbURL: 'https://awoiaf.westeros.org/images/7/79/ADanceWithDragons.jpg', + }, }; chapters = [ - {book:"agot", toth:"101/001", awoiaf:"A_Game_of_Thrones-Prologue", pages:10, title:"Prologue", region:"beyond", setting:"Beyond the Wall", pov:"other", episodes:[0, ], appearing:[]}, - {book:"agot", toth:"101/002", awoiaf:"A_Game_of_Thrones-Chapter_1", pages:7, title:"Bran I", region:"north", setting:"Outside Winterfell", pov:"bran", episodes:[0, ], appearing:["eddard", "robb", "bran", "jon", "theon", ]}, - {book:"agot", toth:"101/003", awoiaf:"A_Game_of_Thrones-Chapter_2", pages:5, title:"Catelyn I", region:"north", setting:"Winterfell", pov:"catelyn", episodes:[0, ], appearing:["eddard", "catelyn", ]}, - {book:"agot", toth:"101/004", awoiaf:"A_Game_of_Thrones-Chapter_3", pages:10, title:"Daenerys I", region:"essos", setting:"Pentos", pov:"daenerys", episodes:[0, ], appearing:["daenerys", "jorah", ]}, - {book:"agot", toth:"101/005", awoiaf:"A_Game_of_Thrones-Chapter_4", pages:8, title:"Eddard I", region:"north", setting:"Winterfell", pov:"eddard", episodes:[0, ], appearing:["eddard", "catelyn", "robb", "sansa", "bran", "arya", "rickon", "jaime", "cersei", "tyrion", "joffrey", "myrcella", "tommen", "robert", ]}, - {book:"agot", toth:"101/006", awoiaf:"A_Game_of_Thrones-Chapter_5", pages:8, title:"Jon I", region:"north", setting:"Winterfell", pov:"jon", episodes:[0, ], appearing:["eddard", "catelyn", "robb", "sansa", "bran", "arya", "rickon", "jon", "jaime", "cersei", "tyrion", "joffrey", "myrcella", "tommen", "robert", "theon", ]}, - {book:"agot", toth:"101/007", awoiaf:"A_Game_of_Thrones-Chapter_6", pages:8, title:"Catelyn II", region:"north", setting:"Winterfell", pov:"catelyn", episodes:[0, ], appearing:["eddard", "catelyn", ]}, - {book:"agot", toth:"101/008", awoiaf:"A_Game_of_Thrones-Chapter_7", pages:7, title:"Arya I", region:"north", setting:"Winterfell", pov:"arya", episodes:[], appearing:["catelyn", "robb", "sansa", "bran", "arya", "jon", "joffrey", "myrcella", "tommen", "theon", ]}, - {book:"agot", toth:"101/009", awoiaf:"A_Game_of_Thrones-Chapter_8", pages:8, title:"Bran II", region:"north", setting:"Winterfell", pov:"bran", episodes:[0, ], appearing:["bran", "jaime", "cersei", ]}, - {book:"agot", toth:"101/010", awoiaf:"A_Game_of_Thrones-Chapter_9", pages:5, title:"Tyrion I", region:"north", setting:"Winterfell", pov:"tyrion", episodes:[1, ], appearing:["jaime", "cersei", "tyrion", "joffrey", "myrcella", "tommen", ]}, - {book:"agot", toth:"101/011", awoiaf:"A_Game_of_Thrones-Chapter_10", pages:5, title:"Jon II", region:"north", setting:"Winterfell", pov:"jon", episodes:[1, ], appearing:["catelyn", "robb", "bran", "arya", "jon", ]}, - {book:"agot", toth:"101/012", awoiaf:"A_Game_of_Thrones-Chapter_11", pages:9, title:"Daenerys II", region:"essos", setting:"Outside Pentos", pov:"daenerys", episodes:[0, ], appearing:["daenerys", "jorah", ]}, - {book:"agot", toth:"101/013", awoiaf:"A_Game_of_Thrones-Chapter_12", pages:8, title:"Eddard II", region:"north", setting:"A few days south of Winterfell", pov:"eddard", episodes:[1, ], appearing:["eddard", "robert", ]}, - {book:"agot", toth:"101/014", awoiaf:"A_Game_of_Thrones-Chapter_13", pages:8, title:"Tyrion II", region:"north", setting:"The Wolfswood", pov:"tyrion", episodes:[1, ], appearing:["jon", "tyrion", ]}, - {book:"agot", toth:"101/015", awoiaf:"A_Game_of_Thrones-Chapter_14", pages:9, title:"Catelyn III", region:"north", setting:"Winterfell", pov:"catelyn", episodes:[1, ], appearing:["catelyn", "robb", "bran", "theon", ]}, - {book:"agot", toth:"101/016", awoiaf:"A_Game_of_Thrones-Chapter_15", pages:12, title:"Sansa I", region:"riverlands", setting:"Near the Trident", pov:"sansa", episodes:[1, ], appearing:["sansa", "arya", "cersei", "joffrey", "renly", "barristan", ]}, - {book:"agot", toth:"101/017", awoiaf:"A_Game_of_Thrones-Chapter_16", pages:6, title:"Eddard III", region:"riverlands", setting:"Near the Trident", pov:"eddard", episodes:[1, ], appearing:["sansa", "arya", "cersei", "joffrey", "robert", "renly", "barristan", ]}, - {book:"agot", toth:"101/018", awoiaf:"A_Game_of_Thrones-Chapter_17", pages:4, title:"Bran III", region:"north", setting:"Winterfell", pov:"bran", episodes:[1, ], appearing:["robb", "bran", ]}, - {book:"agot", toth:"101/019", awoiaf:"A_Game_of_Thrones-Chapter_18", pages:10, title:"Catelyn IV", region:"crownlands", setting:"King's Landing", pov:"catelyn", episodes:[2, ], appearing:["catelyn", "petyr", ]}, - {book:"agot", toth:"101/020", awoiaf:"A_Game_of_Thrones-Chapter_19", pages:12, title:"Jon III", region:"north", setting:"Castle Black", pov:"jon", episodes:[2, ], appearing:["jon", "tyrion", ]}, - {book:"agot", toth:"101/021", awoiaf:"A_Game_of_Thrones-Chapter_20", pages:11, title:"Eddard IV", region:"crownlands", setting:"King's Landing", pov:"eddard", episodes:[2, ], appearing:["eddard", "catelyn", "renly", "petyr", ]}, - {book:"agot", toth:"101/022", awoiaf:"A_Game_of_Thrones-Chapter_21", pages:10, title:"Tyrion III", region:"north", setting:"Castle Black", pov:"tyrion", episodes:[2, ], appearing:["jon", "tyrion", ]}, - {book:"agot", toth:"101/023", awoiaf:"A_Game_of_Thrones-Chapter_22", pages:9, title:"Arya II", region:"crownlands", setting:"King's Landing", pov:"arya", episodes:[2, ], appearing:["eddard", "sansa", "arya", ]}, - {book:"agot", toth:"101/024", awoiaf:"A_Game_of_Thrones-Chapter_23", pages:10, title:"Daenerys III", region:"essos", setting:"The Dothraki Sea", pov:"daenerys", episodes:[1, 2, ], appearing:["daenerys", "jorah", ]}, - {book:"agot", toth:"101/025", awoiaf:"A_Game_of_Thrones-Chapter_24", pages:10, title:"Bran IV", region:"north", setting:"Winterfell", pov:"bran", episodes:[2, 3, ], appearing:["robb", "bran", "rickon", "tyrion", "theon", ]}, - {book:"agot", toth:"101/026", awoiaf:"A_Game_of_Thrones-Chapter_25", pages:8, title:"Eddard V", region:"crownlands", setting:"King's Landing", pov:"eddard", episodes:[3, ], appearing:["eddard", "arya", "petyr", ]}, - {book:"agot", toth:"101/027", awoiaf:"A_Game_of_Thrones-Chapter_26", pages:9, title:"Jon IV", region:"north", setting:"Castle Black", pov:"jon", episodes:[3, ], appearing:["jon", "samwell", ]}, - {book:"agot", toth:"101/028", awoiaf:"A_Game_of_Thrones-Chapter_27", pages:11, title:"Eddard VI", region:"crownlands", setting:"King's Landing", pov:"eddard", episodes:[3, ], appearing:["eddard", "renly", "petyr", ]}, - {book:"agot", toth:"101/029", awoiaf:"A_Game_of_Thrones-Chapter_28", pages:8, title:"Catelyn V", region:"riverlands", setting:"Crossroads Inn, Riverlands", pov:"catelyn", episodes:[3, ], appearing:["catelyn", "tyrion", ]}, - {book:"agot", toth:"101/030", awoiaf:"A_Game_of_Thrones-Chapter_29", pages:10, title:"Sansa II", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[3, ], appearing:["sansa", "jaime", "cersei", "joffrey", "robert", "renly", "petyr", "barristan", ]}, - {book:"agot", toth:"101/031", awoiaf:"A_Game_of_Thrones-Chapter_30", pages:18, title:"Eddard VII", region:"crownlands", setting:"King's Landing", pov:"eddard", episodes:[4, ], appearing:["eddard", "sansa", "arya", "jaime", "robert", "renly", "petyr", "barristan", ]}, - {book:"agot", toth:"101/032", awoiaf:"A_Game_of_Thrones-Chapter_31", pages:10, title:"Tyrion IV", region:"vale", setting:"The Mountains of the Moon", pov:"tyrion", episodes:[4, ], appearing:["catelyn", ]}, - {book:"agot", toth:"101/033", awoiaf:"A_Game_of_Thrones-Chapter_32", pages:10, title:"Arya III", region:"crownlands", setting:"King's Landing", pov:"arya", episodes:[4, ], appearing:["eddard", "arya", "myrcella", "tommen", ]}, - {book:"agot", toth:"101/034", awoiaf:"A_Game_of_Thrones-Chapter_33", pages:7, title:"Eddard VIII", region:"crownlands", setting:"King's Landing", pov:"eddard", episodes:[4, ], appearing:["eddard", "robert", "renly", "petyr", "barristan", ]}, - {book:"agot", toth:"101/035", awoiaf:"A_Game_of_Thrones-Chapter_34", pages:16, title:"Catelyn VI", region:"vale", setting:"The Eyrie", pov:"catelyn", episodes:[4, ], appearing:["catelyn", "tyrion", "lysa", ]}, - {book:"agot", toth:"101/036", awoiaf:"A_Game_of_Thrones-Chapter_35", pages:4, title:"Eddard IX", region:"crownlands", setting:"King's Landing", pov:"eddard", episodes:[4, ], appearing:["eddard", "jaime", "petyr", ]}, - {book:"agot", toth:"101/037", awoiaf:"A_Game_of_Thrones-Chapter_36", pages:11, title:"Daenerys IV", region:"essos", setting:"Vaes Dothrak", pov:"daenerys", episodes:[3, ], appearing:["daenerys", "jorah", ]}, - {book:"agot", toth:"101/038", awoiaf:"A_Game_of_Thrones-Chapter_37", pages:9, title:"Bran V", region:"north", setting:"Winterfell", pov:"bran", episodes:[5, ], appearing:["robb", "bran", "theon", ]}, - {book:"agot", toth:"101/039", awoiaf:"A_Game_of_Thrones-Chapter_38", pages:13, title:"Tyrion V", region:"vale", setting:"The Eyrie", pov:"tyrion", episodes:[5, ], appearing:["catelyn", "tyrion", "lysa", ]}, - {book:"agot", toth:"101/040", awoiaf:"A_Game_of_Thrones-Chapter_39", pages:6, title:"Eddard X", region:"crownlands", setting:"King's Landing", pov:"eddard", episodes:[5, ], appearing:["eddard", "cersei", "robert", ]}, - {book:"agot", toth:"101/041", awoiaf:"A_Game_of_Thrones-Chapter_40", pages:11, title:"Catelyn VII", region:"vale", setting:"The Eyrie", pov:"catelyn", episodes:[5, ], appearing:["catelyn", "tyrion", "lysa", ]}, - {book:"agot", toth:"101/042", awoiaf:"A_Game_of_Thrones-Chapter_41", pages:7, title:"Jon V", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", "samwell", ]}, - {book:"agot", toth:"101/043", awoiaf:"A_Game_of_Thrones-Chapter_42", pages:8, title:"Tyrion VI", region:"vale", setting:"The Mountains of the Moon", pov:"tyrion", episodes:[7, ], appearing:["tyrion", ]}, - {book:"agot", toth:"101/044", awoiaf:"A_Game_of_Thrones-Chapter_43", pages:8, title:"Eddard XI", region:"crownlands", setting:"King's Landing", pov:"eddard", episodes:[5, ], appearing:["eddard", "sansa", "petyr", ]}, - {book:"agot", toth:"101/045", awoiaf:"A_Game_of_Thrones-Chapter_44", pages:7, title:"Sansa III", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[5, ], appearing:["eddard", "sansa", "arya", ]}, - {book:"agot", toth:"101/046", awoiaf:"A_Game_of_Thrones-Chapter_45", pages:8, title:"Eddard XII", region:"crownlands", setting:"King's Landing", pov:"eddard", episodes:[6, ], appearing:["eddard", "cersei", "petyr", ]}, - {book:"agot", toth:"101/047", awoiaf:"A_Game_of_Thrones-Chapter_46", pages:10, title:"Daenerys V", region:"essos", setting:"Vaes Dothrak", pov:"daenerys", episodes:[], appearing:["daenerys", "jorah", ]}, - {book:"agot", toth:"101/048", awoiaf:"A_Game_of_Thrones-Chapter_47", pages:11, title:"Eddard XIII", region:"crownlands", setting:"King's Landing", pov:"eddard", episodes:[6, ], appearing:["cersei", "robert", "renly", "petyr", "barristan", ]}, - {book:"agot", toth:"101/049", awoiaf:"A_Game_of_Thrones-Chapter_48", pages:7, title:"Jon VI", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", "samwell", ]}, - {book:"agot", toth:"101/050", awoiaf:"A_Game_of_Thrones-Chapter_49", pages:6, title:"Eddard XIV", region:"crownlands", setting:"King's Landing", pov:"eddard", episodes:[6, ], appearing:["eddard", "sansa", "arya", "cersei", "joffrey", "myrcella", "tommen", "petyr", "barristan", ]}, - {book:"agot", toth:"101/051", awoiaf:"A_Game_of_Thrones-Chapter_50", pages:10, title:"Arya IV", region:"crownlands", setting:"King's Landing", pov:"arya", episodes:[7, ], appearing:["arya", ]}, - {book:"agot", toth:"101/052", awoiaf:"A_Game_of_Thrones-Chapter_51", pages:9, title:"Sansa IV", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[7, ], appearing:["sansa", "cersei", "petyr", ]}, - {book:"agot", toth:"101/053", awoiaf:"A_Game_of_Thrones-Chapter_52", pages:13, title:"Jon VII", region:"north", setting:"Castle Black", pov:"jon", episodes:[7, ], appearing:["jon", "samwell", ]}, - {book:"agot", toth:"101/054", awoiaf:"A_Game_of_Thrones-Chapter_53", pages:12, title:"Bran VI", region:"north", setting:"Winterfell", pov:"bran", episodes:[7, ], appearing:["robb", "bran", "theon", ]}, - {book:"agot", toth:"101/055", awoiaf:"A_Game_of_Thrones-Chapter_54", pages:10, title:"Daenerys VI", region:"essos", setting:"Vaes Dothrak", pov:"daenerys", episodes:[6, ], appearing:["daenerys", "jorah", ]}, - {book:"agot", toth:"101/056", awoiaf:"A_Game_of_Thrones-Chapter_55", pages:10, title:"Catelyn VIII", region:"north", setting:"Moat Cailin", pov:"catelyn", episodes:[7, ], appearing:["catelyn", "robb", "theon", ]}, - {book:"agot", toth:"101/057", awoiaf:"A_Game_of_Thrones-Chapter_56", pages:9, title:"Tyrion VII", region:"riverlands", setting:"The Trident", pov:"tyrion", episodes:[7, ], appearing:["tywin", "tyrion", ]}, - {book:"agot", toth:"101/058", awoiaf:"A_Game_of_Thrones-Chapter_57", pages:8, title:"Sansa V", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[7, ], appearing:["sansa", "cersei", "joffrey", "petyr", "barristan", ]}, - {book:"agot", toth:"101/059", awoiaf:"A_Game_of_Thrones-Chapter_58", pages:8, title:"Eddard XV", region:"crownlands", setting:"King's Landing", pov:"eddard", episodes:[7, 8, ], appearing:["eddard", ]}, - {book:"agot", toth:"101/060", awoiaf:"A_Game_of_Thrones-Chapter_59", pages:12, title:"Catelyn IX", region:"riverlands", setting:"The Twins", pov:"catelyn", episodes:[8, ], appearing:["robb", "theon", ]}, - {book:"agot", toth:"101/061", awoiaf:"A_Game_of_Thrones-Chapter_60", pages:11, title:"Jon VIII", region:"north", setting:"Castle Black", pov:"jon", episodes:[8, ], appearing:["jon", "samwell", ]}, - {book:"agot", toth:"101/062", awoiaf:"A_Game_of_Thrones-Chapter_61", pages:9, title:"Daenerys VII", region:"essos", setting:"A Lhazareen village", pov:"daenerys", episodes:[7, ], appearing:["daenerys", "jorah", ]}, - {book:"agot", toth:"101/063", awoiaf:"A_Game_of_Thrones-Chapter_62", pages:16, title:"Tyrion VIII", region:"riverlands", setting:"The Trident", pov:"tyrion", episodes:[8, ], appearing:["tywin", "tyrion", ]}, - {book:"agot", toth:"101/064", awoiaf:"A_Game_of_Thrones-Chapter_63", pages:7, title:"Catelyn X", region:"riverlands", setting:"Outside Riverrun", pov:"catelyn", episodes:[], appearing:["catelyn", "robb", "jaime", "theon", ]}, - {book:"agot", toth:"101/065", awoiaf:"A_Game_of_Thrones-Chapter_64", pages:12, title:"Daenerys VIII", region:"essos", setting:"A Lhazareen village", pov:"daenerys", episodes:[], appearing:["daenerys", "jorah", ]}, - {book:"agot", toth:"101/066", awoiaf:"A_Game_of_Thrones-Chapter_65", pages:11, title:"Arya V", region:"crownlands", setting:"King's Landing", pov:"arya", episodes:[8, 9, ], appearing:["eddard", "sansa", "arya", "cersei", "joffrey", "petyr", ]}, - {book:"agot", toth:"101/067", awoiaf:"A_Game_of_Thrones-Chapter_66", pages:10, title:"Bran VII", region:"north", setting:"Winterfell", pov:"bran", episodes:[9, ], appearing:["bran", "rickon", ]}, - {book:"agot", toth:"101/068", awoiaf:"A_Game_of_Thrones-Chapter_67", pages:8, title:"Sansa VI", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[9, ], appearing:["sansa", "cersei", "joffrey", "petyr", ]}, - {book:"agot", toth:"101/069", awoiaf:"A_Game_of_Thrones-Chapter_68", pages:9, title:"Daenerys IX", region:"essos", setting:"A Lhazareen village", pov:"daenerys", episodes:[9, ], appearing:["daenerys", "jorah", ]}, - {book:"agot", toth:"101/070", awoiaf:"A_Game_of_Thrones-Chapter_69", pages:8, title:"Tyrion IX", region:"riverlands", setting:"The Trident", pov:"tyrion", episodes:[9, ], appearing:["tywin", "tyrion", ]}, - {book:"agot", toth:"101/071", awoiaf:"A_Game_of_Thrones-Chapter_70", pages:11, title:"Jon IX", region:"north", setting:"Outside Castle Black", pov:"jon", episodes:[9, ], appearing:["jon", "samwell", ]}, - {book:"agot", toth:"101/072", awoiaf:"A_Game_of_Thrones-Chapter_71", pages:11, title:"Catelyn XI", region:"riverlands", setting:"Riverrun", pov:"catelyn", episodes:[9, ], appearing:["catelyn", "robb", "theon", ]}, - {book:"agot", toth:"101/073", awoiaf:"A_Game_of_Thrones-Chapter_72", pages:7, title:"Daenerys X", region:"essos", setting:"A Lhazareen village", pov:"daenerys", episodes:[9, ], appearing:["daenerys", "jorah", ]}, - {book:"acok", toth:"102/001", awoiaf:"A_Clash_of_Kings-Prologue", pages:21, title:"Prologue", region:"crownlands", setting:"Dragonstone", pov:"other", episodes:[10, ], appearing:["stannis", "davos", ]}, - {book:"acok", toth:"102/002", awoiaf:"A_Clash_of_Kings-Chapter_1", pages:6, title:"Arya I", region:"crownlands", setting:"The Kingsroad", pov:"arya", episodes:[9, ], appearing:["arya", ]}, - {book:"acok", toth:"102/003", awoiaf:"A_Clash_of_Kings-Chapter_2", pages:11, title:"Sansa I", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[10, ], appearing:["sansa", "tyrion", "joffrey", "myrcella", "tommen", ]}, - {book:"acok", toth:"102/004", awoiaf:"A_Clash_of_Kings-Chapter_3", pages:13, title:"Tyrion I", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[10, ], appearing:["cersei", "tyrion", "petyr", ]}, - {book:"acok", toth:"102/005", awoiaf:"A_Clash_of_Kings-Chapter_4", pages:9, title:"Bran I", region:"north", setting:"Winterfell", pov:"bran", episodes:[10, ], appearing:["bran", ]}, - {book:"acok", toth:"102/006", awoiaf:"A_Clash_of_Kings-Chapter_5", pages:9, title:"Arya II", region:"crownlands", setting:"An Inn near the Kingsroad", pov:"arya", episodes:[11, ], appearing:["arya", ]}, - {book:"acok", toth:"102/007", awoiaf:"A_Clash_of_Kings-Chapter_6", pages:11, title:"Jon I", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", "samwell", ]}, - {book:"acok", toth:"102/008", awoiaf:"A_Clash_of_Kings-Chapter_7", pages:12, title:"Catelyn I", region:"riverlands", setting:"Riverrun", pov:"catelyn", episodes:[10, ], appearing:["catelyn", "robb", "theon", ]}, - {book:"acok", toth:"102/009", awoiaf:"A_Clash_of_Kings-Chapter_8", pages:11, title:"Tyrion II", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[11, ], appearing:["tyrion", ]}, - {book:"acok", toth:"102/010", awoiaf:"A_Clash_of_Kings-Chapter_9", pages:7, title:"Arya III", region:"riverlands", setting:"The shore of the God's Eye", pov:"arya", episodes:[11, ], appearing:["arya", ]}, - {book:"acok", toth:"102/011", awoiaf:"A_Clash_of_Kings-Chapter_10", pages:14, title:"Davos I", region:"crownlands", setting:"Dragonstone", pov:"davos", episodes:[10, ], appearing:["stannis", "davos", ]}, - {book:"acok", toth:"102/012", awoiaf:"A_Clash_of_Kings-Chapter_11", pages:17, title:"Theon I", region:"iron", setting:"Pyke", pov:"theon", episodes:[11, ], appearing:["theon", ]}, - {book:"acok", toth:"102/013", awoiaf:"A_Clash_of_Kings-Chapter_12", pages:12, title:"Daenerys I", region:"essos", setting:"Vaes Tolorro", pov:"daenerys", episodes:[10, 11, ], appearing:["daenerys", "jorah", ]}, - {book:"acok", toth:"102/014", awoiaf:"A_Clash_of_Kings-Chapter_13", pages:6, title:"Jon II", region:"beyond", setting:"Whitetree, Beyond the Wall", pov:"jon", episodes:[], appearing:["jon", "samwell", ]}, - {book:"acok", toth:"102/015", awoiaf:"A_Clash_of_Kings-Chapter_14", pages:12, title:"Arya IV", region:"riverlands", setting:"The shore of the God's Eye", pov:"arya", episodes:[12, ], appearing:["arya", ]}, - {book:"acok", toth:"102/016", awoiaf:"A_Clash_of_Kings-Chapter_15", pages:11, title:"Tyrion III", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[11, ], appearing:["cersei", "tyrion", "petyr", ]}, - {book:"acok", toth:"102/017", awoiaf:"A_Clash_of_Kings-Chapter_16", pages:14, title:"Bran II", region:"north", setting:"Winterfell", pov:"bran", episodes:[], appearing:["bran", ]}, - {book:"acok", toth:"102/018", awoiaf:"A_Clash_of_Kings-Chapter_17", pages:14, title:"Tyrion IV", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[12, ], appearing:["cersei", "tyrion", "joffrey", "petyr", ]}, - {book:"acok", toth:"102/019", awoiaf:"A_Clash_of_Kings-Chapter_18", pages:8, title:"Sansa II", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[], appearing:["sansa", "joffrey", ]}, - {book:"acok", toth:"102/020", awoiaf:"A_Clash_of_Kings-Chapter_19", pages:13, title:"Arya V", region:"riverlands", setting:"The shore of the God's Eye", pov:"arya", episodes:[11, 12, ], appearing:["arya", ]}, - {book:"acok", toth:"102/021", awoiaf:"A_Clash_of_Kings-Chapter_20", pages:12, title:"Tyrion V", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[11, 12, 14, ], appearing:["cersei", "tyrion", ]}, - {book:"acok", toth:"102/022", awoiaf:"A_Clash_of_Kings-Chapter_21", pages:8, title:"Bran III", region:"north", setting:"Winterfell", pov:"bran", episodes:[10, ], appearing:["bran", "rickon", ]}, - {book:"acok", toth:"102/023", awoiaf:"A_Clash_of_Kings-Chapter_22", pages:15, title:"Catelyn II", region:"reach", setting:"Bitterbridge, The Reach", pov:"catelyn", episodes:[12, ], appearing:["catelyn", "renly", "brienne", ]}, - {book:"acok", toth:"102/024", awoiaf:"A_Clash_of_Kings-Chapter_23", pages:17, title:"Jon III", region:"beyond", setting:"Craster's Keep, Beyond the Wall", pov:"jon", episodes:[10, 11, 12, ], appearing:["jon", "samwell", ]}, - {book:"acok", toth:"102/025", awoiaf:"A_Clash_of_Kings-Chapter_24", pages:15, title:"Theon II", region:"iron", setting:"Pyke", pov:"theon", episodes:[11, 12, ], appearing:["theon", "asha", ]}, - {book:"acok", toth:"102/026", awoiaf:"A_Clash_of_Kings-Chapter_25", pages:12, title:"Tyrion VI", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[12, ], appearing:["sansa", "cersei", "tyrion", "petyr", ]}, - {book:"acok", toth:"102/027", awoiaf:"A_Clash_of_Kings-Chapter_26", pages:6, title:"Arya VI", region:"riverlands", setting:"Harrenhal", pov:"arya", episodes:[13, ], appearing:["arya", ]}, - {book:"acok", toth:"102/028", awoiaf:"A_Clash_of_Kings-Chapter_27", pages:8, title:"Daenerys II", region:"essos", setting:"Qarth", pov:"daenerys", episodes:[14, ], appearing:["daenerys", "jorah", ]}, - {book:"acok", toth:"102/029", awoiaf:"A_Clash_of_Kings-Chapter_28", pages:8, title:"Bran IV", region:"north", setting:"Winterfell", pov:"bran", episodes:[12, ], appearing:["bran", ]}, - {book:"acok", toth:"102/030", awoiaf:"A_Clash_of_Kings-Chapter_29", pages:8, title:"Tyrion VII", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[13, ], appearing:["tyrion", ]}, - {book:"acok", toth:"102/031", awoiaf:"A_Clash_of_Kings-Chapter_30", pages:11, title:"Arya VII", region:"riverlands", setting:"Harrenhal", pov:"arya", episodes:[14, ], appearing:["arya", "tywin", ]}, - {book:"acok", toth:"102/032", awoiaf:"A_Clash_of_Kings-Chapter_31", pages:12, title:"Catelyn III", region:"stormlands", setting:"Outside Storm's End", pov:"catelyn", episodes:[13, ], appearing:["catelyn", "stannis", "renly", "brienne", ]}, - {book:"acok", toth:"102/033", awoiaf:"A_Clash_of_Kings-Chapter_32", pages:8, title:"Sansa III", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[13, ], appearing:["sansa", "tyrion", "joffrey", ]}, - {book:"acok", toth:"102/034", awoiaf:"A_Clash_of_Kings-Chapter_33", pages:9, title:"Catelyn IV", region:"stormlands", setting:"Outside Storm's End", pov:"catelyn", episodes:[14, ], appearing:["catelyn", "renly", "brienne", ]}, - {book:"acok", toth:"102/035", awoiaf:"A_Clash_of_Kings-Chapter_34", pages:9, title:"Jon IV", region:"beyond", setting:"The Fist of the First Men", pov:"jon", episodes:[14, ], appearing:["jon", "samwell", ]}, - {book:"acok", toth:"102/036", awoiaf:"A_Clash_of_Kings-Chapter_35", pages:7, title:"Bran V", region:"north", setting:"Winterfell", pov:"bran", episodes:[14, ], appearing:["bran", "rickon", ]}, - {book:"acok", toth:"102/037", awoiaf:"A_Clash_of_Kings-Chapter_36", pages:7, title:"Tyrion VIII", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[14, ], appearing:["cersei", "tyrion", "petyr", ]}, - {book:"acok", toth:"102/038", awoiaf:"A_Clash_of_Kings-Chapter_37", pages:7, title:"Theon III", region:"north", setting:"Stony Shore, The North", pov:"theon", episodes:[], appearing:["theon", ]}, - {book:"acok", toth:"102/039", awoiaf:"A_Clash_of_Kings-Chapter_38", pages:7, title:"Arya VIII", region:"riverlands", setting:"Harrenhal", pov:"arya", episodes:[15, ], appearing:["arya", "tywin", ]}, - {book:"acok", toth:"102/040", awoiaf:"A_Clash_of_Kings-Chapter_39", pages:13, title:"Catelyn V", region:"riverlands", setting:"Riverrun", pov:"catelyn", episodes:[14, 16, ], appearing:["catelyn", "brienne", ]}, - {book:"acok", toth:"102/041", awoiaf:"A_Clash_of_Kings-Chapter_40", pages:10, title:"Daenerys III", region:"essos", setting:"Qarth", pov:"daenerys", episodes:[15, ], appearing:["daenerys", "jorah", ]}, - {book:"acok", toth:"102/042", awoiaf:"A_Clash_of_Kings-Chapter_41", pages:13, title:"Tyrion IX", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[15, ], appearing:["sansa", "cersei", "tyrion", "joffrey", "myrcella", "tommen", ]}, - {book:"acok", toth:"102/043", awoiaf:"A_Clash_of_Kings-Chapter_42", pages:15, title:"Davos II", region:"stormlands", setting:"Outside Storm's End", pov:"davos", episodes:[13, ], appearing:["stannis", "davos", ]}, - {book:"acok", toth:"102/044", awoiaf:"A_Clash_of_Kings-Chapter_43", pages:8, title:"Jon V", region:"beyond", setting:"The Fist of the First Men", pov:"jon", episodes:[14, ], appearing:["jon", "samwell", ]}, - {book:"acok", toth:"102/045", awoiaf:"A_Clash_of_Kings-Chapter_44", pages:11, title:"Tyrion X", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[23, ], appearing:["tyrion", ]}, - {book:"acok", toth:"102/046", awoiaf:"A_Clash_of_Kings-Chapter_45", pages:10, title:"Catelyn VI", region:"riverlands", setting:"Riverrun", pov:"catelyn", episodes:[], appearing:["catelyn", "brienne", ]}, - {book:"acok", toth:"102/047", awoiaf:"A_Clash_of_Kings-Chapter_46", pages:9, title:"Bran VI", region:"north", setting:"Winterfell", pov:"bran", episodes:[15, ], appearing:["bran", "rickon", "theon", ]}, - {book:"acok", toth:"102/048", awoiaf:"A_Clash_of_Kings-Chapter_47", pages:16, title:"Arya IX", region:"riverlands", setting:"Harrenhal", pov:"arya", episodes:[17, 19, ], appearing:["arya", ]}, - {book:"acok", toth:"102/049", awoiaf:"A_Clash_of_Kings-Chapter_48", pages:10, title:"Daenerys IV", region:"essos", setting:"Qarth", pov:"daenerys", episodes:[19, ], appearing:["daenerys", "jorah", ]}, - {book:"acok", toth:"102/050", awoiaf:"A_Clash_of_Kings-Chapter_49", pages:8, title:"Tyrion XI", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[], appearing:["tyrion", "joffrey", ]}, - {book:"acok", toth:"102/051", awoiaf:"A_Clash_of_Kings-Chapter_50", pages:12, title:"Theon IV", region:"north", setting:"Winterfell", pov:"theon", episodes:[15, 16, ], appearing:["theon", ]}, - {book:"acok", toth:"102/052", awoiaf:"A_Clash_of_Kings-Chapter_51", pages:11, title:"Jon VI", region:"beyond", setting:"Skirling Pass, Beyond the Wall", pov:"jon", episodes:[15, ], appearing:["jon", ]}, - {book:"acok", toth:"102/053", awoiaf:"A_Clash_of_Kings-Chapter_52", pages:9, title:"Sansa IV", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[16, ], appearing:["sansa", "cersei", ]}, - {book:"acok", toth:"102/054", awoiaf:"A_Clash_of_Kings-Chapter_53", pages:8, title:"Jon VII", region:"beyond", setting:"The Frostfangs", pov:"jon", episodes:[], appearing:["jon", ]}, - {book:"acok", toth:"102/055", awoiaf:"A_Clash_of_Kings-Chapter_54", pages:8, title:"Tyrion XII", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[17, ], appearing:["cersei", "tyrion", ]}, - {book:"acok", toth:"102/056", awoiaf:"A_Clash_of_Kings-Chapter_55", pages:13, title:"Catelyn VII", region:"riverlands", setting:"Riverrun", pov:"catelyn", episodes:[9, 16, ], appearing:["catelyn", "jaime", "brienne", ]}, - {book:"acok", toth:"102/057", awoiaf:"A_Clash_of_Kings-Chapter_56", pages:9, title:"Theon V", region:"north", setting:"Winterfell", pov:"theon", episodes:[15, 17, ], appearing:["theon", "asha", ]}, - {book:"acok", toth:"102/058", awoiaf:"A_Clash_of_Kings-Chapter_57", pages:6, title:"Sansa V", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[18, ], appearing:["sansa", "cersei", "tyrion", "joffrey", ]}, - {book:"acok", toth:"102/059", awoiaf:"A_Clash_of_Kings-Chapter_58", pages:13, title:"Davos III", region:"crownlands", setting:"Blackwater Rush", pov:"davos", episodes:[18, ], appearing:["davos", ]}, - {book:"acok", toth:"102/060", awoiaf:"A_Clash_of_Kings-Chapter_59", pages:6, title:"Tyrion XIII", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[18, ], appearing:["tyrion", "joffrey", ]}, - {book:"acok", toth:"102/061", awoiaf:"A_Clash_of_Kings-Chapter_60", pages:6, title:"Sansa VI", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[18, ], appearing:["sansa", "cersei", ]}, - {book:"acok", toth:"102/062", awoiaf:"A_Clash_of_Kings-Chapter_61", pages:7, title:"Tyrion XIV", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[18, ], appearing:["tyrion", ]}, - {book:"acok", toth:"102/063", awoiaf:"A_Clash_of_Kings-Chapter_62", pages:7, title:"Sansa VII", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[18, ], appearing:["sansa", "cersei", ]}, - {book:"acok", toth:"102/064", awoiaf:"A_Clash_of_Kings-Chapter_63", pages:11, title:"Daenerys V", region:"essos", setting:"Qarth", pov:"daenerys", episodes:[20, ], appearing:["daenerys", "jorah", ]}, - {book:"acok", toth:"102/065", awoiaf:"A_Clash_of_Kings-Chapter_64", pages:14, title:"Arya X", region:"riverlands", setting:"Harrenhal", pov:"arya", episodes:[], appearing:["arya", ]}, - {book:"acok", toth:"102/066", awoiaf:"A_Clash_of_Kings-Chapter_65", pages:9, title:"Sansa VIII", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[19, ], appearing:["sansa", "tywin", "cersei", "joffrey", "petyr", ]}, - {book:"acok", toth:"102/067", awoiaf:"A_Clash_of_Kings-Chapter_66", pages:11, title:"Theon VI", region:"north", setting:"Winterfell", pov:"theon", episodes:[15, 19, ], appearing:["theon", ]}, - {book:"acok", toth:"102/068", awoiaf:"A_Clash_of_Kings-Chapter_67", pages:8, title:"Tyrion XV", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[19, ], appearing:["tyrion", ]}, - {book:"acok", toth:"102/069", awoiaf:"A_Clash_of_Kings-Chapter_68", pages:10, title:"Jon VIII", region:"beyond", setting:"Skirling Pass, Beyond the Wall", pov:"jon", episodes:[19, ], appearing:["jon", ]}, - {book:"acok", toth:"102/070", awoiaf:"A_Clash_of_Kings-Chapter_69", pages:11, title:"Bran VII", region:"north", setting:"Winterfell", pov:"bran", episodes:[19, ], appearing:["bran", "rickon", ]}, - {book:"asos", toth:"103/001", awoiaf:"A_Storm_of_Swords-Prologue", pages:14, title:"Prologue", region:"beyond", setting:"The Fist of the First Men", pov:"other", episodes:[19, ], appearing:["samwell", ]}, - {book:"asos", toth:"103/002", awoiaf:"A_Storm_of_Swords-Chapter_1", pages:12, title:"Jaime I", region:"riverlands", setting:"Down the Red Fork", pov:"jaime", episodes:[17, 19, ], appearing:["jaime", "brienne", ]}, - {book:"asos", toth:"103/003", awoiaf:"A_Storm_of_Swords-Chapter_2", pages:8, title:"Catelyn I", region:"riverlands", setting:"Riverrun", pov:"catelyn", episodes:[17, ], appearing:["catelyn", ]}, - {book:"asos", toth:"103/004", awoiaf:"A_Storm_of_Swords-Chapter_3", pages:8, title:"Arya I", region:"riverlands", setting:"North of Harrenhal", pov:"arya", episodes:[21, ], appearing:["arya", ]}, - {book:"asos", toth:"103/005", awoiaf:"A_Storm_of_Swords-Chapter_4", pages:11, title:"Tyrion I", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[19, 20, 21, ], appearing:["tywin", "tyrion", ]}, - {book:"asos", toth:"103/006", awoiaf:"A_Storm_of_Swords-Chapter_5", pages:7, title:"Davos I", region:"crownlands", setting:"Blackwater Bay", pov:"davos", episodes:[20, 21, ], appearing:["davos", ]}, - {book:"asos", toth:"103/007", awoiaf:"A_Storm_of_Swords-Chapter_6", pages:13, title:"Sansa I", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[], appearing:["sansa", ]}, - {book:"asos", toth:"103/008", awoiaf:"A_Storm_of_Swords-Chapter_7", pages:12, title:"Jon I", region:"beyond", setting:"A Wildling Camp, Beyond the Wall", pov:"jon", episodes:[19, 20, 21, ], appearing:["jon", ]}, - {book:"asos", toth:"103/009", awoiaf:"A_Storm_of_Swords-Chapter_8", pages:14, title:"Daenerys I", region:"essos", setting:"Qarth", pov:"daenerys", episodes:[20, 21, ], appearing:["daenerys", "jorah", ]}, - {book:"asos", toth:"103/010", awoiaf:"A_Storm_of_Swords-Chapter_9", pages:9, title:"Bran I", region:"north", setting:"Tumbledown Tower", pov:"bran", episodes:[], appearing:["bran", ]}, - {book:"asos", toth:"103/011", awoiaf:"A_Storm_of_Swords-Chapter_10", pages:11, title:"Davos II", region:"crownlands", setting:"Dragonstone", pov:"davos", episodes:[20, 21, ], appearing:["davos", ]}, - {book:"asos", toth:"103/012", awoiaf:"A_Storm_of_Swords-Chapter_11", pages:12, title:"Jaime II", region:"riverlands", setting:"Inn of the Kneeling Man", pov:"jaime", episodes:[], appearing:["jaime", "brienne", ]}, - {book:"asos", toth:"103/013", awoiaf:"A_Storm_of_Swords-Chapter_12", pages:10, title:"Tyrion II", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[23, ], appearing:["tyrion", ]}, - {book:"asos", toth:"103/014", awoiaf:"A_Storm_of_Swords-Chapter_13", pages:13, title:"Arya II", region:"riverlands", setting:"Inn of the Kneeling Man", pov:"arya", episodes:[], appearing:["arya", ]}, - {book:"asos", toth:"103/015", awoiaf:"A_Storm_of_Swords-Chapter_14", pages:11, title:"Catelyn II", region:"riverlands", setting:"Riverrun", pov:"catelyn", episodes:[22, ], appearing:["catelyn", "robb", ]}, - {book:"asos", toth:"103/016", awoiaf:"A_Storm_of_Swords-Chapter_15", pages:15, title:"Jon II", region:"beyond", setting:"The Fist of the First Men", pov:"jon", episodes:[22, ], appearing:["jon", ]}, - {book:"asos", toth:"103/017", awoiaf:"A_Storm_of_Swords-Chapter_16", pages:6, title:"Sansa II", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[], appearing:["sansa", ]}, - {book:"asos", toth:"103/018", awoiaf:"A_Storm_of_Swords-Chapter_17", pages:8, title:"Arya III", region:"riverlands", setting:"…Riverlands", pov:"arya", episodes:[22, ], appearing:["arya", ]}, - {book:"asos", toth:"103/019", awoiaf:"A_Storm_of_Swords-Chapter_18", pages:14, title:"Samwell I", region:"beyond", setting:"Escaping the Fist", pov:"samwell", episodes:[21, 27, ], appearing:["samwell", ]}, - {book:"asos", toth:"103/020", awoiaf:"A_Storm_of_Swords-Chapter_19", pages:16, title:"Tyrion III", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[22, 24, ], appearing:["tywin", "cersei", "tyrion", "petyr", ]}, - {book:"asos", toth:"103/021", awoiaf:"A_Storm_of_Swords-Chapter_20", pages:13, title:"Catelyn III", region:"riverlands", setting:"Riverrun", pov:"catelyn", episodes:[24, ], appearing:["catelyn", "robb", ]}, - {book:"asos", toth:"103/022", awoiaf:"A_Storm_of_Swords-Chapter_21", pages:8, title:"Jaime III", region:"riverlands", setting:"Maidenpool", pov:"jaime", episodes:[22, ], appearing:["jaime", "brienne", ]}, - {book:"asos", toth:"103/023", awoiaf:"A_Storm_of_Swords-Chapter_22", pages:11, title:"Arya IV", region:"riverlands", setting:"...a half-ruined keep ", pov:"arya", episodes:[], appearing:["arya", ]}, - {book:"asos", toth:"103/024", awoiaf:"A_Storm_of_Swords-Chapter_23", pages:17, title:"Daenerys II", region:"essos", setting:"Astapor", pov:"daenerys", episodes:[20, 21, 22, ], appearing:["daenerys", "jorah", ]}, - {book:"asos", toth:"103/025", awoiaf:"A_Storm_of_Swords-Chapter_24", pages:11, title:"Bran II", region:"north", setting:"mountains of the North", pov:"bran", episodes:[], appearing:["bran", ]}, - {book:"asos", toth:"103/026", awoiaf:"A_Storm_of_Swords-Chapter_25", pages:9, title:"Davos III", region:"crownlands", setting:"Dragonstone", pov:"davos", episodes:[21, ], appearing:["davos", ]}, - {book:"asos", toth:"103/027", awoiaf:"A_Storm_of_Swords-Chapter_26", pages:10, title:"Jon III", region:"beyond", setting:"a cave near the Wall", pov:"jon", episodes:[24, ], appearing:["jon", ]}, - {book:"asos", toth:"103/028", awoiaf:"A_Storm_of_Swords-Chapter_27", pages:12, title:"Daenerys III", region:"essos", setting:"Astapor", pov:"daenerys", episodes:[21, 22, 23, ], appearing:["daenerys", "jorah", ]}, - {book:"asos", toth:"103/029", awoiaf:"A_Storm_of_Swords-Chapter_28", pages:11, title:"Sansa III", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[27, ], appearing:["sansa", "tywin", "cersei", "tyrion", "joffrey", "tommen", ]}, - {book:"asos", toth:"103/030", awoiaf:"A_Storm_of_Swords-Chapter_29", pages:9, title:"Arya V", region:"riverlands", setting:"Stoney Sept & The Peach", pov:"arya", episodes:[], appearing:["arya", ]}, - {book:"asos", toth:"103/031", awoiaf:"A_Storm_of_Swords-Chapter_30", pages:6, title:"Jon IV", region:"beyond", setting:"… the Wall", pov:"jon", episodes:[25, ], appearing:["jon", ]}, - {book:"asos", toth:"103/032", awoiaf:"A_Storm_of_Swords-Chapter_31", pages:10, title:"Jaime IV", region:"riverlands", setting:"Harrenhal", pov:"jaime", episodes:[22, 23, 24, ], appearing:["jaime", "brienne", ]}, - {book:"asos", toth:"103/033", awoiaf:"A_Storm_of_Swords-Chapter_32", pages:13, title:"Tyrion IV", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[], appearing:["tywin", "tyrion", ]}, - {book:"asos", toth:"103/034", awoiaf:"A_Storm_of_Swords-Chapter_33", pages:16, title:"Samwell II", region:"beyond", setting:"Craster's Keep, Beyond the Wall", pov:"samwell", episodes:[22, 23, ], appearing:["samwell", ]}, - {book:"asos", toth:"103/035", awoiaf:"A_Storm_of_Swords-Chapter_34", pages:11, title:"Arya VI", region:"riverlands", setting:"Hollow Hill", pov:"arya", episodes:[23, 24, ], appearing:["arya", ]}, - {book:"asos", toth:"103/036", awoiaf:"A_Storm_of_Swords-Chapter_35", pages:12, title:"Catelyn IV", region:"riverlands", setting:"Riverrun", pov:"catelyn", episodes:[22, 25, ], appearing:["catelyn", "robb", ]}, - {book:"asos", toth:"103/037", awoiaf:"A_Storm_of_Swords-Chapter_36", pages:12, title:"Davos IV", region:"crownlands", setting:"Dragonstone", pov:"davos", episodes:[27, ], appearing:["stannis", "davos", ]}, - {book:"asos", toth:"103/038", awoiaf:"A_Storm_of_Swords-Chapter_37", pages:12, title:"Jaime V", region:"riverlands", setting:"Harrenhal", pov:"jaime", episodes:[24, 25, ], appearing:["jaime", "brienne", ]}, - {book:"asos", toth:"103/039", awoiaf:"A_Storm_of_Swords-Chapter_38", pages:11, title:"Tyrion V", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[], appearing:["tyrion", ]}, - {book:"asos", toth:"103/040", awoiaf:"A_Storm_of_Swords-Chapter_39", pages:13, title:"Arya VII", region:"riverlands", setting:"…a brewery", pov:"arya", episodes:[24, ], appearing:["arya", ]}, - {book:"asos", toth:"103/041", awoiaf:"A_Storm_of_Swords-Chapter_40", pages:9, title:"Bran III", region:"north", setting:"Queenscrown", pov:"bran", episodes:[28, ], appearing:["bran", ]}, - {book:"asos", toth:"103/042", awoiaf:"A_Storm_of_Swords-Chapter_41", pages:12, title:"Jon V", region:"north", setting:"Queenscrown", pov:"jon", episodes:[26, 28, ], appearing:["jon", ]}, - {book:"asos", toth:"103/043", awoiaf:"A_Storm_of_Swords-Chapter_42", pages:16, title:"Daenerys IV", region:"essos", setting:"Outside Yunkai", pov:"daenerys", episodes:[26, 27, 28, 29, ], appearing:["daenerys", "jorah", ]}, - {book:"asos", toth:"103/044", awoiaf:"A_Storm_of_Swords-Chapter_43", pages:11, title:"Arya VIII", region:"riverlands", setting:"High Heart", pov:"arya", episodes:[26, ], appearing:["arya", ]}, - {book:"asos", toth:"103/045", awoiaf:"A_Storm_of_Swords-Chapter_44", pages:14, title:"Jaime VI", region:"riverlands", setting:"Harrenhal", pov:"jaime", episodes:[26, ], appearing:["jaime", "brienne", ]}, - {book:"asos", toth:"103/046", awoiaf:"A_Storm_of_Swords-Chapter_45", pages:14, title:"Catelyn V", region:"riverlands", setting:"The Blue Fork", pov:"catelyn", episodes:[26, ], appearing:["catelyn", "robb", ]}, - {book:"asos", toth:"103/047", awoiaf:"A_Storm_of_Swords-Chapter_46", pages:9, title:"Samwell III", region:"beyond", setting:"an abandoned Wildling village", pov:"samwell", episodes:[25, 27, ], appearing:["samwell", ]}, - {book:"asos", toth:"103/048", awoiaf:"A_Storm_of_Swords-Chapter_47", pages:9, title:"Arya IX", region:"riverlands", setting:"The Trident", pov:"arya", episodes:[27, ], appearing:["arya", ]}, - {book:"asos", toth:"103/049", awoiaf:"A_Storm_of_Swords-Chapter_48", pages:9, title:"Jon VI", region:"north", setting:"Castle Black", pov:"jon", episodes:[29, ], appearing:["jon", ]}, - {book:"asos", toth:"103/050", awoiaf:"A_Storm_of_Swords-Chapter_49", pages:13, title:"Catelyn VI", region:"riverlands", setting:"The Twins", pov:"catelyn", episodes:[28, ], appearing:["catelyn", "robb", ]}, - {book:"asos", toth:"103/051", awoiaf:"A_Storm_of_Swords-Chapter_50", pages:6, title:"Arya X", region:"riverlands", setting:"The Twins", pov:"arya", episodes:[28, ], appearing:["arya", ]}, - {book:"asos", toth:"103/052", awoiaf:"A_Storm_of_Swords-Chapter_51", pages:10, title:"Catelyn VII", region:"riverlands", setting:"The Twins", pov:"catelyn", episodes:[28, ], appearing:["catelyn", "robb", ]}, - {book:"asos", toth:"103/053", awoiaf:"A_Storm_of_Swords-Chapter_52", pages:4, title:"Arya XI", region:"riverlands", setting:"The Twins", pov:"arya", episodes:[28, 29, ], appearing:["arya", ]}, - {book:"asos", toth:"103/054", awoiaf:"A_Storm_of_Swords-Chapter_53", pages:9, title:"Tyrion VI", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[29, ], appearing:["sansa", "tywin", "cersei", "tyrion", "joffrey", ]}, - {book:"asos", toth:"103/055", awoiaf:"A_Storm_of_Swords-Chapter_54", pages:13, title:"Davos V", region:"crownlands", setting:"Dragonstone", pov:"davos", episodes:[29, ], appearing:["stannis", "davos", ]}, - {book:"asos", toth:"103/056", awoiaf:"A_Storm_of_Swords-Chapter_55", pages:14, title:"Jon VII", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", ]}, - {book:"asos", toth:"103/057", awoiaf:"A_Storm_of_Swords-Chapter_56", pages:15, title:"Bran IV", region:"north", setting:"Nightfort, on the Wall", pov:"bran", episodes:[29, ], appearing:["bran", "samwell", ]}, - {book:"asos", toth:"103/058", awoiaf:"A_Storm_of_Swords-Chapter_57", pages:15, title:"Daenerys V", region:"essos", setting:"Outside Meereen", pov:"daenerys", episodes:[], appearing:["daenerys", "jorah", "barristan", ]}, - {book:"asos", toth:"103/059", awoiaf:"A_Storm_of_Swords-Chapter_58", pages:5, title:"Tyrion VII", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[], appearing:["sansa", "tyrion", ]}, - {book:"asos", toth:"103/060", awoiaf:"A_Storm_of_Swords-Chapter_59", pages:8, title:"Sansa IV", region:"crownlands", setting:"King's Landing", pov:"sansa", episodes:[], appearing:["sansa", "tywin", "cersei", "tyrion", "joffrey", ]}, - {book:"asos", toth:"103/061", awoiaf:"A_Storm_of_Swords-Chapter_60", pages:18, title:"Tyrion VIII", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[], appearing:["sansa", "tywin", "cersei", "tyrion", "joffrey", "tommen", ]}, - {book:"asos", toth:"103/062", awoiaf:"A_Storm_of_Swords-Chapter_61", pages:8, title:"Sansa V", region:"crownlands", setting:"Outside King's Landing", pov:"sansa", episodes:[], appearing:["sansa", "petyr", ]}, - {book:"asos", toth:"103/063", awoiaf:"A_Storm_of_Swords-Chapter_62", pages:12, title:"Jaime VII", region:"crownlands", setting:"King's Landing", pov:"jaime", episodes:[], appearing:["tywin", "jaime", "cersei", "brienne", ]}, - {book:"asos", toth:"103/064", awoiaf:"A_Storm_of_Swords-Chapter_63", pages:9, title:"Davos VI", region:"crownlands", setting:"Dragonstone", pov:"davos", episodes:[29, ], appearing:["stannis", "davos", ]}, - {book:"asos", toth:"103/065", awoiaf:"A_Storm_of_Swords-Chapter_64", pages:12, title:"Jon VIII", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", ]}, - {book:"asos", toth:"103/066", awoiaf:"A_Storm_of_Swords-Chapter_65", pages:9, title:"Arya XII", region:"vale", setting:"A village near the Mountains of the Moon", pov:"arya", episodes:[], appearing:["arya", ]}, - {book:"asos", toth:"103/067", awoiaf:"A_Storm_of_Swords-Chapter_66", pages:15, title:"Tyrion IX", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[], appearing:["tywin", "cersei", "tyrion", ]}, - {book:"asos", toth:"103/068", awoiaf:"A_Storm_of_Swords-Chapter_67", pages:12, title:"Jaime VIII", region:"crownlands", setting:"King's Landing", pov:"jaime", episodes:[], appearing:["jaime", ]}, - {book:"asos", toth:"103/069", awoiaf:"A_Storm_of_Swords-Chapter_68", pages:16, title:"Sansa VI", region:"vale", setting:"Baelish Keep", pov:"sansa", episodes:[], appearing:["sansa", "petyr", "lysa", ]}, - {book:"asos", toth:"103/070", awoiaf:"A_Storm_of_Swords-Chapter_69", pages:11, title:"Jon IX", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", ]}, - {book:"asos", toth:"103/071", awoiaf:"A_Storm_of_Swords-Chapter_70", pages:14, title:"Tyrion X", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[], appearing:["tywin", "jaime", "cersei", "tyrion", ]}, - {book:"asos", toth:"103/072", awoiaf:"A_Storm_of_Swords-Chapter_71", pages:15, title:"Daenerys VI", region:"essos", setting:"Meereen", pov:"daenerys", episodes:[], appearing:["daenerys", "jorah", "barristan", ]}, - {book:"asos", toth:"103/073", awoiaf:"A_Storm_of_Swords-Chapter_72", pages:12, title:"Jaime IX", region:"crownlands", setting:"King's Landing", pov:"jaime", episodes:[], appearing:["jaime", "cersei", "tommen", "brienne", ]}, - {book:"asos", toth:"103/074", awoiaf:"A_Storm_of_Swords-Chapter_73", pages:13, title:"Jon X", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", ]}, - {book:"asos", toth:"103/075", awoiaf:"A_Storm_of_Swords-Chapter_74", pages:12, title:"Arya XIII", region:"riverlands", setting:"The Trident", pov:"arya", episodes:[], appearing:["arya", ]}, - {book:"asos", toth:"103/076", awoiaf:"A_Storm_of_Swords-Chapter_75", pages:9, title:"Samwell IV", region:"north", setting:"Castle Black", pov:"samwell", episodes:[], appearing:["jon", "samwell", ]}, - {book:"asos", toth:"103/077", awoiaf:"A_Storm_of_Swords-Chapter_76", pages:7, title:"Jon XI", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", "stannis", ]}, - {book:"asos", toth:"103/078", awoiaf:"A_Storm_of_Swords-Chapter_77", pages:10, title:"Tyrion XI", region:"crownlands", setting:"King's Landing", pov:"tyrion", episodes:[], appearing:["tywin", "jaime", "tyrion", ]}, - {book:"asos", toth:"103/079", awoiaf:"A_Storm_of_Swords-Chapter_78", pages:10, title:"Samwell V", region:"north", setting:"Castle Black", pov:"samwell", episodes:[], appearing:["stannis", "samwell", ]}, - {book:"asos", toth:"103/080", awoiaf:"A_Storm_of_Swords-Chapter_79", pages:9, title:"Jon XII", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", "stannis", "samwell", ]}, - {book:"asos", toth:"103/081", awoiaf:"A_Storm_of_Swords-Chapter_80", pages:15, title:"Sansa VII", region:"vale", setting:"The Eyrie", pov:"sansa", episodes:[], appearing:["sansa", "petyr", "lysa", ]}, - {book:"asos", toth:"103/082", awoiaf:"A_Storm_of_Swords-Epilogue", pages:10, title:"Epilogue", region:"riverlands", setting:"Oldstones, Riverlands", pov:"other", episodes:[], appearing:["catelyn", ]}, - {book:"affc", toth:"104/001", awoiaf:"A_Feast_for_Crows-Prologue", pages:16, title:"Prologue", region:"reach", setting:"Oldtown", pov:"other", episodes:[], appearing:[]}, - {book:"affc", toth:"104/002", awoiaf:"A_Feast_for_Crows-Chapter_1", pages:13, title:"The Prophet", region:"iron", setting:"Great Wyk", pov:"other", episodes:[], appearing:[]}, - {book:"affc", toth:"104/003", awoiaf:"A_Feast_for_Crows-Chapter_2", pages:16, title:"The Captain Of Guards", region:"dorne", setting:"Sunspear", pov:"other", episodes:[], appearing:["myrcella", ]}, - {book:"affc", toth:"104/004", awoiaf:"A_Feast_for_Crows-Chapter_3", pages:10, title:"Cersei I", region:"crownlands", setting:"King's Landing", pov:"cersei", episodes:[], appearing:["jaime", "cersei", ]}, - {book:"affc", toth:"104/005", awoiaf:"A_Feast_for_Crows-Chapter_4", pages:15, title:"Brienne I", region:"crownlands", setting:"Near Rosby", pov:"brienne", episodes:[], appearing:["brienne", ]}, - {book:"affc", toth:"104/006", awoiaf:"A_Feast_for_Crows-Chapter_5", pages:16, title:"Samwell I", region:"north", setting:"Castle Black", pov:"samwell", episodes:[], appearing:["jon", "samwell", ]}, - {book:"affc", toth:"104/007", awoiaf:"A_Feast_for_Crows-Chapter_6", pages:12, title:"Arya I", region:"essos", setting:"Braavos", pov:"arya", episodes:[], appearing:["arya", ]}, - {book:"affc", toth:"104/008", awoiaf:"A_Feast_for_Crows-Chapter_7", pages:17, title:"Cersei II", region:"crownlands", setting:"King's Landing", pov:"cersei", episodes:[], appearing:["jaime", "cersei", "tommen", ]}, - {book:"affc", toth:"104/009", awoiaf:"A_Feast_for_Crows-Chapter_8", pages:14, title:"Jaime I", region:"crownlands", setting:"King's Landing", pov:"jaime", episodes:[], appearing:["jaime", "cersei", "tommen", ]}, - {book:"affc", toth:"104/010", awoiaf:"A_Feast_for_Crows-Chapter_9", pages:15, title:"Brienne II", region:"crownlands", setting:"Duskendale", pov:"brienne", episodes:[], appearing:["brienne", ]}, - {book:"affc", toth:"104/011", awoiaf:"A_Feast_for_Crows-Chapter_10", pages:14, title:"Sansa I", region:"vale", setting:"The Eyrie", pov:"sansa", episodes:[], appearing:["sansa", "petyr", ]}, - {book:"affc", toth:"104/012", awoiaf:"A_Feast_for_Crows-Chapter_11", pages:13, title:"The Kraken's Daughter", region:"iron", setting:"Ten Towers", pov:"asha", episodes:[], appearing:["asha", ]}, - {book:"affc", toth:"104/013", awoiaf:"A_Feast_for_Crows-Chapter_12", pages:13, title:"Cersei III", region:"crownlands", setting:"King's Landing", pov:"cersei", episodes:[], appearing:["jaime", "cersei", "tommen", ]}, - {book:"affc", toth:"104/014", awoiaf:"A_Feast_for_Crows-Chapter_13", pages:14, title:"The Soiled Knight", region:"dorne", setting:"Sunspear", pov:"other", episodes:[], appearing:[]}, - {book:"affc", toth:"104/015", awoiaf:"A_Feast_for_Crows-Chapter_14", pages:16, title:"Brienne III", region:"riverlands", setting:"Maidenpool", pov:"brienne", episodes:[], appearing:["brienne", ]}, - {book:"affc", toth:"104/016", awoiaf:"A_Feast_for_Crows-Chapter_15", pages:11, title:"Samwell II", region:"north", setting:"Bay of Seals", pov:"samwell", episodes:[], appearing:["samwell", ]}, - {book:"affc", toth:"104/017", awoiaf:"A_Feast_for_Crows-Chapter_16", pages:12, title:"Jaime II", region:"crownlands", setting:"King's Landing", pov:"jaime", episodes:[], appearing:["jaime", "cersei", "tommen", ]}, - {book:"affc", toth:"104/018", awoiaf:"A_Feast_for_Crows-Chapter_17", pages:17, title:"Cersei IV", region:"crownlands", setting:"King's Landing", pov:"cersei", episodes:[], appearing:["cersei", ]}, - {book:"affc", toth:"104/019", awoiaf:"A_Feast_for_Crows-Chapter_18", pages:12, title:"The Iron Captain", region:"iron", setting:"Old Wyk", pov:"other", episodes:[], appearing:["asha", ]}, - {book:"affc", toth:"104/020", awoiaf:"A_Feast_for_Crows-Chapter_19", pages:13, title:"The Drowned Man", region:"iron", setting:"Old Wyk", pov:"other", episodes:[], appearing:["asha", ]}, - {book:"affc", toth:"104/021", awoiaf:"A_Feast_for_Crows-Chapter_20", pages:18, title:"Brienne IV", region:"crownlands", setting:"Crackclaw Point", pov:"brienne", episodes:[], appearing:["brienne", ]}, - {book:"affc", toth:"104/022", awoiaf:"A_Feast_for_Crows-Chapter_21", pages:14, title:"The Queenmaker", region:"dorne", setting:"Shandystone", pov:"other", episodes:[], appearing:["myrcella", ]}, - {book:"affc", toth:"104/023", awoiaf:"A_Feast_for_Crows-Chapter_22", pages:16, title:"Arya II", region:"north", setting:"Braavos", pov:"arya", episodes:[], appearing:["arya", ]}, - {book:"affc", toth:"104/024", awoiaf:"A_Feast_for_Crows-Chapter_23", pages:16, title:"Alayne I", region:"vale", setting:"The Eyrie", pov:"sansa", episodes:[], appearing:["sansa", "petyr", ]}, - {book:"affc", toth:"104/025", awoiaf:"A_Feast_for_Crows-Chapter_24", pages:19, title:"Cersei V", region:"crownlands", setting:"King's Landing", pov:"cersei", episodes:[], appearing:["jaime", "cersei", "tommen", ]}, - {book:"affc", toth:"104/026", awoiaf:"A_Feast_for_Crows-Chapter_25", pages:14, title:"Brienne V", region:"riverlands", setting:"Maidenpool", pov:"brienne", episodes:[], appearing:["brienne", ]}, - {book:"affc", toth:"104/027", awoiaf:"A_Feast_for_Crows-Chapter_26", pages:14, title:"Samwell III", region:"essos", setting:"Braavos", pov:"samwell", episodes:[], appearing:["arya", "samwell", ]}, - {book:"affc", toth:"104/028", awoiaf:"A_Feast_for_Crows-Chapter_27", pages:19, title:"Jaime III", region:"crownlands", setting:"KL to Harrenhal", pov:"jaime", episodes:[], appearing:["jaime", "cersei", ]}, - {book:"affc", toth:"104/029", awoiaf:"A_Feast_for_Crows-Chapter_28", pages:17, title:"Cersei VI", region:"crownlands", setting:"King's Landing", pov:"cersei", episodes:[], appearing:["cersei", ]}, - {book:"affc", toth:"104/030", awoiaf:"A_Feast_for_Crows-Chapter_29", pages:18, title:"The Reaver", region:"reach", setting:"Shield Islands", pov:"other", episodes:[], appearing:[]}, - {book:"affc", toth:"104/031", awoiaf:"A_Feast_for_Crows-Chapter_30", pages:15, title:"Jaime IV", region:"riverlands", setting:"Darry", pov:"jaime", episodes:[], appearing:["jaime", ]}, - {book:"affc", toth:"104/032", awoiaf:"A_Feast_for_Crows-Chapter_31", pages:13, title:"Brienne VI", region:"riverlands", setting:"Quiet Isle", pov:"brienne", episodes:[], appearing:["brienne", ]}, - {book:"affc", toth:"104/033", awoiaf:"A_Feast_for_Crows-Chapter_32", pages:12, title:"Cersei VII", region:"crownlands", setting:"King's Landing", pov:"cersei", episodes:[], appearing:["cersei", ]}, - {book:"affc", toth:"104/034", awoiaf:"A_Feast_for_Crows-Chapter_33", pages:19, title:"Jaime V", region:"riverlands", setting:"Outside Riverrun", pov:"jaime", episodes:[], appearing:["jaime", ]}, - {book:"affc", toth:"104/035", awoiaf:"A_Feast_for_Crows-Chapter_34", pages:15, title:"Cat Of The Canals", region:"essos", setting:"Braavos", pov:"arya", episodes:[], appearing:["arya", ]}, - {book:"affc", toth:"104/036", awoiaf:"A_Feast_for_Crows-Chapter_35", pages:10, title:"Samwell IV", region:"dorne", setting:"South Coast of Dorne", pov:"samwell", episodes:[], appearing:["samwell", ]}, - {book:"affc", toth:"104/037", awoiaf:"A_Feast_for_Crows-Chapter_36", pages:17, title:"Cersei VIII", region:"crownlands", setting:"King's Landing", pov:"cersei", episodes:[], appearing:["cersei", "tommen", ]}, - {book:"affc", toth:"104/038", awoiaf:"A_Feast_for_Crows-Chapter_37", pages:15, title:"Brienne VII", region:"riverlands", setting:"Crossroads Inn, Riverlands", pov:"brienne", episodes:[], appearing:["brienne", ]}, - {book:"affc", toth:"104/039", awoiaf:"A_Feast_for_Crows-Chapter_38", pages:13, title:"Jaime VI", region:"riverlands", setting:"Outside Riverrun", pov:"jaime", episodes:[], appearing:["jaime", ]}, - {book:"affc", toth:"104/040", awoiaf:"A_Feast_for_Crows-Chapter_39", pages:13, title:"Cersei IX", region:"crownlands", setting:"King's Landing", pov:"cersei", episodes:[], appearing:["cersei", "tommen", ]}, - {book:"affc", toth:"104/041", awoiaf:"A_Feast_for_Crows-Chapter_40", pages:18, title:"The Princess In The Tower", region:"dorne", setting:"Sunspear", pov:"other", episodes:[], appearing:[]}, - {book:"affc", toth:"104/042", awoiaf:"A_Feast_for_Crows-Chapter_41", pages:23, title:"Alayne II", region:"vale", setting:"The Eyrie", pov:"sansa", episodes:[], appearing:["sansa", "petyr", ]}, - {book:"affc", toth:"104/043", awoiaf:"A_Feast_for_Crows-Chapter_42", pages:14, title:"Brienne VIII", region:"riverlands", setting:"BWB Hideout", pov:"brienne", episodes:[], appearing:["catelyn", "brienne", ]}, - {book:"affc", toth:"104/044", awoiaf:"A_Feast_for_Crows-Chapter_43", pages:16, title:"Cersei X", region:"crownlands", setting:"King's Landing", pov:"cersei", episodes:[], appearing:["cersei", "tommen", ]}, - {book:"affc", toth:"104/045", awoiaf:"A_Feast_for_Crows-Chapter_44", pages:14, title:"Jaime VII", region:"riverlands", setting:"Riverrun", pov:"jaime", episodes:[], appearing:["jaime", ]}, - {book:"affc", toth:"104/046", awoiaf:"A_Feast_for_Crows-Chapter_45", pages:12, title:"Samwell V", region:"reach", setting:"Oldtown", pov:"samwell", episodes:[], appearing:["samwell", ]}, - {book:"adwd", toth:"105/001", awoiaf:"Prologue_(A_Dance_with_Dragons)", pages:13, title:"Prologue", region:"beyond", setting:"Beyond the Wall", pov:"other", episodes:[], appearing:[]}, - {book:"adwd", toth:"105/002", awoiaf:"A_Dance_with_Dragons-Chapter_1", pages:15, title:"Tyrion I", region:"essos", setting:"Pentos", pov:"tyrion", episodes:[], appearing:["tyrion", ]}, - {book:"adwd", toth:"105/003", awoiaf:"A_Dance_with_Dragons-Chapter_2", pages:15, title:"Daenerys I", region:"essos", setting:"Meereen", pov:"daenerys", episodes:[], appearing:["daenerys", "barristan", ]}, - {book:"adwd", toth:"105/004", awoiaf:"A_Dance_with_Dragons-Chapter_3", pages:14, title:"Jon I", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", "stannis", "samwell", ]}, - {book:"adwd", toth:"105/005", awoiaf:"A_Dance_with_Dragons-Chapter_4", pages:11, title:"Bran I", region:"beyond", setting:"A lake beyond the Wall", pov:"bran", episodes:[], appearing:["bran", ]}, - {book:"adwd", toth:"105/006", awoiaf:"A_Dance_with_Dragons-Chapter_5", pages:12, title:"Tyrion II", region:"essos", setting:"Flatlands & Velvet Hills", pov:"tyrion", episodes:[], appearing:["tyrion", ]}, - {book:"adwd", toth:"105/007", awoiaf:"A_Dance_with_Dragons-Chapter_6", pages:12, title:"The Merchant's Man", region:"essos", setting:"Volantis", pov:"other", episodes:[], appearing:[]}, - {book:"adwd", toth:"105/008", awoiaf:"A_Dance_with_Dragons-Chapter_7", pages:17, title:"Jon II", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", "stannis", "samwell", ]}, - {book:"adwd", toth:"105/009", awoiaf:"A_Dance_with_Dragons-Chapter_8", pages:11, title:"Tyrion III", region:"essos", setting:"Pentos", pov:"tyrion", episodes:[], appearing:["tyrion", ]}, - {book:"adwd", toth:"105/010", awoiaf:"A_Dance_with_Dragons-Chapter_9", pages:11, title:"Davos I", region:"vale", setting:"Sisterton", pov:"davos", episodes:[], appearing:["davos", ]}, - {book:"adwd", toth:"105/011", awoiaf:"A_Dance_with_Dragons-Chapter_10", pages:14, title:"Jon III", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", "stannis", ]}, - {book:"adwd", toth:"105/012", awoiaf:"A_Dance_with_Dragons-Chapter_11", pages:13, title:"Daenerys II", region:"essos", setting:"Meereen", pov:"daenerys", episodes:[], appearing:["daenerys", "barristan", ]}, - {book:"adwd", toth:"105/013", awoiaf:"A_Dance_with_Dragons-Chapter_12", pages:8, title:"Reek I", region:"north", setting:"Dredfort", pov:"theon", episodes:[], appearing:["theon", ]}, - {book:"adwd", toth:"105/014", awoiaf:"A_Dance_with_Dragons-Chapter_13", pages:10, title:"Bran II", region:"beyond", setting:"Cave of the three-eyed crow", pov:"bran", episodes:[], appearing:["bran", ]}, - {book:"adwd", toth:"105/015", awoiaf:"A_Dance_with_Dragons-Chapter_14", pages:13, title:"Tyrion IV", region:"essos", setting:"Ny Sar", pov:"tyrion", episodes:[], appearing:["tyrion", "griff", ]}, - {book:"adwd", toth:"105/016", awoiaf:"A_Dance_with_Dragons-Chapter_15", pages:11, title:"Davos II", region:"north", setting:"White Harbor", pov:"davos", episodes:[], appearing:["davos", ]}, - {book:"adwd", toth:"105/017", awoiaf:"A_Dance_with_Dragons-Chapter_16", pages:15, title:"Daenerys III", region:"essos", setting:"Meereen", pov:"daenerys", episodes:[], appearing:["daenerys", "barristan", ]}, - {book:"adwd", toth:"105/018", awoiaf:"A_Dance_with_Dragons-Chapter_17", pages:14, title:"Jon IV", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", "stannis", ]}, - {book:"adwd", toth:"105/019", awoiaf:"A_Dance_with_Dragons-Chapter_18", pages:11, title:"Tyrion V", region:"essos", setting:"The Sorrows", pov:"tyrion", episodes:[], appearing:["tyrion", "griff", ]}, - {book:"adwd", toth:"105/020", awoiaf:"A_Dance_with_Dragons-Chapter_19", pages:10, title:"Davos III", region:"north", setting:"White Harbor", pov:"davos", episodes:[], appearing:["davos", ]}, - {book:"adwd", toth:"105/021", awoiaf:"A_Dance_with_Dragons-Chapter_20", pages:14, title:"Reek II", region:"north", setting:"Moat Cailin", pov:"theon", episodes:[], appearing:["theon", ]}, - {book:"adwd", toth:"105/022", awoiaf:"A_Dance_with_Dragons-Chapter_21", pages:9, title:"Jon V", region:"north", setting:"Mole's Town", pov:"jon", episodes:[], appearing:["jon", ]}, - {book:"adwd", toth:"105/023", awoiaf:"A_Dance_with_Dragons-Chapter_22", pages:17, title:"Tyrion VI", region:"essos", setting:"Selhorys", pov:"tyrion", episodes:[], appearing:["tyrion", "griff", ]}, - {book:"adwd", toth:"105/024", awoiaf:"A_Dance_with_Dragons-Chapter_23", pages:13, title:"Daenerys IV", region:"essos", setting:"Meereen", pov:"daenerys", episodes:[], appearing:["daenerys", "barristan", ]}, - {book:"adwd", toth:"105/025", awoiaf:"A_Dance_with_Dragons-Chapter_24", pages:14, title:"The Lost Lord", region:"essos", setting:"Golden Company camp", pov:"other", episodes:[], appearing:["griff", ]}, - {book:"adwd", toth:"105/026", awoiaf:"A_Dance_with_Dragons-Chapter_25", pages:12, title:"The Windblown", region:"essos", setting:"Astapor", pov:"other", episodes:[], appearing:[]}, - {book:"adwd", toth:"105/027", awoiaf:"A_Dance_with_Dragons-Chapter_26", pages:19, title:"The Wayward Bride", region:"north", setting:"Deepwood Motte", pov:"asha", episodes:[], appearing:["asha", ]}, - {book:"adwd", toth:"105/028", awoiaf:"A_Dance_with_Dragons-Chapter_27", pages:21, title:"Tyrion VII", region:"essos", setting:"Volantis", pov:"tyrion", episodes:[], appearing:["tyrion", "jorah", ]}, - {book:"adwd", toth:"105/029", awoiaf:"A_Dance_with_Dragons-Chapter_28", pages:10, title:"Jon VI", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", ]}, - {book:"adwd", toth:"105/030", awoiaf:"A_Dance_with_Dragons-Chapter_29", pages:13, title:"Davos IV", region:"north", setting:"White Harbor", pov:"davos", episodes:[], appearing:["davos", ]}, - {book:"adwd", toth:"105/031", awoiaf:"A_Dance_with_Dragons-Chapter_30", pages:12, title:"Daenerys V", region:"essos", setting:"Meereen", pov:"daenerys", episodes:[], appearing:["daenerys", "barristan", ]}, - {book:"adwd", toth:"105/032", awoiaf:"A_Dance_with_Dragons-Chapter_31", pages:13, title:"Melisandre I", region:"north", setting:"Castle Black", pov:"other", episodes:[], appearing:["jon", ]}, - {book:"adwd", toth:"105/033", awoiaf:"A_Dance_with_Dragons-Chapter_32", pages:14, title:"Reek III", region:"north", setting:"Barrowton", pov:"theon", episodes:[], appearing:["theon", ]}, - {book:"adwd", toth:"105/034", awoiaf:"A_Dance_with_Dragons-Chapter_33", pages:14, title:"Tyrion VIII", region:"essos", setting:"The east coast of Valyria", pov:"tyrion", episodes:[], appearing:["tyrion", ]}, - {book:"adwd", toth:"105/035", awoiaf:"A_Dance_with_Dragons-Chapter_34", pages:13, title:"Bran III", region:"beyond", setting:"Cave of the three-eyed crow", pov:"bran", episodes:[], appearing:["bran", ]}, - {book:"adwd", toth:"105/036", awoiaf:"A_Dance_with_Dragons-Chapter_35", pages:12, title:"Jon VII", region:"beyond", setting:"Outside Castle Black", pov:"jon", episodes:[], appearing:["jon", ]}, - {book:"adwd", toth:"105/037", awoiaf:"A_Dance_with_Dragons-Chapter_36", pages:11, title:"Daenerys VI", region:"essos", setting:"Outside Meereen", pov:"daenerys", episodes:[], appearing:["daenerys", "barristan", ]}, - {book:"adwd", toth:"105/038", awoiaf:"A_Dance_with_Dragons-Chapter_37", pages:16, title:"The Prince Of Winterfell", region:"north", setting:"Winterfell", pov:"theon", episodes:[], appearing:["theon", ]}, - {book:"adwd", toth:"105/039", awoiaf:"A_Dance_with_Dragons-Chapter_38", pages:14, title:"The WATCHER", region:"dorne", setting:"Sunspear", pov:"other", episodes:[], appearing:["myrcella", ]}, - {book:"adwd", toth:"105/040", awoiaf:"A_Dance_with_Dragons-Chapter_39", pages:10, title:"Jon VIII", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", ]}, - {book:"adwd", toth:"105/041", awoiaf:"A_Dance_with_Dragons-Chapter_40", pages:12, title:"Tyrion IX", region:"essos", setting:"Gulf of Grief", pov:"tyrion", episodes:[], appearing:["tyrion", ]}, - {book:"adwd", toth:"105/042", awoiaf:"A_Dance_with_Dragons-Chapter_41", pages:13, title:"The Turncloak", region:"north", setting:"Winterfell", pov:"theon", episodes:[], appearing:["theon", ]}, - {book:"adwd", toth:"105/043", awoiaf:"A_Dance_with_Dragons-Chapter_42", pages:15, title:"The King's Prize", region:"north", setting:"The Wolfswood", pov:"asha", episodes:[], appearing:["stannis", "asha", ]}, - {book:"adwd", toth:"105/044", awoiaf:"A_Dance_with_Dragons-Chapter_43", pages:15, title:"Daenerys VII", region:"essos", setting:"Meereen", pov:"daenerys", episodes:[], appearing:["daenerys", "barristan", ]}, - {book:"adwd", toth:"105/045", awoiaf:"A_Dance_with_Dragons-Chapter_44", pages:14, title:"Jon IX", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", ]}, - {book:"adwd", toth:"105/046", awoiaf:"A_Dance_with_Dragons-Chapter_45", pages:12, title:"The Blind Girl", region:"essos", setting:"Braavos", pov:"arya", episodes:[], appearing:["arya", ]}, - {book:"adwd", toth:"105/047", awoiaf:"A_Dance_with_Dragons-Chapter_46", pages:13, title:"A Ghost In Winterfell", region:"north", setting:"Winterfell", pov:"theon", episodes:[], appearing:["theon", ]}, - {book:"adwd", toth:"105/048", awoiaf:"A_Dance_with_Dragons-Chapter_47", pages:14, title:"Tyrion X", region:"essos", setting:"Meereen", pov:"tyrion", episodes:[], appearing:["tyrion", "jorah", ]}, - {book:"adwd", toth:"105/049", awoiaf:"A_Dance_with_Dragons-Chapter_48", pages:15, title:"Jaime I", region:"riverlands", setting:"Raventree Hall", pov:"jaime", episodes:[], appearing:["jaime", ]}, - {book:"adwd", toth:"105/050", awoiaf:"A_Dance_with_Dragons-Chapter_49", pages:14, title:"Jon X", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", ]}, - {book:"adwd", toth:"105/051", awoiaf:"A_Dance_with_Dragons-Chapter_50", pages:12, title:"Daenerys VIII", region:"essos", setting:"Meereen", pov:"daenerys", episodes:[], appearing:["daenerys", "barristan", ]}, - {book:"adwd", toth:"105/052", awoiaf:"A_Dance_with_Dragons-Chapter_51", pages:14, title:"Theon I", region:"north", setting:"Winterfell", pov:"theon", episodes:[], appearing:["theon", ]}, - {book:"adwd", toth:"105/053", awoiaf:"A_Dance_with_Dragons-Chapter_52", pages:13, title:"Daenerys IX", region:"essos", setting:"Meereen", pov:"daenerys", episodes:[], appearing:["daenerys", "tyrion", "jorah", "barristan", ]}, - {book:"adwd", toth:"105/054", awoiaf:"A_Dance_with_Dragons-Chapter_53", pages:17, title:"Jon XI", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", ]}, - {book:"adwd", toth:"105/055", awoiaf:"A_Dance_with_Dragons-Chapter_54", pages:13, title:"Cersei I", region:"crownlands", setting:"King's Landing", pov:"cersei", episodes:[], appearing:["cersei", ]}, - {book:"adwd", toth:"105/056", awoiaf:"A_Dance_with_Dragons-Chapter_55", pages:11, title:"The Queensguard", region:"essos", setting:"Meereen", pov:"barristan", episodes:[], appearing:["barristan", ]}, - {book:"adwd", toth:"105/057", awoiaf:"A_Dance_with_Dragons-Chapter_56", pages:13, title:"The Iron Suitor", region:"essos", setting:"Gulf of Grief", pov:"other", episodes:[], appearing:[]}, - {book:"adwd", toth:"105/058", awoiaf:"A_Dance_with_Dragons-Chapter_57", pages:15, title:"Tyrion XI", region:"essos", setting:"Meereen", pov:"tyrion", episodes:[], appearing:["tyrion", "jorah", ]}, - {book:"adwd", toth:"105/059", awoiaf:"A_Dance_with_Dragons-Chapter_58", pages:14, title:"Jon XII", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", ]}, - {book:"adwd", toth:"105/060", awoiaf:"A_Dance_with_Dragons-Chapter_59", pages:10, title:"The Discarded Knight", region:"essos", setting:"Meereen", pov:"barristan", episodes:[], appearing:["daenerys", "barristan", ]}, - {book:"adwd", toth:"105/061", awoiaf:"A_Dance_with_Dragons-Chapter_60", pages:8, title:"The Spurned Suitor", region:"essos", setting:"Meereen", pov:"other", episodes:[], appearing:[]}, - {book:"adwd", toth:"105/062", awoiaf:"A_Dance_with_Dragons-Chapter_61", pages:13, title:"The Griffin Reborn", region:"stormlands", setting:"Griffin's Roost", pov:"other", episodes:[], appearing:["griff", ]}, - {book:"adwd", toth:"105/063", awoiaf:"A_Dance_with_Dragons-Chapter_62", pages:13, title:"The Sacrifice", region:"north", setting:"Crofter's Village near Winterfell", pov:"asha", episodes:[], appearing:["stannis", "asha", ]}, - {book:"adwd", toth:"105/064", awoiaf:"A_Dance_with_Dragons-Chapter_63", pages:8, title:"Victarion I", region:"essos", setting:"Slaver's Bay", pov:"other", episodes:[], appearing:[]}, - {book:"adwd", toth:"105/065", awoiaf:"A_Dance_with_Dragons-Chapter_64", pages:13, title:"The Ugly Little Girl", region:"essos", setting:"Braavos", pov:"arya", episodes:[], appearing:["arya", ]}, - {book:"adwd", toth:"105/066", awoiaf:"A_Dance_with_Dragons-Chapter_65", pages:12, title:"Cersei II", region:"crownlands", setting:"King's Landing", pov:"cersei", episodes:[], appearing:["cersei", ]}, - {book:"adwd", toth:"105/067", awoiaf:"A_Dance_with_Dragons-Chapter_66", pages:12, title:"Tyrion XII", region:"essos", setting:"Meereen", pov:"tyrion", episodes:[], appearing:["tyrion", ]}, - {book:"adwd", toth:"105/068", awoiaf:"A_Dance_with_Dragons-Chapter_67", pages:15, title:"The Kingbreaker", region:"essos", setting:"Meereen", pov:"barristan", episodes:[], appearing:["barristan", ]}, - {book:"adwd", toth:"105/069", awoiaf:"A_Dance_with_Dragons-Chapter_68", pages:12, title:"The Dragontamer", region:"essos", setting:"Meereen", pov:"other", episodes:[], appearing:[]}, - {book:"adwd", toth:"105/070", awoiaf:"A_Dance_with_Dragons-Chapter_69", pages:15, title:"Jon XIII", region:"north", setting:"Castle Black", pov:"jon", episodes:[], appearing:["jon", ]}, - {book:"adwd", toth:"105/071", awoiaf:"A_Dance_with_Dragons-Chapter_70", pages:15, title:"The Queen's Hand", region:"essos", setting:"Meereen", pov:"barristan", episodes:[], appearing:["barristan", ]}, - {book:"adwd", toth:"105/072", awoiaf:"A_Dance_with_Dragons-Chapter_71", pages:15, title:"Daenerys X", region:"essos", setting:"The Dothraki Sea", pov:"daenerys", episodes:[], appearing:["daenerys", ]}, - {book:"adwd", toth:"105/073", awoiaf:"Epilogue_(A_Dance_with_Dragons)", pages:17, title:"Epilogue", region:"crownlands", setting:"King's Landing", pov:"other", episodes:[], appearing:[]}, + { + book: 'agot', + toth: '101/001', + awoiaf: 'A_Game_of_Thrones-Prologue', + pages: 10, + title: 'Prologue', + region: 'beyond', + setting: 'Beyond the Wall', + pov: 'other', + episodes: [0], + appearing: [], + }, + { + book: 'agot', + toth: '101/002', + awoiaf: 'A_Game_of_Thrones-Chapter_1', + pages: 7, + title: 'Bran I', + region: 'north', + setting: 'Outside Winterfell', + pov: 'bran', + episodes: [0], + appearing: ['eddard', 'robb', 'bran', 'jon', 'theon'], + }, + { + book: 'agot', + toth: '101/003', + awoiaf: 'A_Game_of_Thrones-Chapter_2', + pages: 5, + title: 'Catelyn I', + region: 'north', + setting: 'Winterfell', + pov: 'catelyn', + episodes: [0], + appearing: ['eddard', 'catelyn'], + }, + { + book: 'agot', + toth: '101/004', + awoiaf: 'A_Game_of_Thrones-Chapter_3', + pages: 10, + title: 'Daenerys I', + region: 'essos', + setting: 'Pentos', + pov: 'daenerys', + episodes: [0], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'agot', + toth: '101/005', + awoiaf: 'A_Game_of_Thrones-Chapter_4', + pages: 8, + title: 'Eddard I', + region: 'north', + setting: 'Winterfell', + pov: 'eddard', + episodes: [0], + appearing: [ + 'eddard', + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'rickon', + 'jaime', + 'cersei', + 'tyrion', + 'joffrey', + 'myrcella', + 'tommen', + 'robert', + ], + }, + { + book: 'agot', + toth: '101/006', + awoiaf: 'A_Game_of_Thrones-Chapter_5', + pages: 8, + title: 'Jon I', + region: 'north', + setting: 'Winterfell', + pov: 'jon', + episodes: [0], + appearing: [ + 'eddard', + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'rickon', + 'jon', + 'jaime', + 'cersei', + 'tyrion', + 'joffrey', + 'myrcella', + 'tommen', + 'robert', + 'theon', + ], + }, + { + book: 'agot', + toth: '101/007', + awoiaf: 'A_Game_of_Thrones-Chapter_6', + pages: 8, + title: 'Catelyn II', + region: 'north', + setting: 'Winterfell', + pov: 'catelyn', + episodes: [0], + appearing: ['eddard', 'catelyn'], + }, + { + book: 'agot', + toth: '101/008', + awoiaf: 'A_Game_of_Thrones-Chapter_7', + pages: 7, + title: 'Arya I', + region: 'north', + setting: 'Winterfell', + pov: 'arya', + episodes: [], + appearing: [ + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'jon', + 'joffrey', + 'myrcella', + 'tommen', + 'theon', + ], + }, + { + book: 'agot', + toth: '101/009', + awoiaf: 'A_Game_of_Thrones-Chapter_8', + pages: 8, + title: 'Bran II', + region: 'north', + setting: 'Winterfell', + pov: 'bran', + episodes: [0], + appearing: ['bran', 'jaime', 'cersei'], + }, + { + book: 'agot', + toth: '101/010', + awoiaf: 'A_Game_of_Thrones-Chapter_9', + pages: 5, + title: 'Tyrion I', + region: 'north', + setting: 'Winterfell', + pov: 'tyrion', + episodes: [1], + appearing: ['jaime', 'cersei', 'tyrion', 'joffrey', 'myrcella', 'tommen'], + }, + { + book: 'agot', + toth: '101/011', + awoiaf: 'A_Game_of_Thrones-Chapter_10', + pages: 5, + title: 'Jon II', + region: 'north', + setting: 'Winterfell', + pov: 'jon', + episodes: [1], + appearing: ['catelyn', 'robb', 'bran', 'arya', 'jon'], + }, + { + book: 'agot', + toth: '101/012', + awoiaf: 'A_Game_of_Thrones-Chapter_11', + pages: 9, + title: 'Daenerys II', + region: 'essos', + setting: 'Outside Pentos', + pov: 'daenerys', + episodes: [0], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'agot', + toth: '101/013', + awoiaf: 'A_Game_of_Thrones-Chapter_12', + pages: 8, + title: 'Eddard II', + region: 'north', + setting: 'A few days south of Winterfell', + pov: 'eddard', + episodes: [1], + appearing: ['eddard', 'robert'], + }, + { + book: 'agot', + toth: '101/014', + awoiaf: 'A_Game_of_Thrones-Chapter_13', + pages: 8, + title: 'Tyrion II', + region: 'north', + setting: 'The Wolfswood', + pov: 'tyrion', + episodes: [1], + appearing: ['jon', 'tyrion'], + }, + { + book: 'agot', + toth: '101/015', + awoiaf: 'A_Game_of_Thrones-Chapter_14', + pages: 9, + title: 'Catelyn III', + region: 'north', + setting: 'Winterfell', + pov: 'catelyn', + episodes: [1], + appearing: ['catelyn', 'robb', 'bran', 'theon'], + }, + { + book: 'agot', + toth: '101/016', + awoiaf: 'A_Game_of_Thrones-Chapter_15', + pages: 12, + title: 'Sansa I', + region: 'riverlands', + setting: 'Near the Trident', + pov: 'sansa', + episodes: [1], + appearing: ['sansa', 'arya', 'cersei', 'joffrey', 'renly', 'barristan'], + }, + { + book: 'agot', + toth: '101/017', + awoiaf: 'A_Game_of_Thrones-Chapter_16', + pages: 6, + title: 'Eddard III', + region: 'riverlands', + setting: 'Near the Trident', + pov: 'eddard', + episodes: [1], + appearing: [ + 'sansa', + 'arya', + 'cersei', + 'joffrey', + 'robert', + 'renly', + 'barristan', + ], + }, + { + book: 'agot', + toth: '101/018', + awoiaf: 'A_Game_of_Thrones-Chapter_17', + pages: 4, + title: 'Bran III', + region: 'north', + setting: 'Winterfell', + pov: 'bran', + episodes: [1], + appearing: ['robb', 'bran'], + }, + { + book: 'agot', + toth: '101/019', + awoiaf: 'A_Game_of_Thrones-Chapter_18', + pages: 10, + title: 'Catelyn IV', + region: 'crownlands', + setting: "King's Landing", + pov: 'catelyn', + episodes: [2], + appearing: ['catelyn', 'petyr'], + }, + { + book: 'agot', + toth: '101/020', + awoiaf: 'A_Game_of_Thrones-Chapter_19', + pages: 12, + title: 'Jon III', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [2], + appearing: ['jon', 'tyrion'], + }, + { + book: 'agot', + toth: '101/021', + awoiaf: 'A_Game_of_Thrones-Chapter_20', + pages: 11, + title: 'Eddard IV', + region: 'crownlands', + setting: "King's Landing", + pov: 'eddard', + episodes: [2], + appearing: ['eddard', 'catelyn', 'renly', 'petyr'], + }, + { + book: 'agot', + toth: '101/022', + awoiaf: 'A_Game_of_Thrones-Chapter_21', + pages: 10, + title: 'Tyrion III', + region: 'north', + setting: 'Castle Black', + pov: 'tyrion', + episodes: [2], + appearing: ['jon', 'tyrion'], + }, + { + book: 'agot', + toth: '101/023', + awoiaf: 'A_Game_of_Thrones-Chapter_22', + pages: 9, + title: 'Arya II', + region: 'crownlands', + setting: "King's Landing", + pov: 'arya', + episodes: [2], + appearing: ['eddard', 'sansa', 'arya'], + }, + { + book: 'agot', + toth: '101/024', + awoiaf: 'A_Game_of_Thrones-Chapter_23', + pages: 10, + title: 'Daenerys III', + region: 'essos', + setting: 'The Dothraki Sea', + pov: 'daenerys', + episodes: [1, 2], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'agot', + toth: '101/025', + awoiaf: 'A_Game_of_Thrones-Chapter_24', + pages: 10, + title: 'Bran IV', + region: 'north', + setting: 'Winterfell', + pov: 'bran', + episodes: [2, 3], + appearing: ['robb', 'bran', 'rickon', 'tyrion', 'theon'], + }, + { + book: 'agot', + toth: '101/026', + awoiaf: 'A_Game_of_Thrones-Chapter_25', + pages: 8, + title: 'Eddard V', + region: 'crownlands', + setting: "King's Landing", + pov: 'eddard', + episodes: [3], + appearing: ['eddard', 'arya', 'petyr'], + }, + { + book: 'agot', + toth: '101/027', + awoiaf: 'A_Game_of_Thrones-Chapter_26', + pages: 9, + title: 'Jon IV', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [3], + appearing: ['jon', 'samwell'], + }, + { + book: 'agot', + toth: '101/028', + awoiaf: 'A_Game_of_Thrones-Chapter_27', + pages: 11, + title: 'Eddard VI', + region: 'crownlands', + setting: "King's Landing", + pov: 'eddard', + episodes: [3], + appearing: ['eddard', 'renly', 'petyr'], + }, + { + book: 'agot', + toth: '101/029', + awoiaf: 'A_Game_of_Thrones-Chapter_28', + pages: 8, + title: 'Catelyn V', + region: 'riverlands', + setting: 'Crossroads Inn, Riverlands', + pov: 'catelyn', + episodes: [3], + appearing: ['catelyn', 'tyrion'], + }, + { + book: 'agot', + toth: '101/030', + awoiaf: 'A_Game_of_Thrones-Chapter_29', + pages: 10, + title: 'Sansa II', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [3], + appearing: [ + 'sansa', + 'jaime', + 'cersei', + 'joffrey', + 'robert', + 'renly', + 'petyr', + 'barristan', + ], + }, + { + book: 'agot', + toth: '101/031', + awoiaf: 'A_Game_of_Thrones-Chapter_30', + pages: 18, + title: 'Eddard VII', + region: 'crownlands', + setting: "King's Landing", + pov: 'eddard', + episodes: [4], + appearing: [ + 'eddard', + 'sansa', + 'arya', + 'jaime', + 'robert', + 'renly', + 'petyr', + 'barristan', + ], + }, + { + book: 'agot', + toth: '101/032', + awoiaf: 'A_Game_of_Thrones-Chapter_31', + pages: 10, + title: 'Tyrion IV', + region: 'vale', + setting: 'The Mountains of the Moon', + pov: 'tyrion', + episodes: [4], + appearing: ['catelyn'], + }, + { + book: 'agot', + toth: '101/033', + awoiaf: 'A_Game_of_Thrones-Chapter_32', + pages: 10, + title: 'Arya III', + region: 'crownlands', + setting: "King's Landing", + pov: 'arya', + episodes: [4], + appearing: ['eddard', 'arya', 'myrcella', 'tommen'], + }, + { + book: 'agot', + toth: '101/034', + awoiaf: 'A_Game_of_Thrones-Chapter_33', + pages: 7, + title: 'Eddard VIII', + region: 'crownlands', + setting: "King's Landing", + pov: 'eddard', + episodes: [4], + appearing: ['eddard', 'robert', 'renly', 'petyr', 'barristan'], + }, + { + book: 'agot', + toth: '101/035', + awoiaf: 'A_Game_of_Thrones-Chapter_34', + pages: 16, + title: 'Catelyn VI', + region: 'vale', + setting: 'The Eyrie', + pov: 'catelyn', + episodes: [4], + appearing: ['catelyn', 'tyrion', 'lysa'], + }, + { + book: 'agot', + toth: '101/036', + awoiaf: 'A_Game_of_Thrones-Chapter_35', + pages: 4, + title: 'Eddard IX', + region: 'crownlands', + setting: "King's Landing", + pov: 'eddard', + episodes: [4], + appearing: ['eddard', 'jaime', 'petyr'], + }, + { + book: 'agot', + toth: '101/037', + awoiaf: 'A_Game_of_Thrones-Chapter_36', + pages: 11, + title: 'Daenerys IV', + region: 'essos', + setting: 'Vaes Dothrak', + pov: 'daenerys', + episodes: [3], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'agot', + toth: '101/038', + awoiaf: 'A_Game_of_Thrones-Chapter_37', + pages: 9, + title: 'Bran V', + region: 'north', + setting: 'Winterfell', + pov: 'bran', + episodes: [5], + appearing: ['robb', 'bran', 'theon'], + }, + { + book: 'agot', + toth: '101/039', + awoiaf: 'A_Game_of_Thrones-Chapter_38', + pages: 13, + title: 'Tyrion V', + region: 'vale', + setting: 'The Eyrie', + pov: 'tyrion', + episodes: [5], + appearing: ['catelyn', 'tyrion', 'lysa'], + }, + { + book: 'agot', + toth: '101/040', + awoiaf: 'A_Game_of_Thrones-Chapter_39', + pages: 6, + title: 'Eddard X', + region: 'crownlands', + setting: "King's Landing", + pov: 'eddard', + episodes: [5], + appearing: ['eddard', 'cersei', 'robert'], + }, + { + book: 'agot', + toth: '101/041', + awoiaf: 'A_Game_of_Thrones-Chapter_40', + pages: 11, + title: 'Catelyn VII', + region: 'vale', + setting: 'The Eyrie', + pov: 'catelyn', + episodes: [5], + appearing: ['catelyn', 'tyrion', 'lysa'], + }, + { + book: 'agot', + toth: '101/042', + awoiaf: 'A_Game_of_Thrones-Chapter_41', + pages: 7, + title: 'Jon V', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon', 'samwell'], + }, + { + book: 'agot', + toth: '101/043', + awoiaf: 'A_Game_of_Thrones-Chapter_42', + pages: 8, + title: 'Tyrion VI', + region: 'vale', + setting: 'The Mountains of the Moon', + pov: 'tyrion', + episodes: [7], + appearing: ['tyrion'], + }, + { + book: 'agot', + toth: '101/044', + awoiaf: 'A_Game_of_Thrones-Chapter_43', + pages: 8, + title: 'Eddard XI', + region: 'crownlands', + setting: "King's Landing", + pov: 'eddard', + episodes: [5], + appearing: ['eddard', 'sansa', 'petyr'], + }, + { + book: 'agot', + toth: '101/045', + awoiaf: 'A_Game_of_Thrones-Chapter_44', + pages: 7, + title: 'Sansa III', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [5], + appearing: ['eddard', 'sansa', 'arya'], + }, + { + book: 'agot', + toth: '101/046', + awoiaf: 'A_Game_of_Thrones-Chapter_45', + pages: 8, + title: 'Eddard XII', + region: 'crownlands', + setting: "King's Landing", + pov: 'eddard', + episodes: [6], + appearing: ['eddard', 'cersei', 'petyr'], + }, + { + book: 'agot', + toth: '101/047', + awoiaf: 'A_Game_of_Thrones-Chapter_46', + pages: 10, + title: 'Daenerys V', + region: 'essos', + setting: 'Vaes Dothrak', + pov: 'daenerys', + episodes: [], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'agot', + toth: '101/048', + awoiaf: 'A_Game_of_Thrones-Chapter_47', + pages: 11, + title: 'Eddard XIII', + region: 'crownlands', + setting: "King's Landing", + pov: 'eddard', + episodes: [6], + appearing: ['cersei', 'robert', 'renly', 'petyr', 'barristan'], + }, + { + book: 'agot', + toth: '101/049', + awoiaf: 'A_Game_of_Thrones-Chapter_48', + pages: 7, + title: 'Jon VI', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon', 'samwell'], + }, + { + book: 'agot', + toth: '101/050', + awoiaf: 'A_Game_of_Thrones-Chapter_49', + pages: 6, + title: 'Eddard XIV', + region: 'crownlands', + setting: "King's Landing", + pov: 'eddard', + episodes: [6], + appearing: [ + 'eddard', + 'sansa', + 'arya', + 'cersei', + 'joffrey', + 'myrcella', + 'tommen', + 'petyr', + 'barristan', + ], + }, + { + book: 'agot', + toth: '101/051', + awoiaf: 'A_Game_of_Thrones-Chapter_50', + pages: 10, + title: 'Arya IV', + region: 'crownlands', + setting: "King's Landing", + pov: 'arya', + episodes: [7], + appearing: ['arya'], + }, + { + book: 'agot', + toth: '101/052', + awoiaf: 'A_Game_of_Thrones-Chapter_51', + pages: 9, + title: 'Sansa IV', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [7], + appearing: ['sansa', 'cersei', 'petyr'], + }, + { + book: 'agot', + toth: '101/053', + awoiaf: 'A_Game_of_Thrones-Chapter_52', + pages: 13, + title: 'Jon VII', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [7], + appearing: ['jon', 'samwell'], + }, + { + book: 'agot', + toth: '101/054', + awoiaf: 'A_Game_of_Thrones-Chapter_53', + pages: 12, + title: 'Bran VI', + region: 'north', + setting: 'Winterfell', + pov: 'bran', + episodes: [7], + appearing: ['robb', 'bran', 'theon'], + }, + { + book: 'agot', + toth: '101/055', + awoiaf: 'A_Game_of_Thrones-Chapter_54', + pages: 10, + title: 'Daenerys VI', + region: 'essos', + setting: 'Vaes Dothrak', + pov: 'daenerys', + episodes: [6], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'agot', + toth: '101/056', + awoiaf: 'A_Game_of_Thrones-Chapter_55', + pages: 10, + title: 'Catelyn VIII', + region: 'north', + setting: 'Moat Cailin', + pov: 'catelyn', + episodes: [7], + appearing: ['catelyn', 'robb', 'theon'], + }, + { + book: 'agot', + toth: '101/057', + awoiaf: 'A_Game_of_Thrones-Chapter_56', + pages: 9, + title: 'Tyrion VII', + region: 'riverlands', + setting: 'The Trident', + pov: 'tyrion', + episodes: [7], + appearing: ['tywin', 'tyrion'], + }, + { + book: 'agot', + toth: '101/058', + awoiaf: 'A_Game_of_Thrones-Chapter_57', + pages: 8, + title: 'Sansa V', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [7], + appearing: ['sansa', 'cersei', 'joffrey', 'petyr', 'barristan'], + }, + { + book: 'agot', + toth: '101/059', + awoiaf: 'A_Game_of_Thrones-Chapter_58', + pages: 8, + title: 'Eddard XV', + region: 'crownlands', + setting: "King's Landing", + pov: 'eddard', + episodes: [7, 8], + appearing: ['eddard'], + }, + { + book: 'agot', + toth: '101/060', + awoiaf: 'A_Game_of_Thrones-Chapter_59', + pages: 12, + title: 'Catelyn IX', + region: 'riverlands', + setting: 'The Twins', + pov: 'catelyn', + episodes: [8], + appearing: ['robb', 'theon'], + }, + { + book: 'agot', + toth: '101/061', + awoiaf: 'A_Game_of_Thrones-Chapter_60', + pages: 11, + title: 'Jon VIII', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [8], + appearing: ['jon', 'samwell'], + }, + { + book: 'agot', + toth: '101/062', + awoiaf: 'A_Game_of_Thrones-Chapter_61', + pages: 9, + title: 'Daenerys VII', + region: 'essos', + setting: 'A Lhazareen village', + pov: 'daenerys', + episodes: [7], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'agot', + toth: '101/063', + awoiaf: 'A_Game_of_Thrones-Chapter_62', + pages: 16, + title: 'Tyrion VIII', + region: 'riverlands', + setting: 'The Trident', + pov: 'tyrion', + episodes: [8], + appearing: ['tywin', 'tyrion'], + }, + { + book: 'agot', + toth: '101/064', + awoiaf: 'A_Game_of_Thrones-Chapter_63', + pages: 7, + title: 'Catelyn X', + region: 'riverlands', + setting: 'Outside Riverrun', + pov: 'catelyn', + episodes: [], + appearing: ['catelyn', 'robb', 'jaime', 'theon'], + }, + { + book: 'agot', + toth: '101/065', + awoiaf: 'A_Game_of_Thrones-Chapter_64', + pages: 12, + title: 'Daenerys VIII', + region: 'essos', + setting: 'A Lhazareen village', + pov: 'daenerys', + episodes: [], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'agot', + toth: '101/066', + awoiaf: 'A_Game_of_Thrones-Chapter_65', + pages: 11, + title: 'Arya V', + region: 'crownlands', + setting: "King's Landing", + pov: 'arya', + episodes: [8, 9], + appearing: ['eddard', 'sansa', 'arya', 'cersei', 'joffrey', 'petyr'], + }, + { + book: 'agot', + toth: '101/067', + awoiaf: 'A_Game_of_Thrones-Chapter_66', + pages: 10, + title: 'Bran VII', + region: 'north', + setting: 'Winterfell', + pov: 'bran', + episodes: [9], + appearing: ['bran', 'rickon'], + }, + { + book: 'agot', + toth: '101/068', + awoiaf: 'A_Game_of_Thrones-Chapter_67', + pages: 8, + title: 'Sansa VI', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [9], + appearing: ['sansa', 'cersei', 'joffrey', 'petyr'], + }, + { + book: 'agot', + toth: '101/069', + awoiaf: 'A_Game_of_Thrones-Chapter_68', + pages: 9, + title: 'Daenerys IX', + region: 'essos', + setting: 'A Lhazareen village', + pov: 'daenerys', + episodes: [9], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'agot', + toth: '101/070', + awoiaf: 'A_Game_of_Thrones-Chapter_69', + pages: 8, + title: 'Tyrion IX', + region: 'riverlands', + setting: 'The Trident', + pov: 'tyrion', + episodes: [9], + appearing: ['tywin', 'tyrion'], + }, + { + book: 'agot', + toth: '101/071', + awoiaf: 'A_Game_of_Thrones-Chapter_70', + pages: 11, + title: 'Jon IX', + region: 'north', + setting: 'Outside Castle Black', + pov: 'jon', + episodes: [9], + appearing: ['jon', 'samwell'], + }, + { + book: 'agot', + toth: '101/072', + awoiaf: 'A_Game_of_Thrones-Chapter_71', + pages: 11, + title: 'Catelyn XI', + region: 'riverlands', + setting: 'Riverrun', + pov: 'catelyn', + episodes: [9], + appearing: ['catelyn', 'robb', 'theon'], + }, + { + book: 'agot', + toth: '101/073', + awoiaf: 'A_Game_of_Thrones-Chapter_72', + pages: 7, + title: 'Daenerys X', + region: 'essos', + setting: 'A Lhazareen village', + pov: 'daenerys', + episodes: [9], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'acok', + toth: '102/001', + awoiaf: 'A_Clash_of_Kings-Prologue', + pages: 21, + title: 'Prologue', + region: 'crownlands', + setting: 'Dragonstone', + pov: 'other', + episodes: [10], + appearing: ['stannis', 'davos'], + }, + { + book: 'acok', + toth: '102/002', + awoiaf: 'A_Clash_of_Kings-Chapter_1', + pages: 6, + title: 'Arya I', + region: 'crownlands', + setting: 'The Kingsroad', + pov: 'arya', + episodes: [9], + appearing: ['arya'], + }, + { + book: 'acok', + toth: '102/003', + awoiaf: 'A_Clash_of_Kings-Chapter_2', + pages: 11, + title: 'Sansa I', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [10], + appearing: ['sansa', 'tyrion', 'joffrey', 'myrcella', 'tommen'], + }, + { + book: 'acok', + toth: '102/004', + awoiaf: 'A_Clash_of_Kings-Chapter_3', + pages: 13, + title: 'Tyrion I', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [10], + appearing: ['cersei', 'tyrion', 'petyr'], + }, + { + book: 'acok', + toth: '102/005', + awoiaf: 'A_Clash_of_Kings-Chapter_4', + pages: 9, + title: 'Bran I', + region: 'north', + setting: 'Winterfell', + pov: 'bran', + episodes: [10], + appearing: ['bran'], + }, + { + book: 'acok', + toth: '102/006', + awoiaf: 'A_Clash_of_Kings-Chapter_5', + pages: 9, + title: 'Arya II', + region: 'crownlands', + setting: 'An Inn near the Kingsroad', + pov: 'arya', + episodes: [11], + appearing: ['arya'], + }, + { + book: 'acok', + toth: '102/007', + awoiaf: 'A_Clash_of_Kings-Chapter_6', + pages: 11, + title: 'Jon I', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon', 'samwell'], + }, + { + book: 'acok', + toth: '102/008', + awoiaf: 'A_Clash_of_Kings-Chapter_7', + pages: 12, + title: 'Catelyn I', + region: 'riverlands', + setting: 'Riverrun', + pov: 'catelyn', + episodes: [10], + appearing: ['catelyn', 'robb', 'theon'], + }, + { + book: 'acok', + toth: '102/009', + awoiaf: 'A_Clash_of_Kings-Chapter_8', + pages: 11, + title: 'Tyrion II', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [11], + appearing: ['tyrion'], + }, + { + book: 'acok', + toth: '102/010', + awoiaf: 'A_Clash_of_Kings-Chapter_9', + pages: 7, + title: 'Arya III', + region: 'riverlands', + setting: "The shore of the God's Eye", + pov: 'arya', + episodes: [11], + appearing: ['arya'], + }, + { + book: 'acok', + toth: '102/011', + awoiaf: 'A_Clash_of_Kings-Chapter_10', + pages: 14, + title: 'Davos I', + region: 'crownlands', + setting: 'Dragonstone', + pov: 'davos', + episodes: [10], + appearing: ['stannis', 'davos'], + }, + { + book: 'acok', + toth: '102/012', + awoiaf: 'A_Clash_of_Kings-Chapter_11', + pages: 17, + title: 'Theon I', + region: 'iron', + setting: 'Pyke', + pov: 'theon', + episodes: [11], + appearing: ['theon'], + }, + { + book: 'acok', + toth: '102/013', + awoiaf: 'A_Clash_of_Kings-Chapter_12', + pages: 12, + title: 'Daenerys I', + region: 'essos', + setting: 'Vaes Tolorro', + pov: 'daenerys', + episodes: [10, 11], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'acok', + toth: '102/014', + awoiaf: 'A_Clash_of_Kings-Chapter_13', + pages: 6, + title: 'Jon II', + region: 'beyond', + setting: 'Whitetree, Beyond the Wall', + pov: 'jon', + episodes: [], + appearing: ['jon', 'samwell'], + }, + { + book: 'acok', + toth: '102/015', + awoiaf: 'A_Clash_of_Kings-Chapter_14', + pages: 12, + title: 'Arya IV', + region: 'riverlands', + setting: "The shore of the God's Eye", + pov: 'arya', + episodes: [12], + appearing: ['arya'], + }, + { + book: 'acok', + toth: '102/016', + awoiaf: 'A_Clash_of_Kings-Chapter_15', + pages: 11, + title: 'Tyrion III', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [11], + appearing: ['cersei', 'tyrion', 'petyr'], + }, + { + book: 'acok', + toth: '102/017', + awoiaf: 'A_Clash_of_Kings-Chapter_16', + pages: 14, + title: 'Bran II', + region: 'north', + setting: 'Winterfell', + pov: 'bran', + episodes: [], + appearing: ['bran'], + }, + { + book: 'acok', + toth: '102/018', + awoiaf: 'A_Clash_of_Kings-Chapter_17', + pages: 14, + title: 'Tyrion IV', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [12], + appearing: ['cersei', 'tyrion', 'joffrey', 'petyr'], + }, + { + book: 'acok', + toth: '102/019', + awoiaf: 'A_Clash_of_Kings-Chapter_18', + pages: 8, + title: 'Sansa II', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [], + appearing: ['sansa', 'joffrey'], + }, + { + book: 'acok', + toth: '102/020', + awoiaf: 'A_Clash_of_Kings-Chapter_19', + pages: 13, + title: 'Arya V', + region: 'riverlands', + setting: "The shore of the God's Eye", + pov: 'arya', + episodes: [11, 12], + appearing: ['arya'], + }, + { + book: 'acok', + toth: '102/021', + awoiaf: 'A_Clash_of_Kings-Chapter_20', + pages: 12, + title: 'Tyrion V', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [11, 12, 14], + appearing: ['cersei', 'tyrion'], + }, + { + book: 'acok', + toth: '102/022', + awoiaf: 'A_Clash_of_Kings-Chapter_21', + pages: 8, + title: 'Bran III', + region: 'north', + setting: 'Winterfell', + pov: 'bran', + episodes: [10], + appearing: ['bran', 'rickon'], + }, + { + book: 'acok', + toth: '102/023', + awoiaf: 'A_Clash_of_Kings-Chapter_22', + pages: 15, + title: 'Catelyn II', + region: 'reach', + setting: 'Bitterbridge, The Reach', + pov: 'catelyn', + episodes: [12], + appearing: ['catelyn', 'renly', 'brienne'], + }, + { + book: 'acok', + toth: '102/024', + awoiaf: 'A_Clash_of_Kings-Chapter_23', + pages: 17, + title: 'Jon III', + region: 'beyond', + setting: "Craster's Keep, Beyond the Wall", + pov: 'jon', + episodes: [10, 11, 12], + appearing: ['jon', 'samwell'], + }, + { + book: 'acok', + toth: '102/025', + awoiaf: 'A_Clash_of_Kings-Chapter_24', + pages: 15, + title: 'Theon II', + region: 'iron', + setting: 'Pyke', + pov: 'theon', + episodes: [11, 12], + appearing: ['theon', 'asha'], + }, + { + book: 'acok', + toth: '102/026', + awoiaf: 'A_Clash_of_Kings-Chapter_25', + pages: 12, + title: 'Tyrion VI', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [12], + appearing: ['sansa', 'cersei', 'tyrion', 'petyr'], + }, + { + book: 'acok', + toth: '102/027', + awoiaf: 'A_Clash_of_Kings-Chapter_26', + pages: 6, + title: 'Arya VI', + region: 'riverlands', + setting: 'Harrenhal', + pov: 'arya', + episodes: [13], + appearing: ['arya'], + }, + { + book: 'acok', + toth: '102/028', + awoiaf: 'A_Clash_of_Kings-Chapter_27', + pages: 8, + title: 'Daenerys II', + region: 'essos', + setting: 'Qarth', + pov: 'daenerys', + episodes: [14], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'acok', + toth: '102/029', + awoiaf: 'A_Clash_of_Kings-Chapter_28', + pages: 8, + title: 'Bran IV', + region: 'north', + setting: 'Winterfell', + pov: 'bran', + episodes: [12], + appearing: ['bran'], + }, + { + book: 'acok', + toth: '102/030', + awoiaf: 'A_Clash_of_Kings-Chapter_29', + pages: 8, + title: 'Tyrion VII', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [13], + appearing: ['tyrion'], + }, + { + book: 'acok', + toth: '102/031', + awoiaf: 'A_Clash_of_Kings-Chapter_30', + pages: 11, + title: 'Arya VII', + region: 'riverlands', + setting: 'Harrenhal', + pov: 'arya', + episodes: [14], + appearing: ['arya', 'tywin'], + }, + { + book: 'acok', + toth: '102/032', + awoiaf: 'A_Clash_of_Kings-Chapter_31', + pages: 12, + title: 'Catelyn III', + region: 'stormlands', + setting: "Outside Storm's End", + pov: 'catelyn', + episodes: [13], + appearing: ['catelyn', 'stannis', 'renly', 'brienne'], + }, + { + book: 'acok', + toth: '102/033', + awoiaf: 'A_Clash_of_Kings-Chapter_32', + pages: 8, + title: 'Sansa III', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [13], + appearing: ['sansa', 'tyrion', 'joffrey'], + }, + { + book: 'acok', + toth: '102/034', + awoiaf: 'A_Clash_of_Kings-Chapter_33', + pages: 9, + title: 'Catelyn IV', + region: 'stormlands', + setting: "Outside Storm's End", + pov: 'catelyn', + episodes: [14], + appearing: ['catelyn', 'renly', 'brienne'], + }, + { + book: 'acok', + toth: '102/035', + awoiaf: 'A_Clash_of_Kings-Chapter_34', + pages: 9, + title: 'Jon IV', + region: 'beyond', + setting: 'The Fist of the First Men', + pov: 'jon', + episodes: [14], + appearing: ['jon', 'samwell'], + }, + { + book: 'acok', + toth: '102/036', + awoiaf: 'A_Clash_of_Kings-Chapter_35', + pages: 7, + title: 'Bran V', + region: 'north', + setting: 'Winterfell', + pov: 'bran', + episodes: [14], + appearing: ['bran', 'rickon'], + }, + { + book: 'acok', + toth: '102/037', + awoiaf: 'A_Clash_of_Kings-Chapter_36', + pages: 7, + title: 'Tyrion VIII', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [14], + appearing: ['cersei', 'tyrion', 'petyr'], + }, + { + book: 'acok', + toth: '102/038', + awoiaf: 'A_Clash_of_Kings-Chapter_37', + pages: 7, + title: 'Theon III', + region: 'north', + setting: 'Stony Shore, The North', + pov: 'theon', + episodes: [], + appearing: ['theon'], + }, + { + book: 'acok', + toth: '102/039', + awoiaf: 'A_Clash_of_Kings-Chapter_38', + pages: 7, + title: 'Arya VIII', + region: 'riverlands', + setting: 'Harrenhal', + pov: 'arya', + episodes: [15], + appearing: ['arya', 'tywin'], + }, + { + book: 'acok', + toth: '102/040', + awoiaf: 'A_Clash_of_Kings-Chapter_39', + pages: 13, + title: 'Catelyn V', + region: 'riverlands', + setting: 'Riverrun', + pov: 'catelyn', + episodes: [14, 16], + appearing: ['catelyn', 'brienne'], + }, + { + book: 'acok', + toth: '102/041', + awoiaf: 'A_Clash_of_Kings-Chapter_40', + pages: 10, + title: 'Daenerys III', + region: 'essos', + setting: 'Qarth', + pov: 'daenerys', + episodes: [15], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'acok', + toth: '102/042', + awoiaf: 'A_Clash_of_Kings-Chapter_41', + pages: 13, + title: 'Tyrion IX', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [15], + appearing: ['sansa', 'cersei', 'tyrion', 'joffrey', 'myrcella', 'tommen'], + }, + { + book: 'acok', + toth: '102/043', + awoiaf: 'A_Clash_of_Kings-Chapter_42', + pages: 15, + title: 'Davos II', + region: 'stormlands', + setting: "Outside Storm's End", + pov: 'davos', + episodes: [13], + appearing: ['stannis', 'davos'], + }, + { + book: 'acok', + toth: '102/044', + awoiaf: 'A_Clash_of_Kings-Chapter_43', + pages: 8, + title: 'Jon V', + region: 'beyond', + setting: 'The Fist of the First Men', + pov: 'jon', + episodes: [14], + appearing: ['jon', 'samwell'], + }, + { + book: 'acok', + toth: '102/045', + awoiaf: 'A_Clash_of_Kings-Chapter_44', + pages: 11, + title: 'Tyrion X', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [23], + appearing: ['tyrion'], + }, + { + book: 'acok', + toth: '102/046', + awoiaf: 'A_Clash_of_Kings-Chapter_45', + pages: 10, + title: 'Catelyn VI', + region: 'riverlands', + setting: 'Riverrun', + pov: 'catelyn', + episodes: [], + appearing: ['catelyn', 'brienne'], + }, + { + book: 'acok', + toth: '102/047', + awoiaf: 'A_Clash_of_Kings-Chapter_46', + pages: 9, + title: 'Bran VI', + region: 'north', + setting: 'Winterfell', + pov: 'bran', + episodes: [15], + appearing: ['bran', 'rickon', 'theon'], + }, + { + book: 'acok', + toth: '102/048', + awoiaf: 'A_Clash_of_Kings-Chapter_47', + pages: 16, + title: 'Arya IX', + region: 'riverlands', + setting: 'Harrenhal', + pov: 'arya', + episodes: [17, 19], + appearing: ['arya'], + }, + { + book: 'acok', + toth: '102/049', + awoiaf: 'A_Clash_of_Kings-Chapter_48', + pages: 10, + title: 'Daenerys IV', + region: 'essos', + setting: 'Qarth', + pov: 'daenerys', + episodes: [19], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'acok', + toth: '102/050', + awoiaf: 'A_Clash_of_Kings-Chapter_49', + pages: 8, + title: 'Tyrion XI', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [], + appearing: ['tyrion', 'joffrey'], + }, + { + book: 'acok', + toth: '102/051', + awoiaf: 'A_Clash_of_Kings-Chapter_50', + pages: 12, + title: 'Theon IV', + region: 'north', + setting: 'Winterfell', + pov: 'theon', + episodes: [15, 16], + appearing: ['theon'], + }, + { + book: 'acok', + toth: '102/052', + awoiaf: 'A_Clash_of_Kings-Chapter_51', + pages: 11, + title: 'Jon VI', + region: 'beyond', + setting: 'Skirling Pass, Beyond the Wall', + pov: 'jon', + episodes: [15], + appearing: ['jon'], + }, + { + book: 'acok', + toth: '102/053', + awoiaf: 'A_Clash_of_Kings-Chapter_52', + pages: 9, + title: 'Sansa IV', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [16], + appearing: ['sansa', 'cersei'], + }, + { + book: 'acok', + toth: '102/054', + awoiaf: 'A_Clash_of_Kings-Chapter_53', + pages: 8, + title: 'Jon VII', + region: 'beyond', + setting: 'The Frostfangs', + pov: 'jon', + episodes: [], + appearing: ['jon'], + }, + { + book: 'acok', + toth: '102/055', + awoiaf: 'A_Clash_of_Kings-Chapter_54', + pages: 8, + title: 'Tyrion XII', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [17], + appearing: ['cersei', 'tyrion'], + }, + { + book: 'acok', + toth: '102/056', + awoiaf: 'A_Clash_of_Kings-Chapter_55', + pages: 13, + title: 'Catelyn VII', + region: 'riverlands', + setting: 'Riverrun', + pov: 'catelyn', + episodes: [9, 16], + appearing: ['catelyn', 'jaime', 'brienne'], + }, + { + book: 'acok', + toth: '102/057', + awoiaf: 'A_Clash_of_Kings-Chapter_56', + pages: 9, + title: 'Theon V', + region: 'north', + setting: 'Winterfell', + pov: 'theon', + episodes: [15, 17], + appearing: ['theon', 'asha'], + }, + { + book: 'acok', + toth: '102/058', + awoiaf: 'A_Clash_of_Kings-Chapter_57', + pages: 6, + title: 'Sansa V', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [18], + appearing: ['sansa', 'cersei', 'tyrion', 'joffrey'], + }, + { + book: 'acok', + toth: '102/059', + awoiaf: 'A_Clash_of_Kings-Chapter_58', + pages: 13, + title: 'Davos III', + region: 'crownlands', + setting: 'Blackwater Rush', + pov: 'davos', + episodes: [18], + appearing: ['davos'], + }, + { + book: 'acok', + toth: '102/060', + awoiaf: 'A_Clash_of_Kings-Chapter_59', + pages: 6, + title: 'Tyrion XIII', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [18], + appearing: ['tyrion', 'joffrey'], + }, + { + book: 'acok', + toth: '102/061', + awoiaf: 'A_Clash_of_Kings-Chapter_60', + pages: 6, + title: 'Sansa VI', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [18], + appearing: ['sansa', 'cersei'], + }, + { + book: 'acok', + toth: '102/062', + awoiaf: 'A_Clash_of_Kings-Chapter_61', + pages: 7, + title: 'Tyrion XIV', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [18], + appearing: ['tyrion'], + }, + { + book: 'acok', + toth: '102/063', + awoiaf: 'A_Clash_of_Kings-Chapter_62', + pages: 7, + title: 'Sansa VII', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [18], + appearing: ['sansa', 'cersei'], + }, + { + book: 'acok', + toth: '102/064', + awoiaf: 'A_Clash_of_Kings-Chapter_63', + pages: 11, + title: 'Daenerys V', + region: 'essos', + setting: 'Qarth', + pov: 'daenerys', + episodes: [20], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'acok', + toth: '102/065', + awoiaf: 'A_Clash_of_Kings-Chapter_64', + pages: 14, + title: 'Arya X', + region: 'riverlands', + setting: 'Harrenhal', + pov: 'arya', + episodes: [], + appearing: ['arya'], + }, + { + book: 'acok', + toth: '102/066', + awoiaf: 'A_Clash_of_Kings-Chapter_65', + pages: 9, + title: 'Sansa VIII', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [19], + appearing: ['sansa', 'tywin', 'cersei', 'joffrey', 'petyr'], + }, + { + book: 'acok', + toth: '102/067', + awoiaf: 'A_Clash_of_Kings-Chapter_66', + pages: 11, + title: 'Theon VI', + region: 'north', + setting: 'Winterfell', + pov: 'theon', + episodes: [15, 19], + appearing: ['theon'], + }, + { + book: 'acok', + toth: '102/068', + awoiaf: 'A_Clash_of_Kings-Chapter_67', + pages: 8, + title: 'Tyrion XV', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [19], + appearing: ['tyrion'], + }, + { + book: 'acok', + toth: '102/069', + awoiaf: 'A_Clash_of_Kings-Chapter_68', + pages: 10, + title: 'Jon VIII', + region: 'beyond', + setting: 'Skirling Pass, Beyond the Wall', + pov: 'jon', + episodes: [19], + appearing: ['jon'], + }, + { + book: 'acok', + toth: '102/070', + awoiaf: 'A_Clash_of_Kings-Chapter_69', + pages: 11, + title: 'Bran VII', + region: 'north', + setting: 'Winterfell', + pov: 'bran', + episodes: [19], + appearing: ['bran', 'rickon'], + }, + { + book: 'asos', + toth: '103/001', + awoiaf: 'A_Storm_of_Swords-Prologue', + pages: 14, + title: 'Prologue', + region: 'beyond', + setting: 'The Fist of the First Men', + pov: 'other', + episodes: [19], + appearing: ['samwell'], + }, + { + book: 'asos', + toth: '103/002', + awoiaf: 'A_Storm_of_Swords-Chapter_1', + pages: 12, + title: 'Jaime I', + region: 'riverlands', + setting: 'Down the Red Fork', + pov: 'jaime', + episodes: [17, 19], + appearing: ['jaime', 'brienne'], + }, + { + book: 'asos', + toth: '103/003', + awoiaf: 'A_Storm_of_Swords-Chapter_2', + pages: 8, + title: 'Catelyn I', + region: 'riverlands', + setting: 'Riverrun', + pov: 'catelyn', + episodes: [17], + appearing: ['catelyn'], + }, + { + book: 'asos', + toth: '103/004', + awoiaf: 'A_Storm_of_Swords-Chapter_3', + pages: 8, + title: 'Arya I', + region: 'riverlands', + setting: 'North of Harrenhal', + pov: 'arya', + episodes: [21], + appearing: ['arya'], + }, + { + book: 'asos', + toth: '103/005', + awoiaf: 'A_Storm_of_Swords-Chapter_4', + pages: 11, + title: 'Tyrion I', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [19, 20, 21], + appearing: ['tywin', 'tyrion'], + }, + { + book: 'asos', + toth: '103/006', + awoiaf: 'A_Storm_of_Swords-Chapter_5', + pages: 7, + title: 'Davos I', + region: 'crownlands', + setting: 'Blackwater Bay', + pov: 'davos', + episodes: [20, 21], + appearing: ['davos'], + }, + { + book: 'asos', + toth: '103/007', + awoiaf: 'A_Storm_of_Swords-Chapter_6', + pages: 13, + title: 'Sansa I', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [], + appearing: ['sansa'], + }, + { + book: 'asos', + toth: '103/008', + awoiaf: 'A_Storm_of_Swords-Chapter_7', + pages: 12, + title: 'Jon I', + region: 'beyond', + setting: 'A Wildling Camp, Beyond the Wall', + pov: 'jon', + episodes: [19, 20, 21], + appearing: ['jon'], + }, + { + book: 'asos', + toth: '103/009', + awoiaf: 'A_Storm_of_Swords-Chapter_8', + pages: 14, + title: 'Daenerys I', + region: 'essos', + setting: 'Qarth', + pov: 'daenerys', + episodes: [20, 21], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'asos', + toth: '103/010', + awoiaf: 'A_Storm_of_Swords-Chapter_9', + pages: 9, + title: 'Bran I', + region: 'north', + setting: 'Tumbledown Tower', + pov: 'bran', + episodes: [], + appearing: ['bran'], + }, + { + book: 'asos', + toth: '103/011', + awoiaf: 'A_Storm_of_Swords-Chapter_10', + pages: 11, + title: 'Davos II', + region: 'crownlands', + setting: 'Dragonstone', + pov: 'davos', + episodes: [20, 21], + appearing: ['davos'], + }, + { + book: 'asos', + toth: '103/012', + awoiaf: 'A_Storm_of_Swords-Chapter_11', + pages: 12, + title: 'Jaime II', + region: 'riverlands', + setting: 'Inn of the Kneeling Man', + pov: 'jaime', + episodes: [], + appearing: ['jaime', 'brienne'], + }, + { + book: 'asos', + toth: '103/013', + awoiaf: 'A_Storm_of_Swords-Chapter_12', + pages: 10, + title: 'Tyrion II', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [23], + appearing: ['tyrion'], + }, + { + book: 'asos', + toth: '103/014', + awoiaf: 'A_Storm_of_Swords-Chapter_13', + pages: 13, + title: 'Arya II', + region: 'riverlands', + setting: 'Inn of the Kneeling Man', + pov: 'arya', + episodes: [], + appearing: ['arya'], + }, + { + book: 'asos', + toth: '103/015', + awoiaf: 'A_Storm_of_Swords-Chapter_14', + pages: 11, + title: 'Catelyn II', + region: 'riverlands', + setting: 'Riverrun', + pov: 'catelyn', + episodes: [22], + appearing: ['catelyn', 'robb'], + }, + { + book: 'asos', + toth: '103/016', + awoiaf: 'A_Storm_of_Swords-Chapter_15', + pages: 15, + title: 'Jon II', + region: 'beyond', + setting: 'The Fist of the First Men', + pov: 'jon', + episodes: [22], + appearing: ['jon'], + }, + { + book: 'asos', + toth: '103/017', + awoiaf: 'A_Storm_of_Swords-Chapter_16', + pages: 6, + title: 'Sansa II', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [], + appearing: ['sansa'], + }, + { + book: 'asos', + toth: '103/018', + awoiaf: 'A_Storm_of_Swords-Chapter_17', + pages: 8, + title: 'Arya III', + region: 'riverlands', + setting: '…Riverlands', + pov: 'arya', + episodes: [22], + appearing: ['arya'], + }, + { + book: 'asos', + toth: '103/019', + awoiaf: 'A_Storm_of_Swords-Chapter_18', + pages: 14, + title: 'Samwell I', + region: 'beyond', + setting: 'Escaping the Fist', + pov: 'samwell', + episodes: [21, 27], + appearing: ['samwell'], + }, + { + book: 'asos', + toth: '103/020', + awoiaf: 'A_Storm_of_Swords-Chapter_19', + pages: 16, + title: 'Tyrion III', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [22, 24], + appearing: ['tywin', 'cersei', 'tyrion', 'petyr'], + }, + { + book: 'asos', + toth: '103/021', + awoiaf: 'A_Storm_of_Swords-Chapter_20', + pages: 13, + title: 'Catelyn III', + region: 'riverlands', + setting: 'Riverrun', + pov: 'catelyn', + episodes: [24], + appearing: ['catelyn', 'robb'], + }, + { + book: 'asos', + toth: '103/022', + awoiaf: 'A_Storm_of_Swords-Chapter_21', + pages: 8, + title: 'Jaime III', + region: 'riverlands', + setting: 'Maidenpool', + pov: 'jaime', + episodes: [22], + appearing: ['jaime', 'brienne'], + }, + { + book: 'asos', + toth: '103/023', + awoiaf: 'A_Storm_of_Swords-Chapter_22', + pages: 11, + title: 'Arya IV', + region: 'riverlands', + setting: '...a half-ruined keep ', + pov: 'arya', + episodes: [], + appearing: ['arya'], + }, + { + book: 'asos', + toth: '103/024', + awoiaf: 'A_Storm_of_Swords-Chapter_23', + pages: 17, + title: 'Daenerys II', + region: 'essos', + setting: 'Astapor', + pov: 'daenerys', + episodes: [20, 21, 22], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'asos', + toth: '103/025', + awoiaf: 'A_Storm_of_Swords-Chapter_24', + pages: 11, + title: 'Bran II', + region: 'north', + setting: 'mountains of the North', + pov: 'bran', + episodes: [], + appearing: ['bran'], + }, + { + book: 'asos', + toth: '103/026', + awoiaf: 'A_Storm_of_Swords-Chapter_25', + pages: 9, + title: 'Davos III', + region: 'crownlands', + setting: 'Dragonstone', + pov: 'davos', + episodes: [21], + appearing: ['davos'], + }, + { + book: 'asos', + toth: '103/027', + awoiaf: 'A_Storm_of_Swords-Chapter_26', + pages: 10, + title: 'Jon III', + region: 'beyond', + setting: 'a cave near the Wall', + pov: 'jon', + episodes: [24], + appearing: ['jon'], + }, + { + book: 'asos', + toth: '103/028', + awoiaf: 'A_Storm_of_Swords-Chapter_27', + pages: 12, + title: 'Daenerys III', + region: 'essos', + setting: 'Astapor', + pov: 'daenerys', + episodes: [21, 22, 23], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'asos', + toth: '103/029', + awoiaf: 'A_Storm_of_Swords-Chapter_28', + pages: 11, + title: 'Sansa III', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [27], + appearing: ['sansa', 'tywin', 'cersei', 'tyrion', 'joffrey', 'tommen'], + }, + { + book: 'asos', + toth: '103/030', + awoiaf: 'A_Storm_of_Swords-Chapter_29', + pages: 9, + title: 'Arya V', + region: 'riverlands', + setting: 'Stoney Sept & The Peach', + pov: 'arya', + episodes: [], + appearing: ['arya'], + }, + { + book: 'asos', + toth: '103/031', + awoiaf: 'A_Storm_of_Swords-Chapter_30', + pages: 6, + title: 'Jon IV', + region: 'beyond', + setting: '… the Wall', + pov: 'jon', + episodes: [25], + appearing: ['jon'], + }, + { + book: 'asos', + toth: '103/032', + awoiaf: 'A_Storm_of_Swords-Chapter_31', + pages: 10, + title: 'Jaime IV', + region: 'riverlands', + setting: 'Harrenhal', + pov: 'jaime', + episodes: [22, 23, 24], + appearing: ['jaime', 'brienne'], + }, + { + book: 'asos', + toth: '103/033', + awoiaf: 'A_Storm_of_Swords-Chapter_32', + pages: 13, + title: 'Tyrion IV', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [], + appearing: ['tywin', 'tyrion'], + }, + { + book: 'asos', + toth: '103/034', + awoiaf: 'A_Storm_of_Swords-Chapter_33', + pages: 16, + title: 'Samwell II', + region: 'beyond', + setting: "Craster's Keep, Beyond the Wall", + pov: 'samwell', + episodes: [22, 23], + appearing: ['samwell'], + }, + { + book: 'asos', + toth: '103/035', + awoiaf: 'A_Storm_of_Swords-Chapter_34', + pages: 11, + title: 'Arya VI', + region: 'riverlands', + setting: 'Hollow Hill', + pov: 'arya', + episodes: [23, 24], + appearing: ['arya'], + }, + { + book: 'asos', + toth: '103/036', + awoiaf: 'A_Storm_of_Swords-Chapter_35', + pages: 12, + title: 'Catelyn IV', + region: 'riverlands', + setting: 'Riverrun', + pov: 'catelyn', + episodes: [22, 25], + appearing: ['catelyn', 'robb'], + }, + { + book: 'asos', + toth: '103/037', + awoiaf: 'A_Storm_of_Swords-Chapter_36', + pages: 12, + title: 'Davos IV', + region: 'crownlands', + setting: 'Dragonstone', + pov: 'davos', + episodes: [27], + appearing: ['stannis', 'davos'], + }, + { + book: 'asos', + toth: '103/038', + awoiaf: 'A_Storm_of_Swords-Chapter_37', + pages: 12, + title: 'Jaime V', + region: 'riverlands', + setting: 'Harrenhal', + pov: 'jaime', + episodes: [24, 25], + appearing: ['jaime', 'brienne'], + }, + { + book: 'asos', + toth: '103/039', + awoiaf: 'A_Storm_of_Swords-Chapter_38', + pages: 11, + title: 'Tyrion V', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [], + appearing: ['tyrion'], + }, + { + book: 'asos', + toth: '103/040', + awoiaf: 'A_Storm_of_Swords-Chapter_39', + pages: 13, + title: 'Arya VII', + region: 'riverlands', + setting: '…a brewery', + pov: 'arya', + episodes: [24], + appearing: ['arya'], + }, + { + book: 'asos', + toth: '103/041', + awoiaf: 'A_Storm_of_Swords-Chapter_40', + pages: 9, + title: 'Bran III', + region: 'north', + setting: 'Queenscrown', + pov: 'bran', + episodes: [28], + appearing: ['bran'], + }, + { + book: 'asos', + toth: '103/042', + awoiaf: 'A_Storm_of_Swords-Chapter_41', + pages: 12, + title: 'Jon V', + region: 'north', + setting: 'Queenscrown', + pov: 'jon', + episodes: [26, 28], + appearing: ['jon'], + }, + { + book: 'asos', + toth: '103/043', + awoiaf: 'A_Storm_of_Swords-Chapter_42', + pages: 16, + title: 'Daenerys IV', + region: 'essos', + setting: 'Outside Yunkai', + pov: 'daenerys', + episodes: [26, 27, 28, 29], + appearing: ['daenerys', 'jorah'], + }, + { + book: 'asos', + toth: '103/044', + awoiaf: 'A_Storm_of_Swords-Chapter_43', + pages: 11, + title: 'Arya VIII', + region: 'riverlands', + setting: 'High Heart', + pov: 'arya', + episodes: [26], + appearing: ['arya'], + }, + { + book: 'asos', + toth: '103/045', + awoiaf: 'A_Storm_of_Swords-Chapter_44', + pages: 14, + title: 'Jaime VI', + region: 'riverlands', + setting: 'Harrenhal', + pov: 'jaime', + episodes: [26], + appearing: ['jaime', 'brienne'], + }, + { + book: 'asos', + toth: '103/046', + awoiaf: 'A_Storm_of_Swords-Chapter_45', + pages: 14, + title: 'Catelyn V', + region: 'riverlands', + setting: 'The Blue Fork', + pov: 'catelyn', + episodes: [26], + appearing: ['catelyn', 'robb'], + }, + { + book: 'asos', + toth: '103/047', + awoiaf: 'A_Storm_of_Swords-Chapter_46', + pages: 9, + title: 'Samwell III', + region: 'beyond', + setting: 'an abandoned Wildling village', + pov: 'samwell', + episodes: [25, 27], + appearing: ['samwell'], + }, + { + book: 'asos', + toth: '103/048', + awoiaf: 'A_Storm_of_Swords-Chapter_47', + pages: 9, + title: 'Arya IX', + region: 'riverlands', + setting: 'The Trident', + pov: 'arya', + episodes: [27], + appearing: ['arya'], + }, + { + book: 'asos', + toth: '103/049', + awoiaf: 'A_Storm_of_Swords-Chapter_48', + pages: 9, + title: 'Jon VI', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [29], + appearing: ['jon'], + }, + { + book: 'asos', + toth: '103/050', + awoiaf: 'A_Storm_of_Swords-Chapter_49', + pages: 13, + title: 'Catelyn VI', + region: 'riverlands', + setting: 'The Twins', + pov: 'catelyn', + episodes: [28], + appearing: ['catelyn', 'robb'], + }, + { + book: 'asos', + toth: '103/051', + awoiaf: 'A_Storm_of_Swords-Chapter_50', + pages: 6, + title: 'Arya X', + region: 'riverlands', + setting: 'The Twins', + pov: 'arya', + episodes: [28], + appearing: ['arya'], + }, + { + book: 'asos', + toth: '103/052', + awoiaf: 'A_Storm_of_Swords-Chapter_51', + pages: 10, + title: 'Catelyn VII', + region: 'riverlands', + setting: 'The Twins', + pov: 'catelyn', + episodes: [28], + appearing: ['catelyn', 'robb'], + }, + { + book: 'asos', + toth: '103/053', + awoiaf: 'A_Storm_of_Swords-Chapter_52', + pages: 4, + title: 'Arya XI', + region: 'riverlands', + setting: 'The Twins', + pov: 'arya', + episodes: [28, 29], + appearing: ['arya'], + }, + { + book: 'asos', + toth: '103/054', + awoiaf: 'A_Storm_of_Swords-Chapter_53', + pages: 9, + title: 'Tyrion VI', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [29], + appearing: ['sansa', 'tywin', 'cersei', 'tyrion', 'joffrey'], + }, + { + book: 'asos', + toth: '103/055', + awoiaf: 'A_Storm_of_Swords-Chapter_54', + pages: 13, + title: 'Davos V', + region: 'crownlands', + setting: 'Dragonstone', + pov: 'davos', + episodes: [29], + appearing: ['stannis', 'davos'], + }, + { + book: 'asos', + toth: '103/056', + awoiaf: 'A_Storm_of_Swords-Chapter_55', + pages: 14, + title: 'Jon VII', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon'], + }, + { + book: 'asos', + toth: '103/057', + awoiaf: 'A_Storm_of_Swords-Chapter_56', + pages: 15, + title: 'Bran IV', + region: 'north', + setting: 'Nightfort, on the Wall', + pov: 'bran', + episodes: [29], + appearing: ['bran', 'samwell'], + }, + { + book: 'asos', + toth: '103/058', + awoiaf: 'A_Storm_of_Swords-Chapter_57', + pages: 15, + title: 'Daenerys V', + region: 'essos', + setting: 'Outside Meereen', + pov: 'daenerys', + episodes: [], + appearing: ['daenerys', 'jorah', 'barristan'], + }, + { + book: 'asos', + toth: '103/059', + awoiaf: 'A_Storm_of_Swords-Chapter_58', + pages: 5, + title: 'Tyrion VII', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [], + appearing: ['sansa', 'tyrion'], + }, + { + book: 'asos', + toth: '103/060', + awoiaf: 'A_Storm_of_Swords-Chapter_59', + pages: 8, + title: 'Sansa IV', + region: 'crownlands', + setting: "King's Landing", + pov: 'sansa', + episodes: [], + appearing: ['sansa', 'tywin', 'cersei', 'tyrion', 'joffrey'], + }, + { + book: 'asos', + toth: '103/061', + awoiaf: 'A_Storm_of_Swords-Chapter_60', + pages: 18, + title: 'Tyrion VIII', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [], + appearing: ['sansa', 'tywin', 'cersei', 'tyrion', 'joffrey', 'tommen'], + }, + { + book: 'asos', + toth: '103/062', + awoiaf: 'A_Storm_of_Swords-Chapter_61', + pages: 8, + title: 'Sansa V', + region: 'crownlands', + setting: "Outside King's Landing", + pov: 'sansa', + episodes: [], + appearing: ['sansa', 'petyr'], + }, + { + book: 'asos', + toth: '103/063', + awoiaf: 'A_Storm_of_Swords-Chapter_62', + pages: 12, + title: 'Jaime VII', + region: 'crownlands', + setting: "King's Landing", + pov: 'jaime', + episodes: [], + appearing: ['tywin', 'jaime', 'cersei', 'brienne'], + }, + { + book: 'asos', + toth: '103/064', + awoiaf: 'A_Storm_of_Swords-Chapter_63', + pages: 9, + title: 'Davos VI', + region: 'crownlands', + setting: 'Dragonstone', + pov: 'davos', + episodes: [29], + appearing: ['stannis', 'davos'], + }, + { + book: 'asos', + toth: '103/065', + awoiaf: 'A_Storm_of_Swords-Chapter_64', + pages: 12, + title: 'Jon VIII', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon'], + }, + { + book: 'asos', + toth: '103/066', + awoiaf: 'A_Storm_of_Swords-Chapter_65', + pages: 9, + title: 'Arya XII', + region: 'vale', + setting: 'A village near the Mountains of the Moon', + pov: 'arya', + episodes: [], + appearing: ['arya'], + }, + { + book: 'asos', + toth: '103/067', + awoiaf: 'A_Storm_of_Swords-Chapter_66', + pages: 15, + title: 'Tyrion IX', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [], + appearing: ['tywin', 'cersei', 'tyrion'], + }, + { + book: 'asos', + toth: '103/068', + awoiaf: 'A_Storm_of_Swords-Chapter_67', + pages: 12, + title: 'Jaime VIII', + region: 'crownlands', + setting: "King's Landing", + pov: 'jaime', + episodes: [], + appearing: ['jaime'], + }, + { + book: 'asos', + toth: '103/069', + awoiaf: 'A_Storm_of_Swords-Chapter_68', + pages: 16, + title: 'Sansa VI', + region: 'vale', + setting: 'Baelish Keep', + pov: 'sansa', + episodes: [], + appearing: ['sansa', 'petyr', 'lysa'], + }, + { + book: 'asos', + toth: '103/070', + awoiaf: 'A_Storm_of_Swords-Chapter_69', + pages: 11, + title: 'Jon IX', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon'], + }, + { + book: 'asos', + toth: '103/071', + awoiaf: 'A_Storm_of_Swords-Chapter_70', + pages: 14, + title: 'Tyrion X', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [], + appearing: ['tywin', 'jaime', 'cersei', 'tyrion'], + }, + { + book: 'asos', + toth: '103/072', + awoiaf: 'A_Storm_of_Swords-Chapter_71', + pages: 15, + title: 'Daenerys VI', + region: 'essos', + setting: 'Meereen', + pov: 'daenerys', + episodes: [], + appearing: ['daenerys', 'jorah', 'barristan'], + }, + { + book: 'asos', + toth: '103/073', + awoiaf: 'A_Storm_of_Swords-Chapter_72', + pages: 12, + title: 'Jaime IX', + region: 'crownlands', + setting: "King's Landing", + pov: 'jaime', + episodes: [], + appearing: ['jaime', 'cersei', 'tommen', 'brienne'], + }, + { + book: 'asos', + toth: '103/074', + awoiaf: 'A_Storm_of_Swords-Chapter_73', + pages: 13, + title: 'Jon X', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon'], + }, + { + book: 'asos', + toth: '103/075', + awoiaf: 'A_Storm_of_Swords-Chapter_74', + pages: 12, + title: 'Arya XIII', + region: 'riverlands', + setting: 'The Trident', + pov: 'arya', + episodes: [], + appearing: ['arya'], + }, + { + book: 'asos', + toth: '103/076', + awoiaf: 'A_Storm_of_Swords-Chapter_75', + pages: 9, + title: 'Samwell IV', + region: 'north', + setting: 'Castle Black', + pov: 'samwell', + episodes: [], + appearing: ['jon', 'samwell'], + }, + { + book: 'asos', + toth: '103/077', + awoiaf: 'A_Storm_of_Swords-Chapter_76', + pages: 7, + title: 'Jon XI', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon', 'stannis'], + }, + { + book: 'asos', + toth: '103/078', + awoiaf: 'A_Storm_of_Swords-Chapter_77', + pages: 10, + title: 'Tyrion XI', + region: 'crownlands', + setting: "King's Landing", + pov: 'tyrion', + episodes: [], + appearing: ['tywin', 'jaime', 'tyrion'], + }, + { + book: 'asos', + toth: '103/079', + awoiaf: 'A_Storm_of_Swords-Chapter_78', + pages: 10, + title: 'Samwell V', + region: 'north', + setting: 'Castle Black', + pov: 'samwell', + episodes: [], + appearing: ['stannis', 'samwell'], + }, + { + book: 'asos', + toth: '103/080', + awoiaf: 'A_Storm_of_Swords-Chapter_79', + pages: 9, + title: 'Jon XII', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon', 'stannis', 'samwell'], + }, + { + book: 'asos', + toth: '103/081', + awoiaf: 'A_Storm_of_Swords-Chapter_80', + pages: 15, + title: 'Sansa VII', + region: 'vale', + setting: 'The Eyrie', + pov: 'sansa', + episodes: [], + appearing: ['sansa', 'petyr', 'lysa'], + }, + { + book: 'asos', + toth: '103/082', + awoiaf: 'A_Storm_of_Swords-Epilogue', + pages: 10, + title: 'Epilogue', + region: 'riverlands', + setting: 'Oldstones, Riverlands', + pov: 'other', + episodes: [], + appearing: ['catelyn'], + }, + { + book: 'affc', + toth: '104/001', + awoiaf: 'A_Feast_for_Crows-Prologue', + pages: 16, + title: 'Prologue', + region: 'reach', + setting: 'Oldtown', + pov: 'other', + episodes: [], + appearing: [], + }, + { + book: 'affc', + toth: '104/002', + awoiaf: 'A_Feast_for_Crows-Chapter_1', + pages: 13, + title: 'The Prophet', + region: 'iron', + setting: 'Great Wyk', + pov: 'other', + episodes: [], + appearing: [], + }, + { + book: 'affc', + toth: '104/003', + awoiaf: 'A_Feast_for_Crows-Chapter_2', + pages: 16, + title: 'The Captain Of Guards', + region: 'dorne', + setting: 'Sunspear', + pov: 'other', + episodes: [], + appearing: ['myrcella'], + }, + { + book: 'affc', + toth: '104/004', + awoiaf: 'A_Feast_for_Crows-Chapter_3', + pages: 10, + title: 'Cersei I', + region: 'crownlands', + setting: "King's Landing", + pov: 'cersei', + episodes: [], + appearing: ['jaime', 'cersei'], + }, + { + book: 'affc', + toth: '104/005', + awoiaf: 'A_Feast_for_Crows-Chapter_4', + pages: 15, + title: 'Brienne I', + region: 'crownlands', + setting: 'Near Rosby', + pov: 'brienne', + episodes: [], + appearing: ['brienne'], + }, + { + book: 'affc', + toth: '104/006', + awoiaf: 'A_Feast_for_Crows-Chapter_5', + pages: 16, + title: 'Samwell I', + region: 'north', + setting: 'Castle Black', + pov: 'samwell', + episodes: [], + appearing: ['jon', 'samwell'], + }, + { + book: 'affc', + toth: '104/007', + awoiaf: 'A_Feast_for_Crows-Chapter_6', + pages: 12, + title: 'Arya I', + region: 'essos', + setting: 'Braavos', + pov: 'arya', + episodes: [], + appearing: ['arya'], + }, + { + book: 'affc', + toth: '104/008', + awoiaf: 'A_Feast_for_Crows-Chapter_7', + pages: 17, + title: 'Cersei II', + region: 'crownlands', + setting: "King's Landing", + pov: 'cersei', + episodes: [], + appearing: ['jaime', 'cersei', 'tommen'], + }, + { + book: 'affc', + toth: '104/009', + awoiaf: 'A_Feast_for_Crows-Chapter_8', + pages: 14, + title: 'Jaime I', + region: 'crownlands', + setting: "King's Landing", + pov: 'jaime', + episodes: [], + appearing: ['jaime', 'cersei', 'tommen'], + }, + { + book: 'affc', + toth: '104/010', + awoiaf: 'A_Feast_for_Crows-Chapter_9', + pages: 15, + title: 'Brienne II', + region: 'crownlands', + setting: 'Duskendale', + pov: 'brienne', + episodes: [], + appearing: ['brienne'], + }, + { + book: 'affc', + toth: '104/011', + awoiaf: 'A_Feast_for_Crows-Chapter_10', + pages: 14, + title: 'Sansa I', + region: 'vale', + setting: 'The Eyrie', + pov: 'sansa', + episodes: [], + appearing: ['sansa', 'petyr'], + }, + { + book: 'affc', + toth: '104/012', + awoiaf: 'A_Feast_for_Crows-Chapter_11', + pages: 13, + title: "The Kraken's Daughter", + region: 'iron', + setting: 'Ten Towers', + pov: 'asha', + episodes: [], + appearing: ['asha'], + }, + { + book: 'affc', + toth: '104/013', + awoiaf: 'A_Feast_for_Crows-Chapter_12', + pages: 13, + title: 'Cersei III', + region: 'crownlands', + setting: "King's Landing", + pov: 'cersei', + episodes: [], + appearing: ['jaime', 'cersei', 'tommen'], + }, + { + book: 'affc', + toth: '104/014', + awoiaf: 'A_Feast_for_Crows-Chapter_13', + pages: 14, + title: 'The Soiled Knight', + region: 'dorne', + setting: 'Sunspear', + pov: 'other', + episodes: [], + appearing: [], + }, + { + book: 'affc', + toth: '104/015', + awoiaf: 'A_Feast_for_Crows-Chapter_14', + pages: 16, + title: 'Brienne III', + region: 'riverlands', + setting: 'Maidenpool', + pov: 'brienne', + episodes: [], + appearing: ['brienne'], + }, + { + book: 'affc', + toth: '104/016', + awoiaf: 'A_Feast_for_Crows-Chapter_15', + pages: 11, + title: 'Samwell II', + region: 'north', + setting: 'Bay of Seals', + pov: 'samwell', + episodes: [], + appearing: ['samwell'], + }, + { + book: 'affc', + toth: '104/017', + awoiaf: 'A_Feast_for_Crows-Chapter_16', + pages: 12, + title: 'Jaime II', + region: 'crownlands', + setting: "King's Landing", + pov: 'jaime', + episodes: [], + appearing: ['jaime', 'cersei', 'tommen'], + }, + { + book: 'affc', + toth: '104/018', + awoiaf: 'A_Feast_for_Crows-Chapter_17', + pages: 17, + title: 'Cersei IV', + region: 'crownlands', + setting: "King's Landing", + pov: 'cersei', + episodes: [], + appearing: ['cersei'], + }, + { + book: 'affc', + toth: '104/019', + awoiaf: 'A_Feast_for_Crows-Chapter_18', + pages: 12, + title: 'The Iron Captain', + region: 'iron', + setting: 'Old Wyk', + pov: 'other', + episodes: [], + appearing: ['asha'], + }, + { + book: 'affc', + toth: '104/020', + awoiaf: 'A_Feast_for_Crows-Chapter_19', + pages: 13, + title: 'The Drowned Man', + region: 'iron', + setting: 'Old Wyk', + pov: 'other', + episodes: [], + appearing: ['asha'], + }, + { + book: 'affc', + toth: '104/021', + awoiaf: 'A_Feast_for_Crows-Chapter_20', + pages: 18, + title: 'Brienne IV', + region: 'crownlands', + setting: 'Crackclaw Point', + pov: 'brienne', + episodes: [], + appearing: ['brienne'], + }, + { + book: 'affc', + toth: '104/022', + awoiaf: 'A_Feast_for_Crows-Chapter_21', + pages: 14, + title: 'The Queenmaker', + region: 'dorne', + setting: 'Shandystone', + pov: 'other', + episodes: [], + appearing: ['myrcella'], + }, + { + book: 'affc', + toth: '104/023', + awoiaf: 'A_Feast_for_Crows-Chapter_22', + pages: 16, + title: 'Arya II', + region: 'north', + setting: 'Braavos', + pov: 'arya', + episodes: [], + appearing: ['arya'], + }, + { + book: 'affc', + toth: '104/024', + awoiaf: 'A_Feast_for_Crows-Chapter_23', + pages: 16, + title: 'Alayne I', + region: 'vale', + setting: 'The Eyrie', + pov: 'sansa', + episodes: [], + appearing: ['sansa', 'petyr'], + }, + { + book: 'affc', + toth: '104/025', + awoiaf: 'A_Feast_for_Crows-Chapter_24', + pages: 19, + title: 'Cersei V', + region: 'crownlands', + setting: "King's Landing", + pov: 'cersei', + episodes: [], + appearing: ['jaime', 'cersei', 'tommen'], + }, + { + book: 'affc', + toth: '104/026', + awoiaf: 'A_Feast_for_Crows-Chapter_25', + pages: 14, + title: 'Brienne V', + region: 'riverlands', + setting: 'Maidenpool', + pov: 'brienne', + episodes: [], + appearing: ['brienne'], + }, + { + book: 'affc', + toth: '104/027', + awoiaf: 'A_Feast_for_Crows-Chapter_26', + pages: 14, + title: 'Samwell III', + region: 'essos', + setting: 'Braavos', + pov: 'samwell', + episodes: [], + appearing: ['arya', 'samwell'], + }, + { + book: 'affc', + toth: '104/028', + awoiaf: 'A_Feast_for_Crows-Chapter_27', + pages: 19, + title: 'Jaime III', + region: 'crownlands', + setting: 'KL to Harrenhal', + pov: 'jaime', + episodes: [], + appearing: ['jaime', 'cersei'], + }, + { + book: 'affc', + toth: '104/029', + awoiaf: 'A_Feast_for_Crows-Chapter_28', + pages: 17, + title: 'Cersei VI', + region: 'crownlands', + setting: "King's Landing", + pov: 'cersei', + episodes: [], + appearing: ['cersei'], + }, + { + book: 'affc', + toth: '104/030', + awoiaf: 'A_Feast_for_Crows-Chapter_29', + pages: 18, + title: 'The Reaver', + region: 'reach', + setting: 'Shield Islands', + pov: 'other', + episodes: [], + appearing: [], + }, + { + book: 'affc', + toth: '104/031', + awoiaf: 'A_Feast_for_Crows-Chapter_30', + pages: 15, + title: 'Jaime IV', + region: 'riverlands', + setting: 'Darry', + pov: 'jaime', + episodes: [], + appearing: ['jaime'], + }, + { + book: 'affc', + toth: '104/032', + awoiaf: 'A_Feast_for_Crows-Chapter_31', + pages: 13, + title: 'Brienne VI', + region: 'riverlands', + setting: 'Quiet Isle', + pov: 'brienne', + episodes: [], + appearing: ['brienne'], + }, + { + book: 'affc', + toth: '104/033', + awoiaf: 'A_Feast_for_Crows-Chapter_32', + pages: 12, + title: 'Cersei VII', + region: 'crownlands', + setting: "King's Landing", + pov: 'cersei', + episodes: [], + appearing: ['cersei'], + }, + { + book: 'affc', + toth: '104/034', + awoiaf: 'A_Feast_for_Crows-Chapter_33', + pages: 19, + title: 'Jaime V', + region: 'riverlands', + setting: 'Outside Riverrun', + pov: 'jaime', + episodes: [], + appearing: ['jaime'], + }, + { + book: 'affc', + toth: '104/035', + awoiaf: 'A_Feast_for_Crows-Chapter_34', + pages: 15, + title: 'Cat Of The Canals', + region: 'essos', + setting: 'Braavos', + pov: 'arya', + episodes: [], + appearing: ['arya'], + }, + { + book: 'affc', + toth: '104/036', + awoiaf: 'A_Feast_for_Crows-Chapter_35', + pages: 10, + title: 'Samwell IV', + region: 'dorne', + setting: 'South Coast of Dorne', + pov: 'samwell', + episodes: [], + appearing: ['samwell'], + }, + { + book: 'affc', + toth: '104/037', + awoiaf: 'A_Feast_for_Crows-Chapter_36', + pages: 17, + title: 'Cersei VIII', + region: 'crownlands', + setting: "King's Landing", + pov: 'cersei', + episodes: [], + appearing: ['cersei', 'tommen'], + }, + { + book: 'affc', + toth: '104/038', + awoiaf: 'A_Feast_for_Crows-Chapter_37', + pages: 15, + title: 'Brienne VII', + region: 'riverlands', + setting: 'Crossroads Inn, Riverlands', + pov: 'brienne', + episodes: [], + appearing: ['brienne'], + }, + { + book: 'affc', + toth: '104/039', + awoiaf: 'A_Feast_for_Crows-Chapter_38', + pages: 13, + title: 'Jaime VI', + region: 'riverlands', + setting: 'Outside Riverrun', + pov: 'jaime', + episodes: [], + appearing: ['jaime'], + }, + { + book: 'affc', + toth: '104/040', + awoiaf: 'A_Feast_for_Crows-Chapter_39', + pages: 13, + title: 'Cersei IX', + region: 'crownlands', + setting: "King's Landing", + pov: 'cersei', + episodes: [], + appearing: ['cersei', 'tommen'], + }, + { + book: 'affc', + toth: '104/041', + awoiaf: 'A_Feast_for_Crows-Chapter_40', + pages: 18, + title: 'The Princess In The Tower', + region: 'dorne', + setting: 'Sunspear', + pov: 'other', + episodes: [], + appearing: [], + }, + { + book: 'affc', + toth: '104/042', + awoiaf: 'A_Feast_for_Crows-Chapter_41', + pages: 23, + title: 'Alayne II', + region: 'vale', + setting: 'The Eyrie', + pov: 'sansa', + episodes: [], + appearing: ['sansa', 'petyr'], + }, + { + book: 'affc', + toth: '104/043', + awoiaf: 'A_Feast_for_Crows-Chapter_42', + pages: 14, + title: 'Brienne VIII', + region: 'riverlands', + setting: 'BWB Hideout', + pov: 'brienne', + episodes: [], + appearing: ['catelyn', 'brienne'], + }, + { + book: 'affc', + toth: '104/044', + awoiaf: 'A_Feast_for_Crows-Chapter_43', + pages: 16, + title: 'Cersei X', + region: 'crownlands', + setting: "King's Landing", + pov: 'cersei', + episodes: [], + appearing: ['cersei', 'tommen'], + }, + { + book: 'affc', + toth: '104/045', + awoiaf: 'A_Feast_for_Crows-Chapter_44', + pages: 14, + title: 'Jaime VII', + region: 'riverlands', + setting: 'Riverrun', + pov: 'jaime', + episodes: [], + appearing: ['jaime'], + }, + { + book: 'affc', + toth: '104/046', + awoiaf: 'A_Feast_for_Crows-Chapter_45', + pages: 12, + title: 'Samwell V', + region: 'reach', + setting: 'Oldtown', + pov: 'samwell', + episodes: [], + appearing: ['samwell'], + }, + { + book: 'adwd', + toth: '105/001', + awoiaf: 'Prologue_(A_Dance_with_Dragons)', + pages: 13, + title: 'Prologue', + region: 'beyond', + setting: 'Beyond the Wall', + pov: 'other', + episodes: [], + appearing: [], + }, + { + book: 'adwd', + toth: '105/002', + awoiaf: 'A_Dance_with_Dragons-Chapter_1', + pages: 15, + title: 'Tyrion I', + region: 'essos', + setting: 'Pentos', + pov: 'tyrion', + episodes: [], + appearing: ['tyrion'], + }, + { + book: 'adwd', + toth: '105/003', + awoiaf: 'A_Dance_with_Dragons-Chapter_2', + pages: 15, + title: 'Daenerys I', + region: 'essos', + setting: 'Meereen', + pov: 'daenerys', + episodes: [], + appearing: ['daenerys', 'barristan'], + }, + { + book: 'adwd', + toth: '105/004', + awoiaf: 'A_Dance_with_Dragons-Chapter_3', + pages: 14, + title: 'Jon I', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon', 'stannis', 'samwell'], + }, + { + book: 'adwd', + toth: '105/005', + awoiaf: 'A_Dance_with_Dragons-Chapter_4', + pages: 11, + title: 'Bran I', + region: 'beyond', + setting: 'A lake beyond the Wall', + pov: 'bran', + episodes: [], + appearing: ['bran'], + }, + { + book: 'adwd', + toth: '105/006', + awoiaf: 'A_Dance_with_Dragons-Chapter_5', + pages: 12, + title: 'Tyrion II', + region: 'essos', + setting: 'Flatlands & Velvet Hills', + pov: 'tyrion', + episodes: [], + appearing: ['tyrion'], + }, + { + book: 'adwd', + toth: '105/007', + awoiaf: 'A_Dance_with_Dragons-Chapter_6', + pages: 12, + title: "The Merchant's Man", + region: 'essos', + setting: 'Volantis', + pov: 'other', + episodes: [], + appearing: [], + }, + { + book: 'adwd', + toth: '105/008', + awoiaf: 'A_Dance_with_Dragons-Chapter_7', + pages: 17, + title: 'Jon II', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon', 'stannis', 'samwell'], + }, + { + book: 'adwd', + toth: '105/009', + awoiaf: 'A_Dance_with_Dragons-Chapter_8', + pages: 11, + title: 'Tyrion III', + region: 'essos', + setting: 'Pentos', + pov: 'tyrion', + episodes: [], + appearing: ['tyrion'], + }, + { + book: 'adwd', + toth: '105/010', + awoiaf: 'A_Dance_with_Dragons-Chapter_9', + pages: 11, + title: 'Davos I', + region: 'vale', + setting: 'Sisterton', + pov: 'davos', + episodes: [], + appearing: ['davos'], + }, + { + book: 'adwd', + toth: '105/011', + awoiaf: 'A_Dance_with_Dragons-Chapter_10', + pages: 14, + title: 'Jon III', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon', 'stannis'], + }, + { + book: 'adwd', + toth: '105/012', + awoiaf: 'A_Dance_with_Dragons-Chapter_11', + pages: 13, + title: 'Daenerys II', + region: 'essos', + setting: 'Meereen', + pov: 'daenerys', + episodes: [], + appearing: ['daenerys', 'barristan'], + }, + { + book: 'adwd', + toth: '105/013', + awoiaf: 'A_Dance_with_Dragons-Chapter_12', + pages: 8, + title: 'Reek I', + region: 'north', + setting: 'Dredfort', + pov: 'theon', + episodes: [], + appearing: ['theon'], + }, + { + book: 'adwd', + toth: '105/014', + awoiaf: 'A_Dance_with_Dragons-Chapter_13', + pages: 10, + title: 'Bran II', + region: 'beyond', + setting: 'Cave of the three-eyed crow', + pov: 'bran', + episodes: [], + appearing: ['bran'], + }, + { + book: 'adwd', + toth: '105/015', + awoiaf: 'A_Dance_with_Dragons-Chapter_14', + pages: 13, + title: 'Tyrion IV', + region: 'essos', + setting: 'Ny Sar', + pov: 'tyrion', + episodes: [], + appearing: ['tyrion', 'griff'], + }, + { + book: 'adwd', + toth: '105/016', + awoiaf: 'A_Dance_with_Dragons-Chapter_15', + pages: 11, + title: 'Davos II', + region: 'north', + setting: 'White Harbor', + pov: 'davos', + episodes: [], + appearing: ['davos'], + }, + { + book: 'adwd', + toth: '105/017', + awoiaf: 'A_Dance_with_Dragons-Chapter_16', + pages: 15, + title: 'Daenerys III', + region: 'essos', + setting: 'Meereen', + pov: 'daenerys', + episodes: [], + appearing: ['daenerys', 'barristan'], + }, + { + book: 'adwd', + toth: '105/018', + awoiaf: 'A_Dance_with_Dragons-Chapter_17', + pages: 14, + title: 'Jon IV', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon', 'stannis'], + }, + { + book: 'adwd', + toth: '105/019', + awoiaf: 'A_Dance_with_Dragons-Chapter_18', + pages: 11, + title: 'Tyrion V', + region: 'essos', + setting: 'The Sorrows', + pov: 'tyrion', + episodes: [], + appearing: ['tyrion', 'griff'], + }, + { + book: 'adwd', + toth: '105/020', + awoiaf: 'A_Dance_with_Dragons-Chapter_19', + pages: 10, + title: 'Davos III', + region: 'north', + setting: 'White Harbor', + pov: 'davos', + episodes: [], + appearing: ['davos'], + }, + { + book: 'adwd', + toth: '105/021', + awoiaf: 'A_Dance_with_Dragons-Chapter_20', + pages: 14, + title: 'Reek II', + region: 'north', + setting: 'Moat Cailin', + pov: 'theon', + episodes: [], + appearing: ['theon'], + }, + { + book: 'adwd', + toth: '105/022', + awoiaf: 'A_Dance_with_Dragons-Chapter_21', + pages: 9, + title: 'Jon V', + region: 'north', + setting: "Mole's Town", + pov: 'jon', + episodes: [], + appearing: ['jon'], + }, + { + book: 'adwd', + toth: '105/023', + awoiaf: 'A_Dance_with_Dragons-Chapter_22', + pages: 17, + title: 'Tyrion VI', + region: 'essos', + setting: 'Selhorys', + pov: 'tyrion', + episodes: [], + appearing: ['tyrion', 'griff'], + }, + { + book: 'adwd', + toth: '105/024', + awoiaf: 'A_Dance_with_Dragons-Chapter_23', + pages: 13, + title: 'Daenerys IV', + region: 'essos', + setting: 'Meereen', + pov: 'daenerys', + episodes: [], + appearing: ['daenerys', 'barristan'], + }, + { + book: 'adwd', + toth: '105/025', + awoiaf: 'A_Dance_with_Dragons-Chapter_24', + pages: 14, + title: 'The Lost Lord', + region: 'essos', + setting: 'Golden Company camp', + pov: 'other', + episodes: [], + appearing: ['griff'], + }, + { + book: 'adwd', + toth: '105/026', + awoiaf: 'A_Dance_with_Dragons-Chapter_25', + pages: 12, + title: 'The Windblown', + region: 'essos', + setting: 'Astapor', + pov: 'other', + episodes: [], + appearing: [], + }, + { + book: 'adwd', + toth: '105/027', + awoiaf: 'A_Dance_with_Dragons-Chapter_26', + pages: 19, + title: 'The Wayward Bride', + region: 'north', + setting: 'Deepwood Motte', + pov: 'asha', + episodes: [], + appearing: ['asha'], + }, + { + book: 'adwd', + toth: '105/028', + awoiaf: 'A_Dance_with_Dragons-Chapter_27', + pages: 21, + title: 'Tyrion VII', + region: 'essos', + setting: 'Volantis', + pov: 'tyrion', + episodes: [], + appearing: ['tyrion', 'jorah'], + }, + { + book: 'adwd', + toth: '105/029', + awoiaf: 'A_Dance_with_Dragons-Chapter_28', + pages: 10, + title: 'Jon VI', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon'], + }, + { + book: 'adwd', + toth: '105/030', + awoiaf: 'A_Dance_with_Dragons-Chapter_29', + pages: 13, + title: 'Davos IV', + region: 'north', + setting: 'White Harbor', + pov: 'davos', + episodes: [], + appearing: ['davos'], + }, + { + book: 'adwd', + toth: '105/031', + awoiaf: 'A_Dance_with_Dragons-Chapter_30', + pages: 12, + title: 'Daenerys V', + region: 'essos', + setting: 'Meereen', + pov: 'daenerys', + episodes: [], + appearing: ['daenerys', 'barristan'], + }, + { + book: 'adwd', + toth: '105/032', + awoiaf: 'A_Dance_with_Dragons-Chapter_31', + pages: 13, + title: 'Melisandre I', + region: 'north', + setting: 'Castle Black', + pov: 'other', + episodes: [], + appearing: ['jon'], + }, + { + book: 'adwd', + toth: '105/033', + awoiaf: 'A_Dance_with_Dragons-Chapter_32', + pages: 14, + title: 'Reek III', + region: 'north', + setting: 'Barrowton', + pov: 'theon', + episodes: [], + appearing: ['theon'], + }, + { + book: 'adwd', + toth: '105/034', + awoiaf: 'A_Dance_with_Dragons-Chapter_33', + pages: 14, + title: 'Tyrion VIII', + region: 'essos', + setting: 'The east coast of Valyria', + pov: 'tyrion', + episodes: [], + appearing: ['tyrion'], + }, + { + book: 'adwd', + toth: '105/035', + awoiaf: 'A_Dance_with_Dragons-Chapter_34', + pages: 13, + title: 'Bran III', + region: 'beyond', + setting: 'Cave of the three-eyed crow', + pov: 'bran', + episodes: [], + appearing: ['bran'], + }, + { + book: 'adwd', + toth: '105/036', + awoiaf: 'A_Dance_with_Dragons-Chapter_35', + pages: 12, + title: 'Jon VII', + region: 'beyond', + setting: 'Outside Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon'], + }, + { + book: 'adwd', + toth: '105/037', + awoiaf: 'A_Dance_with_Dragons-Chapter_36', + pages: 11, + title: 'Daenerys VI', + region: 'essos', + setting: 'Outside Meereen', + pov: 'daenerys', + episodes: [], + appearing: ['daenerys', 'barristan'], + }, + { + book: 'adwd', + toth: '105/038', + awoiaf: 'A_Dance_with_Dragons-Chapter_37', + pages: 16, + title: 'The Prince Of Winterfell', + region: 'north', + setting: 'Winterfell', + pov: 'theon', + episodes: [], + appearing: ['theon'], + }, + { + book: 'adwd', + toth: '105/039', + awoiaf: 'A_Dance_with_Dragons-Chapter_38', + pages: 14, + title: 'The WATCHER', + region: 'dorne', + setting: 'Sunspear', + pov: 'other', + episodes: [], + appearing: ['myrcella'], + }, + { + book: 'adwd', + toth: '105/040', + awoiaf: 'A_Dance_with_Dragons-Chapter_39', + pages: 10, + title: 'Jon VIII', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon'], + }, + { + book: 'adwd', + toth: '105/041', + awoiaf: 'A_Dance_with_Dragons-Chapter_40', + pages: 12, + title: 'Tyrion IX', + region: 'essos', + setting: 'Gulf of Grief', + pov: 'tyrion', + episodes: [], + appearing: ['tyrion'], + }, + { + book: 'adwd', + toth: '105/042', + awoiaf: 'A_Dance_with_Dragons-Chapter_41', + pages: 13, + title: 'The Turncloak', + region: 'north', + setting: 'Winterfell', + pov: 'theon', + episodes: [], + appearing: ['theon'], + }, + { + book: 'adwd', + toth: '105/043', + awoiaf: 'A_Dance_with_Dragons-Chapter_42', + pages: 15, + title: "The King's Prize", + region: 'north', + setting: 'The Wolfswood', + pov: 'asha', + episodes: [], + appearing: ['stannis', 'asha'], + }, + { + book: 'adwd', + toth: '105/044', + awoiaf: 'A_Dance_with_Dragons-Chapter_43', + pages: 15, + title: 'Daenerys VII', + region: 'essos', + setting: 'Meereen', + pov: 'daenerys', + episodes: [], + appearing: ['daenerys', 'barristan'], + }, + { + book: 'adwd', + toth: '105/045', + awoiaf: 'A_Dance_with_Dragons-Chapter_44', + pages: 14, + title: 'Jon IX', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon'], + }, + { + book: 'adwd', + toth: '105/046', + awoiaf: 'A_Dance_with_Dragons-Chapter_45', + pages: 12, + title: 'The Blind Girl', + region: 'essos', + setting: 'Braavos', + pov: 'arya', + episodes: [], + appearing: ['arya'], + }, + { + book: 'adwd', + toth: '105/047', + awoiaf: 'A_Dance_with_Dragons-Chapter_46', + pages: 13, + title: 'A Ghost In Winterfell', + region: 'north', + setting: 'Winterfell', + pov: 'theon', + episodes: [], + appearing: ['theon'], + }, + { + book: 'adwd', + toth: '105/048', + awoiaf: 'A_Dance_with_Dragons-Chapter_47', + pages: 14, + title: 'Tyrion X', + region: 'essos', + setting: 'Meereen', + pov: 'tyrion', + episodes: [], + appearing: ['tyrion', 'jorah'], + }, + { + book: 'adwd', + toth: '105/049', + awoiaf: 'A_Dance_with_Dragons-Chapter_48', + pages: 15, + title: 'Jaime I', + region: 'riverlands', + setting: 'Raventree Hall', + pov: 'jaime', + episodes: [], + appearing: ['jaime'], + }, + { + book: 'adwd', + toth: '105/050', + awoiaf: 'A_Dance_with_Dragons-Chapter_49', + pages: 14, + title: 'Jon X', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon'], + }, + { + book: 'adwd', + toth: '105/051', + awoiaf: 'A_Dance_with_Dragons-Chapter_50', + pages: 12, + title: 'Daenerys VIII', + region: 'essos', + setting: 'Meereen', + pov: 'daenerys', + episodes: [], + appearing: ['daenerys', 'barristan'], + }, + { + book: 'adwd', + toth: '105/052', + awoiaf: 'A_Dance_with_Dragons-Chapter_51', + pages: 14, + title: 'Theon I', + region: 'north', + setting: 'Winterfell', + pov: 'theon', + episodes: [], + appearing: ['theon'], + }, + { + book: 'adwd', + toth: '105/053', + awoiaf: 'A_Dance_with_Dragons-Chapter_52', + pages: 13, + title: 'Daenerys IX', + region: 'essos', + setting: 'Meereen', + pov: 'daenerys', + episodes: [], + appearing: ['daenerys', 'tyrion', 'jorah', 'barristan'], + }, + { + book: 'adwd', + toth: '105/054', + awoiaf: 'A_Dance_with_Dragons-Chapter_53', + pages: 17, + title: 'Jon XI', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon'], + }, + { + book: 'adwd', + toth: '105/055', + awoiaf: 'A_Dance_with_Dragons-Chapter_54', + pages: 13, + title: 'Cersei I', + region: 'crownlands', + setting: "King's Landing", + pov: 'cersei', + episodes: [], + appearing: ['cersei'], + }, + { + book: 'adwd', + toth: '105/056', + awoiaf: 'A_Dance_with_Dragons-Chapter_55', + pages: 11, + title: 'The Queensguard', + region: 'essos', + setting: 'Meereen', + pov: 'barristan', + episodes: [], + appearing: ['barristan'], + }, + { + book: 'adwd', + toth: '105/057', + awoiaf: 'A_Dance_with_Dragons-Chapter_56', + pages: 13, + title: 'The Iron Suitor', + region: 'essos', + setting: 'Gulf of Grief', + pov: 'other', + episodes: [], + appearing: [], + }, + { + book: 'adwd', + toth: '105/058', + awoiaf: 'A_Dance_with_Dragons-Chapter_57', + pages: 15, + title: 'Tyrion XI', + region: 'essos', + setting: 'Meereen', + pov: 'tyrion', + episodes: [], + appearing: ['tyrion', 'jorah'], + }, + { + book: 'adwd', + toth: '105/059', + awoiaf: 'A_Dance_with_Dragons-Chapter_58', + pages: 14, + title: 'Jon XII', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon'], + }, + { + book: 'adwd', + toth: '105/060', + awoiaf: 'A_Dance_with_Dragons-Chapter_59', + pages: 10, + title: 'The Discarded Knight', + region: 'essos', + setting: 'Meereen', + pov: 'barristan', + episodes: [], + appearing: ['daenerys', 'barristan'], + }, + { + book: 'adwd', + toth: '105/061', + awoiaf: 'A_Dance_with_Dragons-Chapter_60', + pages: 8, + title: 'The Spurned Suitor', + region: 'essos', + setting: 'Meereen', + pov: 'other', + episodes: [], + appearing: [], + }, + { + book: 'adwd', + toth: '105/062', + awoiaf: 'A_Dance_with_Dragons-Chapter_61', + pages: 13, + title: 'The Griffin Reborn', + region: 'stormlands', + setting: "Griffin's Roost", + pov: 'other', + episodes: [], + appearing: ['griff'], + }, + { + book: 'adwd', + toth: '105/063', + awoiaf: 'A_Dance_with_Dragons-Chapter_62', + pages: 13, + title: 'The Sacrifice', + region: 'north', + setting: "Crofter's Village near Winterfell", + pov: 'asha', + episodes: [], + appearing: ['stannis', 'asha'], + }, + { + book: 'adwd', + toth: '105/064', + awoiaf: 'A_Dance_with_Dragons-Chapter_63', + pages: 8, + title: 'Victarion I', + region: 'essos', + setting: "Slaver's Bay", + pov: 'other', + episodes: [], + appearing: [], + }, + { + book: 'adwd', + toth: '105/065', + awoiaf: 'A_Dance_with_Dragons-Chapter_64', + pages: 13, + title: 'The Ugly Little Girl', + region: 'essos', + setting: 'Braavos', + pov: 'arya', + episodes: [], + appearing: ['arya'], + }, + { + book: 'adwd', + toth: '105/066', + awoiaf: 'A_Dance_with_Dragons-Chapter_65', + pages: 12, + title: 'Cersei II', + region: 'crownlands', + setting: "King's Landing", + pov: 'cersei', + episodes: [], + appearing: ['cersei'], + }, + { + book: 'adwd', + toth: '105/067', + awoiaf: 'A_Dance_with_Dragons-Chapter_66', + pages: 12, + title: 'Tyrion XII', + region: 'essos', + setting: 'Meereen', + pov: 'tyrion', + episodes: [], + appearing: ['tyrion'], + }, + { + book: 'adwd', + toth: '105/068', + awoiaf: 'A_Dance_with_Dragons-Chapter_67', + pages: 15, + title: 'The Kingbreaker', + region: 'essos', + setting: 'Meereen', + pov: 'barristan', + episodes: [], + appearing: ['barristan'], + }, + { + book: 'adwd', + toth: '105/069', + awoiaf: 'A_Dance_with_Dragons-Chapter_68', + pages: 12, + title: 'The Dragontamer', + region: 'essos', + setting: 'Meereen', + pov: 'other', + episodes: [], + appearing: [], + }, + { + book: 'adwd', + toth: '105/070', + awoiaf: 'A_Dance_with_Dragons-Chapter_69', + pages: 15, + title: 'Jon XIII', + region: 'north', + setting: 'Castle Black', + pov: 'jon', + episodes: [], + appearing: ['jon'], + }, + { + book: 'adwd', + toth: '105/071', + awoiaf: 'A_Dance_with_Dragons-Chapter_70', + pages: 15, + title: "The Queen's Hand", + region: 'essos', + setting: 'Meereen', + pov: 'barristan', + episodes: [], + appearing: ['barristan'], + }, + { + book: 'adwd', + toth: '105/072', + awoiaf: 'A_Dance_with_Dragons-Chapter_71', + pages: 15, + title: 'Daenerys X', + region: 'essos', + setting: 'The Dothraki Sea', + pov: 'daenerys', + episodes: [], + appearing: ['daenerys'], + }, + { + book: 'adwd', + toth: '105/073', + awoiaf: 'Epilogue_(A_Dance_with_Dragons)', + pages: 17, + title: 'Epilogue', + region: 'crownlands', + setting: "King's Landing", + pov: 'other', + episodes: [], + appearing: [], + }, ]; var episodes = [ - {title:'S1E01: Winter Is Coming', date:'17 Apr 2011', toth:'1/01', awoiaf:'Winter_Is_Coming', wikia:'Winter_Is_Coming_(episode)', wiki:'Winter_Is_Coming', imdb:'tt1480055', chapters:[ 0, 1, 2, 3, 4, 5, 6, 8, 11,], appearing:["eddard", "catelyn", "robb", "sansa", "bran", "arya", "rickon", "jon", "daenerys", "jaime", "cersei", "tyrion", "joffrey", "myrcella", "tommen", "robert", "theon", "jorah", ], regions:["beyond", "north", "essos"]}, - {title:'S1E02: The Kingsroad', date:'24 Apr 2011', toth:'1/02', awoiaf:'The_Kingsroad', wikia:'The_Kingsroad', wiki:'The_Kingsroad', imdb:'tt1668746', chapters:[ 9, 10, 12, 13, 14, 15, 16, 17, 23,], appearing:["eddard", "catelyn", "robb", "sansa", "bran", "arya", "jon", "daenerys", "jaime", "cersei", "tyrion", "joffrey", "myrcella", "tommen", "robert", "theon", "jorah", ], regions:["north", "riverlands", "essos"]}, - {title:'S1E03: Lord Snow', date:'1 May 2011', toth:'1/03', awoiaf:'Lord_Snow', wikia:'Lord_Snow', wiki:'Lord_Snow', imdb:'tt1829962', chapters:[ 18, 19, 20, 21, 22, 23, 24,], appearing:["eddard", "catelyn", "robb", "sansa", "bran", "arya", "jon", "daenerys", "jaime", "cersei", "tyrion", "joffrey", "robert", "renly", "petyr", "jorah", "barristan", ], regions:["north", "crownlands", "essos"]}, - {title:'S1E04: Cripples, Bastards, and Broken Things', date:'8 May 2011', toth:'1/04', awoiaf:'Cripples,_Bastards,_and_Broken_Things', wikia:'Cripples,_Bastards,_and_Broken_Things', wiki:'Cripples,_Bastards,_and_Broken_Things', imdb:'tt1829963', chapters:[ 24, 25, 26, 27, 28, 29, 36,], appearing:["eddard", "catelyn", "robb", "sansa", "bran", "arya", "jon", "daenerys", "jaime", "cersei", "tyrion", "joffrey", "myrcella", "tommen", "robert", "renly", "theon", "samwell", "petyr", "jorah", "barristan", ], regions:["north", "crownlands", "essos"]}, - {title:'S1E05: The Wolf and the Lion', date:'15 May 2011', toth:'1/05', awoiaf:'The_Wolf_and_the_Lion', wikia:'The_Wolf_and_the_Lion', wiki:'The_Wolf_and_the_Lion', imdb:'tt1829964', chapters:[ 30, 31, 32, 33, 34, 35,], appearing:["eddard", "catelyn", "sansa", "bran", "arya", "jaime", "cersei", "tyrion", "joffrey", "myrcella", "tommen", "robert", "renly", "theon", "petyr", "barristan", "lysa", ], regions:["north", "crownlands", "vale"]}, - {title:'S1E06: A Golden Crown', date:'22 May 2011', toth:'1/06', awoiaf:'A_Golden_Crown', wikia:'A_Golden_Crown', wiki:'A_Golden_Crown', imdb:'tt1837862', chapters:[ 37, 38, 39, 40, 43, 44,], appearing:["eddard", "catelyn", "robb", "sansa", "bran", "arya", "daenerys", "cersei", "tyrion", "joffrey", "robert", "renly", "theon", "petyr", "jorah", "barristan", "lysa", ], regions:["north", "crownlands", "vale", "essos"]}, - {title:'S1E07: You Win or You Die', date:'29 May 2011', toth:'1/07', awoiaf:'You_Win_or_You_Die', wikia:'You_Win_or_You_Die', wiki:'You_Win_or_You_Die', imdb:'tt1837863', chapters:[ 45, 47, 49, 54,], appearing:["eddard", "jon", "daenerys", "tywin", "jaime", "cersei", "joffrey", "robert", "renly", "theon", "samwell", "petyr", "jorah", "barristan", ], regions:["north", "crownlands", "riverlands", "beyond", "essos"]}, - {title:'S1E08: The Pointy End', date:'5 Jun 2011', toth:'1/08', awoiaf:'The_Pointy_End', wikia:'The_Pointy_End', wiki:'The_Pointy_End', imdb:'tt1837864', chapters:[ 42, 50, 51, 52, 53, 55, 56, 57, 58, 61,], appearing:["eddard", "catelyn", "robb", "sansa", "bran", "arya", "rickon", "jon", "daenerys", "tywin", "cersei", "tyrion", "joffrey", "theon", "samwell", "petyr", "jorah", "barristan", "lysa", ], regions:["north", "crownlands", "riverlands", "vale", "essos"]}, - {title:'S1E09: Baelor', date:'12 Jun 2011', toth:'1/09', awoiaf:'Baelor', wikia:'Baelor', wiki:'Baelor', imdb:'tt1851398', chapters:[ 58, 59, 60, 62, 65,], appearing:["eddard", "catelyn", "robb", "sansa", "arya", "jon", "daenerys", "tywin", "jaime", "cersei", "tyrion", "joffrey", "theon", "samwell", "petyr", "jorah", ], regions:["north", "crownlands", "riverlands", "essos"]}, - {title:'S1E10: Fire and Blood', date:'19 Jun 2011', toth:'1/10', awoiaf:'Fire_and_Blood_(Game_of_Thrones)', wikia:'Fire_and_Blood', wiki:'Fire_and_Blood_(Game_of_Thrones)', imdb:'tt1851397', chapters:[ 65, 66, 67, 68, 69, 70, 71, 72, 74, 128,], appearing:["catelyn", "robb", "sansa", "bran", "arya", "rickon", "jon", "daenerys", "tywin", "jaime", "cersei", "tyrion", "joffrey", "theon", "samwell", "petyr", "jorah", ], regions:["north", "crownlands", "riverlands", "essos"]}, - {title:'S2E01: The North Remembers', date:'1 Apr 2012', toth:'2/01', awoiaf:'The_North_Remembers_(TV)', wikia:'The_North_Remembers', wiki:'The_North_Remembers', imdb:'tt1971833', chapters:[ 73, 75, 76, 77, 80, 83, 85, 94, 96,], appearing:["catelyn", "robb", "sansa", "bran", "arya", "jon", "daenerys", "jaime", "cersei", "tyrion", "joffrey", "myrcella", "tommen", "stannis", "theon", "davos", "samwell", "petyr", "jorah", ], regions:["north", "crownlands", "beyond", "essos"]}, - {title:'S2E02: Night Lands', date:'8 Apr 2012', toth:'2/02', awoiaf:'Nightlands_(TV)', wikia:'Nightlands', wiki:'Nightlands', imdb:'tt2069318', chapters:[ 78, 81, 82, 84, 85, 88, 92, 93, 96, 97,], appearing:["arya", "jon", "daenerys", "cersei", "tyrion", "stannis", "theon", "asha", "davos", "samwell", "petyr", "jorah", ], regions:["iron", "crownlands", "beyond", "essos"]}, - {title:'S2E03: What Is Dead May Never Die', date:'15 Apr 2012', toth:'2/03', awoiaf:'What_Is_Dead_May_Never_Die_(TV)', wikia:'What_Is_Dead_May_Never_Die', wiki:'What_Is_Dead_May_Never_Die', imdb:'tt2070135', chapters:[ 87, 90, 92, 93, 95, 96, 97, 98, 101,], appearing:["catelyn", "sansa", "bran", "arya", "jon", "cersei", "tyrion", "myrcella", "tommen", "renly", "theon", "asha", "brienne", "samwell", "petyr", ], regions:["north", "crownlands", "beyond", "stormlands", "iron"]}, - {title:'S2E04: Garden of Bones', date:'22 Apr 2012', toth:'2/04', awoiaf:'Garden_of_Bones_(TV)', wikia:'Garden_of_Bones', wiki:'Garden_of_Bones', imdb:'tt2069319', chapters:[ 99, 102, 104, 105, 115,], appearing:["catelyn", "robb", "sansa", "arya", "daenerys", "tywin", "tyrion", "joffrey", "stannis", "renly", "brienne", "davos", "petyr", "jorah", ], regions:["west", "crownlands", "riverlands", "stormlands", "essos"]}, - {title:'S2E05: The Ghost of Harrenhal', date:'29 Apr 2012', toth:'2/05', awoiaf:'The_Ghost_of_Harrenhal_(TV)', wikia:'The_Ghost_of_Harrenhal', wiki:'The_Ghost_of_Harrenhal', imdb:'tt2074658', chapters:[ 93, 100, 103, 106, 107, 108, 109, 112, 116,], appearing:["catelyn", "bran", "arya", "rickon", "jon", "daenerys", "tywin", "cersei", "tyrion", "myrcella", "stannis", "renly", "theon", "asha", "brienne", "davos", "samwell", "petyr", "jorah", ], regions:["north", "crownlands", "riverlands", "stormlands", "essos", "beyond", "iron"]}, - {title:'S2E06: The Old Gods and the New', date:'6 May 2012', toth:'2/06', awoiaf:'The_Old_Gods_and_the_New_(TV)', wikia:'The_Old_Gods_and_the_New', wiki:'The_Old_Gods_and_the_New', imdb:'tt2085238', chapters:[ 111, 113, 114, 119, 123, 124, 129, 139,], appearing:["catelyn", "robb", "sansa", "bran", "arya", "rickon", "jon", "daenerys", "tywin", "cersei", "tyrion", "joffrey", "myrcella", "tommen", "theon", "brienne", "petyr", ], regions:["north", "crownlands", "riverlands", "west", "essos", "beyond"]}, - {title:'S2E07: A Man Without Honor', date:'13 May 2012', toth:'2/07', awoiaf:'A_Man_Without_Honor_(TV)', wikia:'A_Man_Without_Honor', wiki:'A_Man_Without_Honor', imdb:'tt2085239', chapters:[ 112, 123, 125, 128,], appearing:["catelyn", "robb", "sansa", "bran", "arya", "rickon", "jon", "daenerys", "tywin", "jaime", "cersei", "tyrion", "theon", "brienne", "jorah", ], regions:["north", "crownlands", "riverlands", "west", "essos", "beyond"]}, - {title:'S2E08: The Prince of Winterfell', date:'20 May 2012', toth:'2/08', awoiaf:'The_Prince_of_Winterfell_(TV)', wikia:'The_Prince_of_Winterfell', wiki:'The_Prince_of_Winterfell', imdb:'tt2085240', chapters:[ 120, 127, 129, 144, 145,], appearing:["catelyn", "robb", "bran", "arya", "rickon", "jon", "daenerys", "tywin", "jaime", "cersei", "tyrion", "joffrey", "stannis", "theon", "asha", "brienne", "davos", "samwell", "jorah", ], regions:["north", "crownlands", "riverlands", "west", "essos", "beyond"]}, - {title:'S2E09: Blackwater', date:'27 May 2012', toth:'2/09', awoiaf:'Blackwater_(TV)', wikia:'Blackwater', wiki:'Blackwater_(Game_of_Thrones)', imdb:'tt2084342', chapters:[ 130, 131, 132, 133, 134, 135,], appearing:["sansa", "tywin", "cersei", "tyrion", "joffrey", "tommen", "stannis", "davos", ], regions:["crownlands"]}, - {title:'S2E10: Valar Morghulis', date:'3 Jun 2012', toth:'2/10', awoiaf:'Valar_Morghulis_(TV)', wikia:'Valar_Morghulis', wiki:'Valar_Morghulis', imdb:'tt2112510', chapters:[ 120, 121, 138, 139, 140, 141, 142, 143, 144, 147, 150,], appearing:["catelyn", "robb", "sansa", "bran", "arya", "rickon", "jon", "daenerys", "tywin", "jaime", "cersei", "tyrion", "joffrey", "stannis", "theon", "brienne", "samwell", "petyr", "jorah", ], regions:["north", "crownlands", "riverlands", "west", "essos", "beyond"]}, - {title:'S3E01: Valar Dohaeris', date:'31 Mar 2013', toth:'3/01', awoiaf:'Valar_Dohaeris_(TV)', wikia:'Valar_Dohaeris', wiki:'Valar_Dohaeris', imdb:'tt2178782', chapters:[ 136, 147, 148, 150, 151, 153, 166,], appearing:["catelyn", "robb", "sansa", "jon", "daenerys", "tywin", "cersei", "tyrion", "joffrey", "stannis", "davos", "samwell", "petyr", "jorah", "barristan", ], regions:["crownlands", "riverlands", "essos", "beyond"]}, - {title:'S3E02: Dark Wings, Dark Words', date:'7 Apr 2013', toth:'3/02', awoiaf:'Game_of_Thrones_-_Season_3', wikia:'Dark_Wings,_Dark_Words', wiki:'Dark_Wings,_Dark_Words', imdb:'tt2178772', chapters:[ 146, 147, 148, 150, 151, 153, 161, 166, 168, 170,], appearing:["catelyn", "robb", "sansa", "bran", "arya", "rickon", "jon", "jaime", "cersei", "tyrion", "joffrey", "theon", "brienne", "samwell", ], regions:["crownlands", "riverlands", "north", "beyond"]}, - {title:'S3E03: Walk of Punishment', date:'14 Apr 2013', toth:'3/03', awoiaf:'Game_of_Thrones_-_Season_3', wikia:'Walk_of_Punishment', wiki:'Walk_of_Punishment', imdb:'tt2178802', chapters:[ 157, 158, 160, 162, 164, 166, 170, 174, 176, 178,], appearing:["catelyn", "robb", "arya", "jon", "daenerys", "tywin", "jaime", "cersei", "tyrion", "stannis", "theon", "brienne", "samwell", "petyr", "jorah", "barristan", ], regions:["crownlands", "riverlands", "north", "beyond", "essos"]}, - {title:'S3E04: And Now His Watch is Ended', date:'21 Apr 2013', toth:'3/04', awoiaf:'Game_of_Thrones_-_Season_3', wikia:'And_Now_His_Watch_is_Ended', wiki:'And_Now_His_Watch_is_Ended', imdb:'tt2178798', chapters:[ 117, 155, 170, 174, 176, 177,], appearing:["catelyn", "sansa", "bran", "arya", "daenerys", "tywin", "jaime", "cersei", "tyrion", "joffrey", "theon", "brienne", "samwell", "jorah", "barristan", ], regions:["crownlands", "riverlands", "north", "beyond", "essos"]}, - {title:'S3E05: Kissed by Fire', date:'28 Apr 2013', toth:'3/05', awoiaf:'Game_of_Thrones_-_Season_3', wikia:'Kissed_by_Fire', wiki:'Kissed_by_Fire', imdb:'tt2178788', chapters:[ 162, 163, 169, 174, 177, 180, 182,], appearing:["catelyn", "robb", "sansa", "arya", "jon", "daenerys", "tywin", "jaime", "cersei", "tyrion", "stannis", "brienne", "davos", "petyr", "jorah", "barristan", ], regions:["crownlands", "riverlands", "beyond", "essos"]}, - {title:'S3E06: The Climb', date:'5 May 2013', toth:'3/06', awoiaf:'Game_of_Thrones_-_Season_3', wikia:'The_Climb', wiki:'The_Climb_(Game_of_Thrones)', imdb:'tt2178812', chapters:[ 173, 178, 180, 189,], appearing:["catelyn", "robb", "sansa", "bran", "arya", "rickon", "jon", "tywin", "jaime", "cersei", "tyrion", "joffrey", "theon", "brienne", "samwell", "petyr", ], regions:["crownlands", "riverlands", "beyond", "north"]}, - {title:'S3E07: The Bear and the Maiden Fair', date:'12 May 2013', toth:'3/07', awoiaf:'Chains_(TV)', wikia:'The_Bear_and_the_Maiden_Fair_(episode)', wiki:'The_Bear_and_the_Maiden_Fair', imdb:'tt2178814', chapters:[ 184, 185, 186, 187, 188,], appearing:["catelyn", "robb", "sansa", "bran", "arya", "rickon", "jon", "daenerys", "tywin", "jaime", "tyrion", "joffrey", "theon", "brienne", "jorah", "barristan", ], regions:["crownlands", "riverlands", "essos", "north"]}, - {title:'S3E08: Second Sons', date:'19 May 2013', toth:'3/08', awoiaf:'Game_of_Thrones_-_Season_3', wikia:'Second_Sons_(episode)', wiki:'Second_Sons', imdb:'tt2178806', chapters:[ 161, 171, 179, 185, 189, 190,], appearing:["sansa", "arya", "daenerys", "tywin", "cersei", "tyrion", "joffrey", "stannis", "davos", "samwell", "jorah", "barristan", ], regions:["crownlands", "riverlands", "essos", "north"]}, - {title:'S3E09: The Rains of Castamere', date:'2 Jun 2013', toth:'3/09', awoiaf:'Game_of_Thrones_-_Season_3', wikia:'The_Rains_of_Castamere_(episode)', wiki:'The_Rains_of_Castamere', imdb:'tt2178784', chapters:[ 183, 184, 185, 192, 193, 194, 195,], appearing:["catelyn", "robb", "bran", "arya", "jon", "daenerys", "samwell", "jorah", "barristan", ], regions:["riverlands", "essos", "north"]}, - {title:'S3E10: Mhysa', date:'9 Jun 2013', toth:'3/10', awoiaf:'Game_of_Thrones_-_Season_3', wikia:'Mhysa', wiki:'Mhysa', imdb:'tt2178796', chapters:[ 185, 191, 195, 196, 197, 199, 206,], appearing:["sansa", "bran", "arya", "jon", "daenerys", "tywin", "jaime", "cersei", "tyrion", "joffrey", "stannis", "theon", "brienne", "davos", "samwell", "jorah", ], regions:["crownlands", "riverlands", "essos", "north", "iron"]}, + { + title: 'S1E01: Winter Is Coming', + date: '17 Apr 2011', + toth: '1/01', + awoiaf: 'Winter_Is_Coming', + wikia: 'Winter_Is_Coming_(episode)', + wiki: 'Winter_Is_Coming', + imdb: 'tt1480055', + chapters: [0, 1, 2, 3, 4, 5, 6, 8, 11], + appearing: [ + 'eddard', + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'rickon', + 'jon', + 'daenerys', + 'jaime', + 'cersei', + 'tyrion', + 'joffrey', + 'myrcella', + 'tommen', + 'robert', + 'theon', + 'jorah', + ], + regions: ['beyond', 'north', 'essos'], + }, + { + title: 'S1E02: The Kingsroad', + date: '24 Apr 2011', + toth: '1/02', + awoiaf: 'The_Kingsroad', + wikia: 'The_Kingsroad', + wiki: 'The_Kingsroad', + imdb: 'tt1668746', + chapters: [9, 10, 12, 13, 14, 15, 16, 17, 23], + appearing: [ + 'eddard', + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'jon', + 'daenerys', + 'jaime', + 'cersei', + 'tyrion', + 'joffrey', + 'myrcella', + 'tommen', + 'robert', + 'theon', + 'jorah', + ], + regions: ['north', 'riverlands', 'essos'], + }, + { + title: 'S1E03: Lord Snow', + date: '1 May 2011', + toth: '1/03', + awoiaf: 'Lord_Snow', + wikia: 'Lord_Snow', + wiki: 'Lord_Snow', + imdb: 'tt1829962', + chapters: [18, 19, 20, 21, 22, 23, 24], + appearing: [ + 'eddard', + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'jon', + 'daenerys', + 'jaime', + 'cersei', + 'tyrion', + 'joffrey', + 'robert', + 'renly', + 'petyr', + 'jorah', + 'barristan', + ], + regions: ['north', 'crownlands', 'essos'], + }, + { + title: 'S1E04: Cripples, Bastards, and Broken Things', + date: '8 May 2011', + toth: '1/04', + awoiaf: 'Cripples,_Bastards,_and_Broken_Things', + wikia: 'Cripples,_Bastards,_and_Broken_Things', + wiki: 'Cripples,_Bastards,_and_Broken_Things', + imdb: 'tt1829963', + chapters: [24, 25, 26, 27, 28, 29, 36], + appearing: [ + 'eddard', + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'jon', + 'daenerys', + 'jaime', + 'cersei', + 'tyrion', + 'joffrey', + 'myrcella', + 'tommen', + 'robert', + 'renly', + 'theon', + 'samwell', + 'petyr', + 'jorah', + 'barristan', + ], + regions: ['north', 'crownlands', 'essos'], + }, + { + title: 'S1E05: The Wolf and the Lion', + date: '15 May 2011', + toth: '1/05', + awoiaf: 'The_Wolf_and_the_Lion', + wikia: 'The_Wolf_and_the_Lion', + wiki: 'The_Wolf_and_the_Lion', + imdb: 'tt1829964', + chapters: [30, 31, 32, 33, 34, 35], + appearing: [ + 'eddard', + 'catelyn', + 'sansa', + 'bran', + 'arya', + 'jaime', + 'cersei', + 'tyrion', + 'joffrey', + 'myrcella', + 'tommen', + 'robert', + 'renly', + 'theon', + 'petyr', + 'barristan', + 'lysa', + ], + regions: ['north', 'crownlands', 'vale'], + }, + { + title: 'S1E06: A Golden Crown', + date: '22 May 2011', + toth: '1/06', + awoiaf: 'A_Golden_Crown', + wikia: 'A_Golden_Crown', + wiki: 'A_Golden_Crown', + imdb: 'tt1837862', + chapters: [37, 38, 39, 40, 43, 44], + appearing: [ + 'eddard', + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'daenerys', + 'cersei', + 'tyrion', + 'joffrey', + 'robert', + 'renly', + 'theon', + 'petyr', + 'jorah', + 'barristan', + 'lysa', + ], + regions: ['north', 'crownlands', 'vale', 'essos'], + }, + { + title: 'S1E07: You Win or You Die', + date: '29 May 2011', + toth: '1/07', + awoiaf: 'You_Win_or_You_Die', + wikia: 'You_Win_or_You_Die', + wiki: 'You_Win_or_You_Die', + imdb: 'tt1837863', + chapters: [45, 47, 49, 54], + appearing: [ + 'eddard', + 'jon', + 'daenerys', + 'tywin', + 'jaime', + 'cersei', + 'joffrey', + 'robert', + 'renly', + 'theon', + 'samwell', + 'petyr', + 'jorah', + 'barristan', + ], + regions: ['north', 'crownlands', 'riverlands', 'beyond', 'essos'], + }, + { + title: 'S1E08: The Pointy End', + date: '5 Jun 2011', + toth: '1/08', + awoiaf: 'The_Pointy_End', + wikia: 'The_Pointy_End', + wiki: 'The_Pointy_End', + imdb: 'tt1837864', + chapters: [42, 50, 51, 52, 53, 55, 56, 57, 58, 61], + appearing: [ + 'eddard', + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'rickon', + 'jon', + 'daenerys', + 'tywin', + 'cersei', + 'tyrion', + 'joffrey', + 'theon', + 'samwell', + 'petyr', + 'jorah', + 'barristan', + 'lysa', + ], + regions: ['north', 'crownlands', 'riverlands', 'vale', 'essos'], + }, + { + title: 'S1E09: Baelor', + date: '12 Jun 2011', + toth: '1/09', + awoiaf: 'Baelor', + wikia: 'Baelor', + wiki: 'Baelor', + imdb: 'tt1851398', + chapters: [58, 59, 60, 62, 65], + appearing: [ + 'eddard', + 'catelyn', + 'robb', + 'sansa', + 'arya', + 'jon', + 'daenerys', + 'tywin', + 'jaime', + 'cersei', + 'tyrion', + 'joffrey', + 'theon', + 'samwell', + 'petyr', + 'jorah', + ], + regions: ['north', 'crownlands', 'riverlands', 'essos'], + }, + { + title: 'S1E10: Fire and Blood', + date: '19 Jun 2011', + toth: '1/10', + awoiaf: 'Fire_and_Blood_(Game_of_Thrones)', + wikia: 'Fire_and_Blood', + wiki: 'Fire_and_Blood_(Game_of_Thrones)', + imdb: 'tt1851397', + chapters: [65, 66, 67, 68, 69, 70, 71, 72, 74, 128], + appearing: [ + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'rickon', + 'jon', + 'daenerys', + 'tywin', + 'jaime', + 'cersei', + 'tyrion', + 'joffrey', + 'theon', + 'samwell', + 'petyr', + 'jorah', + ], + regions: ['north', 'crownlands', 'riverlands', 'essos'], + }, + { + title: 'S2E01: The North Remembers', + date: '1 Apr 2012', + toth: '2/01', + awoiaf: 'The_North_Remembers_(TV)', + wikia: 'The_North_Remembers', + wiki: 'The_North_Remembers', + imdb: 'tt1971833', + chapters: [73, 75, 76, 77, 80, 83, 85, 94, 96], + appearing: [ + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'jon', + 'daenerys', + 'jaime', + 'cersei', + 'tyrion', + 'joffrey', + 'myrcella', + 'tommen', + 'stannis', + 'theon', + 'davos', + 'samwell', + 'petyr', + 'jorah', + ], + regions: ['north', 'crownlands', 'beyond', 'essos'], + }, + { + title: 'S2E02: Night Lands', + date: '8 Apr 2012', + toth: '2/02', + awoiaf: 'Nightlands_(TV)', + wikia: 'Nightlands', + wiki: 'Nightlands', + imdb: 'tt2069318', + chapters: [78, 81, 82, 84, 85, 88, 92, 93, 96, 97], + appearing: [ + 'arya', + 'jon', + 'daenerys', + 'cersei', + 'tyrion', + 'stannis', + 'theon', + 'asha', + 'davos', + 'samwell', + 'petyr', + 'jorah', + ], + regions: ['iron', 'crownlands', 'beyond', 'essos'], + }, + { + title: 'S2E03: What Is Dead May Never Die', + date: '15 Apr 2012', + toth: '2/03', + awoiaf: 'What_Is_Dead_May_Never_Die_(TV)', + wikia: 'What_Is_Dead_May_Never_Die', + wiki: 'What_Is_Dead_May_Never_Die', + imdb: 'tt2070135', + chapters: [87, 90, 92, 93, 95, 96, 97, 98, 101], + appearing: [ + 'catelyn', + 'sansa', + 'bran', + 'arya', + 'jon', + 'cersei', + 'tyrion', + 'myrcella', + 'tommen', + 'renly', + 'theon', + 'asha', + 'brienne', + 'samwell', + 'petyr', + ], + regions: ['north', 'crownlands', 'beyond', 'stormlands', 'iron'], + }, + { + title: 'S2E04: Garden of Bones', + date: '22 Apr 2012', + toth: '2/04', + awoiaf: 'Garden_of_Bones_(TV)', + wikia: 'Garden_of_Bones', + wiki: 'Garden_of_Bones', + imdb: 'tt2069319', + chapters: [99, 102, 104, 105, 115], + appearing: [ + 'catelyn', + 'robb', + 'sansa', + 'arya', + 'daenerys', + 'tywin', + 'tyrion', + 'joffrey', + 'stannis', + 'renly', + 'brienne', + 'davos', + 'petyr', + 'jorah', + ], + regions: ['west', 'crownlands', 'riverlands', 'stormlands', 'essos'], + }, + { + title: 'S2E05: The Ghost of Harrenhal', + date: '29 Apr 2012', + toth: '2/05', + awoiaf: 'The_Ghost_of_Harrenhal_(TV)', + wikia: 'The_Ghost_of_Harrenhal', + wiki: 'The_Ghost_of_Harrenhal', + imdb: 'tt2074658', + chapters: [93, 100, 103, 106, 107, 108, 109, 112, 116], + appearing: [ + 'catelyn', + 'bran', + 'arya', + 'rickon', + 'jon', + 'daenerys', + 'tywin', + 'cersei', + 'tyrion', + 'myrcella', + 'stannis', + 'renly', + 'theon', + 'asha', + 'brienne', + 'davos', + 'samwell', + 'petyr', + 'jorah', + ], + regions: [ + 'north', + 'crownlands', + 'riverlands', + 'stormlands', + 'essos', + 'beyond', + 'iron', + ], + }, + { + title: 'S2E06: The Old Gods and the New', + date: '6 May 2012', + toth: '2/06', + awoiaf: 'The_Old_Gods_and_the_New_(TV)', + wikia: 'The_Old_Gods_and_the_New', + wiki: 'The_Old_Gods_and_the_New', + imdb: 'tt2085238', + chapters: [111, 113, 114, 119, 123, 124, 129, 139], + appearing: [ + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'rickon', + 'jon', + 'daenerys', + 'tywin', + 'cersei', + 'tyrion', + 'joffrey', + 'myrcella', + 'tommen', + 'theon', + 'brienne', + 'petyr', + ], + regions: ['north', 'crownlands', 'riverlands', 'west', 'essos', 'beyond'], + }, + { + title: 'S2E07: A Man Without Honor', + date: '13 May 2012', + toth: '2/07', + awoiaf: 'A_Man_Without_Honor_(TV)', + wikia: 'A_Man_Without_Honor', + wiki: 'A_Man_Without_Honor', + imdb: 'tt2085239', + chapters: [112, 123, 125, 128], + appearing: [ + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'rickon', + 'jon', + 'daenerys', + 'tywin', + 'jaime', + 'cersei', + 'tyrion', + 'theon', + 'brienne', + 'jorah', + ], + regions: ['north', 'crownlands', 'riverlands', 'west', 'essos', 'beyond'], + }, + { + title: 'S2E08: The Prince of Winterfell', + date: '20 May 2012', + toth: '2/08', + awoiaf: 'The_Prince_of_Winterfell_(TV)', + wikia: 'The_Prince_of_Winterfell', + wiki: 'The_Prince_of_Winterfell', + imdb: 'tt2085240', + chapters: [120, 127, 129, 144, 145], + appearing: [ + 'catelyn', + 'robb', + 'bran', + 'arya', + 'rickon', + 'jon', + 'daenerys', + 'tywin', + 'jaime', + 'cersei', + 'tyrion', + 'joffrey', + 'stannis', + 'theon', + 'asha', + 'brienne', + 'davos', + 'samwell', + 'jorah', + ], + regions: ['north', 'crownlands', 'riverlands', 'west', 'essos', 'beyond'], + }, + { + title: 'S2E09: Blackwater', + date: '27 May 2012', + toth: '2/09', + awoiaf: 'Blackwater_(TV)', + wikia: 'Blackwater', + wiki: 'Blackwater_(Game_of_Thrones)', + imdb: 'tt2084342', + chapters: [130, 131, 132, 133, 134, 135], + appearing: [ + 'sansa', + 'tywin', + 'cersei', + 'tyrion', + 'joffrey', + 'tommen', + 'stannis', + 'davos', + ], + regions: ['crownlands'], + }, + { + title: 'S2E10: Valar Morghulis', + date: '3 Jun 2012', + toth: '2/10', + awoiaf: 'Valar_Morghulis_(TV)', + wikia: 'Valar_Morghulis', + wiki: 'Valar_Morghulis', + imdb: 'tt2112510', + chapters: [120, 121, 138, 139, 140, 141, 142, 143, 144, 147, 150], + appearing: [ + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'rickon', + 'jon', + 'daenerys', + 'tywin', + 'jaime', + 'cersei', + 'tyrion', + 'joffrey', + 'stannis', + 'theon', + 'brienne', + 'samwell', + 'petyr', + 'jorah', + ], + regions: ['north', 'crownlands', 'riverlands', 'west', 'essos', 'beyond'], + }, + { + title: 'S3E01: Valar Dohaeris', + date: '31 Mar 2013', + toth: '3/01', + awoiaf: 'Valar_Dohaeris_(TV)', + wikia: 'Valar_Dohaeris', + wiki: 'Valar_Dohaeris', + imdb: 'tt2178782', + chapters: [136, 147, 148, 150, 151, 153, 166], + appearing: [ + 'catelyn', + 'robb', + 'sansa', + 'jon', + 'daenerys', + 'tywin', + 'cersei', + 'tyrion', + 'joffrey', + 'stannis', + 'davos', + 'samwell', + 'petyr', + 'jorah', + 'barristan', + ], + regions: ['crownlands', 'riverlands', 'essos', 'beyond'], + }, + { + title: 'S3E02: Dark Wings, Dark Words', + date: '7 Apr 2013', + toth: '3/02', + awoiaf: 'Game_of_Thrones_-_Season_3', + wikia: 'Dark_Wings,_Dark_Words', + wiki: 'Dark_Wings,_Dark_Words', + imdb: 'tt2178772', + chapters: [146, 147, 148, 150, 151, 153, 161, 166, 168, 170], + appearing: [ + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'rickon', + 'jon', + 'jaime', + 'cersei', + 'tyrion', + 'joffrey', + 'theon', + 'brienne', + 'samwell', + ], + regions: ['crownlands', 'riverlands', 'north', 'beyond'], + }, + { + title: 'S3E03: Walk of Punishment', + date: '14 Apr 2013', + toth: '3/03', + awoiaf: 'Game_of_Thrones_-_Season_3', + wikia: 'Walk_of_Punishment', + wiki: 'Walk_of_Punishment', + imdb: 'tt2178802', + chapters: [157, 158, 160, 162, 164, 166, 170, 174, 176, 178], + appearing: [ + 'catelyn', + 'robb', + 'arya', + 'jon', + 'daenerys', + 'tywin', + 'jaime', + 'cersei', + 'tyrion', + 'stannis', + 'theon', + 'brienne', + 'samwell', + 'petyr', + 'jorah', + 'barristan', + ], + regions: ['crownlands', 'riverlands', 'north', 'beyond', 'essos'], + }, + { + title: 'S3E04: And Now His Watch is Ended', + date: '21 Apr 2013', + toth: '3/04', + awoiaf: 'Game_of_Thrones_-_Season_3', + wikia: 'And_Now_His_Watch_is_Ended', + wiki: 'And_Now_His_Watch_is_Ended', + imdb: 'tt2178798', + chapters: [117, 155, 170, 174, 176, 177], + appearing: [ + 'catelyn', + 'sansa', + 'bran', + 'arya', + 'daenerys', + 'tywin', + 'jaime', + 'cersei', + 'tyrion', + 'joffrey', + 'theon', + 'brienne', + 'samwell', + 'jorah', + 'barristan', + ], + regions: ['crownlands', 'riverlands', 'north', 'beyond', 'essos'], + }, + { + title: 'S3E05: Kissed by Fire', + date: '28 Apr 2013', + toth: '3/05', + awoiaf: 'Game_of_Thrones_-_Season_3', + wikia: 'Kissed_by_Fire', + wiki: 'Kissed_by_Fire', + imdb: 'tt2178788', + chapters: [162, 163, 169, 174, 177, 180, 182], + appearing: [ + 'catelyn', + 'robb', + 'sansa', + 'arya', + 'jon', + 'daenerys', + 'tywin', + 'jaime', + 'cersei', + 'tyrion', + 'stannis', + 'brienne', + 'davos', + 'petyr', + 'jorah', + 'barristan', + ], + regions: ['crownlands', 'riverlands', 'beyond', 'essos'], + }, + { + title: 'S3E06: The Climb', + date: '5 May 2013', + toth: '3/06', + awoiaf: 'Game_of_Thrones_-_Season_3', + wikia: 'The_Climb', + wiki: 'The_Climb_(Game_of_Thrones)', + imdb: 'tt2178812', + chapters: [173, 178, 180, 189], + appearing: [ + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'rickon', + 'jon', + 'tywin', + 'jaime', + 'cersei', + 'tyrion', + 'joffrey', + 'theon', + 'brienne', + 'samwell', + 'petyr', + ], + regions: ['crownlands', 'riverlands', 'beyond', 'north'], + }, + { + title: 'S3E07: The Bear and the Maiden Fair', + date: '12 May 2013', + toth: '3/07', + awoiaf: 'Chains_(TV)', + wikia: 'The_Bear_and_the_Maiden_Fair_(episode)', + wiki: 'The_Bear_and_the_Maiden_Fair', + imdb: 'tt2178814', + chapters: [184, 185, 186, 187, 188], + appearing: [ + 'catelyn', + 'robb', + 'sansa', + 'bran', + 'arya', + 'rickon', + 'jon', + 'daenerys', + 'tywin', + 'jaime', + 'tyrion', + 'joffrey', + 'theon', + 'brienne', + 'jorah', + 'barristan', + ], + regions: ['crownlands', 'riverlands', 'essos', 'north'], + }, + { + title: 'S3E08: Second Sons', + date: '19 May 2013', + toth: '3/08', + awoiaf: 'Game_of_Thrones_-_Season_3', + wikia: 'Second_Sons_(episode)', + wiki: 'Second_Sons', + imdb: 'tt2178806', + chapters: [161, 171, 179, 185, 189, 190], + appearing: [ + 'sansa', + 'arya', + 'daenerys', + 'tywin', + 'cersei', + 'tyrion', + 'joffrey', + 'stannis', + 'davos', + 'samwell', + 'jorah', + 'barristan', + ], + regions: ['crownlands', 'riverlands', 'essos', 'north'], + }, + { + title: 'S3E09: The Rains of Castamere', + date: '2 Jun 2013', + toth: '3/09', + awoiaf: 'Game_of_Thrones_-_Season_3', + wikia: 'The_Rains_of_Castamere_(episode)', + wiki: 'The_Rains_of_Castamere', + imdb: 'tt2178784', + chapters: [183, 184, 185, 192, 193, 194, 195], + appearing: [ + 'catelyn', + 'robb', + 'bran', + 'arya', + 'jon', + 'daenerys', + 'samwell', + 'jorah', + 'barristan', + ], + regions: ['riverlands', 'essos', 'north'], + }, + { + title: 'S3E10: Mhysa', + date: '9 Jun 2013', + toth: '3/10', + awoiaf: 'Game_of_Thrones_-_Season_3', + wikia: 'Mhysa', + wiki: 'Mhysa', + imdb: 'tt2178796', + chapters: [185, 191, 195, 196, 197, 199, 206], + appearing: [ + 'sansa', + 'bran', + 'arya', + 'jon', + 'daenerys', + 'tywin', + 'jaime', + 'cersei', + 'tyrion', + 'joffrey', + 'stannis', + 'theon', + 'brienne', + 'davos', + 'samwell', + 'jorah', + ], + regions: ['crownlands', 'riverlands', 'essos', 'north', 'iron'], + }, ]; characters = [ - {id:'eddard', name:'Eddard Stark', house:'stark', awoiaf:'Eddard_Stark', toth:'', wikia:'', chapters:[6, 12, 20, 22, 25, 27, 30, 32, 33, 35, 39, 43, 44, 45, 49, 58, 65, ], pov:[4, 12, 16, 20, 25, 27, 30, 33, 35, 39, 43, 45, 47, 49, 58, ], episodes:[0, 1, 2, 3, 4, 5, 6, 7, 8, ]}, - {id:'catelyn', name:'Catelyn Stark', house:'stark', awoiaf:'Catelyn_Stark', toth:'', wikia:'', chapters:[6, 7, 10, 14, 18, 20, 28, 31, 34, 38, 40, 55, 63, 71, 80, 95, 104, 106, 112, 118, 128, 145, 157, 163, 178, 188, 192, 194, 224, 267, ], pov:[2, 6, 14, 18, 28, 34, 40, 55, 59, 63, 71, 80, 95, 104, 106, 112, 118, 128, 145, 157, 163, 178, 188, 192, 194, ], episodes:[0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 28, ]}, - {id:'robb', name:'Robb Stark', house:'stark', awoiaf:'Robb_Stark', toth:'', wikia:'', chapters:[7, 10, 14, 17, 24, 37, 53, 55, 59, 63, 71, 80, 157, 163, 178, 188, 192, 194, ], pov:[], episodes:[0, 1, 2, 3, 5, 7, 8, 9, 10, 13, 15, 16, 17, 19, 20, 21, 22, 24, 25, 26, 28, ]}, - {id:'sansa', name:'Sansa Stark', house:'stark', awoiaf:'Sansa_Stark', toth:'', wikia:'', chapters:[7, 15, 16, 22, 29, 30, 43, 44, 49, 51, 57, 65, 67, 75, 91, 98, 105, 114, 125, 130, 133, 135, 138, 149, 159, 171, 196, 201, 202, 203, 204, 211, 223, 235, 248, 266, ], pov:[15, 29, 44, 51, 57, 67, 75, 91, 105, 125, 130, 133, 135, 138, 149, 159, 171, 202, 204, 211, 223, 235, 248, 266, ], episodes:[0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 12, 13, 15, 16, 18, 19, 20, 21, 23, 24, 25, 26, 27, 29, ]}, - {id:'bran', name:'Bran Stark', house:'stark', awoiaf:'Bran_Stark', toth:'', wikia:'', chapters:[7, 8, 10, 14, 17, 24, 37, 53, 66, 77, 89, 94, 101, 108, 119, 142, 152, 167, 183, 199, 275, 284, 305, ], pov:[1, 8, 17, 24, 37, 53, 66, 77, 89, 94, 101, 108, 119, 142, 152, 167, 183, 199, 275, 284, 305, ], episodes:[0, 1, 2, 3, 4, 5, 7, 9, 10, 12, 14, 15, 16, 17, 19, 21, 23, 25, 26, 28, 29, ]}, - {id:'arya', name:'Arya Stark', house:'stark', awoiaf:'Arya_Stark', toth:'', wikia:'', chapters:[7, 10, 15, 16, 22, 25, 30, 32, 44, 49, 50, 65, 74, 78, 82, 87, 92, 99, 103, 111, 120, 137, 146, 156, 160, 165, 172, 177, 182, 186, 190, 193, 195, 208, 217, 231, 247, 251, 259, 316, 335, ], pov:[7, 22, 32, 50, 65, 74, 78, 82, 87, 92, 99, 103, 111, 120, 137, 146, 156, 160, 165, 172, 177, 182, 186, 190, 193, 195, 208, 217, 231, 247, 259, 316, 335, ], episodes:[0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, ]}, - {id:'rickon', name:'Rickon Stark', house:'stark', awoiaf:'Rickon_Stark', toth:'', wikia:'', chapters:[24, 66, 94, 108, 119, 142, ], pov:[], episodes:[0, 7, 9, 14, 15, 16, 17, 19, 21, 25, 26, ]}, - {id:'jon', name:'Jon Snow', house:'stark', awoiaf:'Jon_Snow', toth:'', wikia:'', chapters:[7, 10, 13, 19, 21, 26, 41, 48, 52, 60, 70, 79, 86, 96, 107, 116, 124, 126, 141, 150, 158, 169, 173, 184, 191, 198, 207, 212, 216, 218, 219, 222, 230, 274, 278, 281, 288, 292, 299, 302, 306, 310, 315, 320, 324, 329, 340, ], pov:[5, 10, 19, 26, 41, 48, 52, 60, 70, 79, 86, 96, 107, 116, 124, 126, 141, 150, 158, 169, 173, 184, 191, 198, 207, 212, 216, 219, 222, 274, 278, 281, 288, 292, 299, 306, 310, 315, 320, 324, 329, 340, ], episodes:[0, 1, 2, 3, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 22, 24, 25, 26, 28, 29, ]}, - {id:'tywin', name:'Tywin Lannister', house:'lannister', awoiaf:'Tywin_Lannister', toth:'', wikia:'', chapters:[56, 62, 69, 103, 111, 138, 147, 162, 171, 175, 196, 202, 203, 205, 209, 213, 220, ], pov:[], episodes:[0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 19, 20, 22, 23, 24, 26, 27, 28, 29, ]}, - {id:'jaime', name:'Jaime Lannister', house:'lannister', awoiaf:'Jaime_Lannister', toth:'', wikia:'', chapters:[8, 9, 29, 30, 35, 63, 128, 144, 154, 164, 174, 180, 187, 205, 210, 213, 215, 220, 228, 232, 233, 237, 241, 249, 252, 255, 258, 263, 269, 319, ], pov:[144, 154, 164, 174, 180, 187, 205, 210, 215, 233, 241, 252, 255, 258, 263, 269, 319, ], episodes:[6, 7, 8, 9, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 29, ]}, - {id:'cersei', name:'Cersei Lannister', house:'lannister', awoiaf:'Cersei_Lannister', toth:'', wikia:'', chapters:[8, 9, 15, 16, 29, 39, 45, 47, 49, 51, 57, 65, 67, 76, 88, 90, 93, 98, 109, 114, 125, 127, 130, 133, 135, 138, 162, 171, 196, 202, 203, 205, 209, 213, 215, 228, 232, 233, 237, 241, 242, 249, 252, 253, 257, 261, 264, 268, 325, 336, ], pov:[228, 232, 237, 242, 249, 253, 257, 261, 264, 268, 325, 336, ], episodes:[0, 1, 2, 3, 4, 6, 8, 9, 10, 16, 17, 19, 21, 22, 23, 24, 25, 26, 29, ]}, - {id:'tyrion', name:'Tyrion Lannister', house:'lannister', awoiaf:'Tyrion_Lannister', toth:'', wikia:'', chapters:[9, 13, 19, 21, 24, 28, 34, 38, 40, 42, 56, 62, 69, 75, 76, 81, 88, 90, 93, 98, 102, 105, 109, 114, 117, 122, 127, 130, 132, 134, 140, 147, 155, 162, 171, 175, 181, 196, 201, 202, 203, 209, 213, 220, 272, 276, 279, 285, 289, 293, 298, 304, 311, 318, 323, 328, 337, ], pov:[9, 13, 21, 31, 38, 42, 56, 62, 69, 76, 81, 88, 90, 93, 98, 102, 109, 114, 117, 122, 127, 132, 134, 140, 147, 155, 162, 175, 181, 196, 201, 203, 209, 213, 220, 272, 276, 279, 285, 289, 293, 298, 304, 311, 318, 328, 337, ], episodes:[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 29, ]}, - {id:'joffrey', name:'Joffrey Baratheon', house:'baratheonokl', awoiaf:'Joffrey_Baratheon', toth:'', wikia:'', chapters:[7, 9, 15, 16, 29, 49, 57, 65, 67, 75, 90, 91, 105, 114, 122, 130, 132, 138, 171, 196, 202, 203, ], pov:[], episodes:[0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, ]}, - {id:'myrcella', name:'Myrcella Baratheon', house:'baratheonokl', awoiaf:'Myrcella_Baratheon', toth:'', wikia:'', chapters:[7, 9, 32, 49, 75, 114, 227, 246, 309, ], pov:[], episodes:[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 15, 17, 18, 19, 20, 21, 23, 25, 26, 27, 29, ]}, - {id:'tommen', name:'Tommen Baratheon', house:'baratheonokl', awoiaf:'Tommen_Baratheon', toth:'', wikia:'', chapters:[7, 9, 32, 49, 75, 114, 171, 203, 215, 232, 233, 237, 241, 249, 261, 264, 268, ], pov:[], episodes:[0, 1, 3, 4, 10, 12, 14, 15, ]}, - {id:'robert', name:'Robert Baratheon', house:'baratheon', awoiaf:'Robert_Baratheon', toth:'', wikia:'', chapters:[12, 16, 29, 30, 33, 39, 47, ], pov:[], episodes:[0, 1, 3, 4, 10, 12, 15, 18, ]}, - {id:'stannis', name:'Stannis Baratheon', house:'baratheonods', awoiaf:'Stannis_Baratheon', toth:'', wikia:'', chapters:[73, 83, 104, 115, 179, 197, 206, 219, 221, 222, 274, 278, 281, 288, 313, 333, ], pov:[], episodes:[0, 1, 2, 3, 4, 5, 6, ]}, - {id:'renly', name:'Renly Baratheon', house:'baratheon', awoiaf:'Renly_Baratheon', toth:'', wikia:'', chapters:[15, 16, 20, 27, 29, 30, 33, 47, 95, 104, 106, ], pov:[], episodes:[10, 11, 13, 14, 17, 18, 19, 20, 22, 24, 27, 29, ]}, - {id:'daenerys', name:'Daenerys Targaryen', house:'targaryen', awoiaf:'Daenerys_Targaryen', toth:'', wikia:'', chapters:[11, 23, 36, 46, 54, 61, 64, 68, 72, 85, 100, 113, 121, 136, 151, 166, 170, 185, 200, 214, 273, 282, 287, 294, 301, 307, 314, 321, 323, 330, 342, ], pov:[3, 11, 23, 36, 46, 54, 61, 64, 68, 72, 85, 100, 113, 121, 136, 151, 166, 170, 185, 200, 214, 273, 282, 287, 294, 301, 307, 314, 321, 323, 342, ], episodes:[2, 3, 4, 5, 6, 12, 13, 14, ]}, - {id:'theon', name:'Theon Greyjoy', house:'greyjoy', awoiaf:'Theon_Greyjoy', toth:'', wikia:'', chapters:[7, 14, 24, 37, 53, 55, 59, 63, 71, 80, 84, 97, 110, 119, 123, 129, 139, 283, 291, 303, 308, 312, 317, 322, ], pov:[84, 97, 110, 123, 129, 139, 283, 291, 303, 308, 312, 317, 322, ], episodes:[0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 21, 22, 23, 25, 26, 29, ]}, - {id:'asha', name:'Asha Greyjoy', house:'greyjoy', awoiaf:'Asha_Greyjoy', toth:'', wikia:'', chapters:[97, 129, 236, 243, 244, 297, 313, 333, ], pov:[236, 297, 313, 333, ], episodes:[11, 12, 14, 17, ]}, - {id:'brienne', name:'Brienne Tarth', house:'tarth', awoiaf:'Brienne_Tarth', toth:'', wikia:'', chapters:[95, 104, 106, 112, 118, 128, 144, 154, 164, 174, 180, 187, 205, 215, 229, 234, 239, 245, 250, 256, 262, 267, ], pov:[229, 234, 239, 245, 250, 256, 262, 267, ], episodes:[12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26, 29, ]}, - {id:'davos', name:'Davos Seaworth', house:'seaworth', awoiaf:'Davos_Seaworth', toth:'', wikia:'', chapters:[73, 83, 115, 131, 148, 153, 168, 179, 197, 206, 280, 286, 290, 300, ], pov:[83, 115, 131, 148, 153, 168, 179, 197, 206, 280, 286, 290, 300, ], episodes:[10, 11, 13, 14, 17, 18, 20, 24, 27, 29, ]}, - {id:'samwell', name:'Samwell', house:'tarly', awoiaf:'Samwell', toth:'', wikia:'', chapters:[26, 41, 48, 52, 60, 70, 79, 86, 96, 107, 116, 143, 161, 176, 189, 199, 218, 221, 222, 230, 240, 251, 260, 270, 274, 278, ], pov:[161, 176, 189, 218, 221, 230, 240, 251, 260, 270, ], episodes:[3, 6, 7, 8, 9, 10, 11, 12, 14, 17, 19, 20, 21, 22, 23, 25, 27, 28, 29, ]}, - {id:'petyr', name:'Petyr Baelish', house:'baelish', awoiaf:'Petyr_Baelish', toth:'', wikia:'', chapters:[18, 20, 25, 27, 29, 30, 33, 35, 43, 45, 47, 49, 51, 57, 65, 67, 76, 88, 90, 98, 109, 138, 162, 204, 211, 223, 235, 248, 266, ], pov:[], episodes:[2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 19, 20, 22, 24, 25, ]}, - {id:'jorah', name:'Jorah Mormont', house:'mormount', awoiaf:'Jorah_Mormont', toth:'', wikia:'', chapters:[11, 23, 36, 46, 54, 61, 64, 68, 72, 85, 100, 113, 121, 136, 151, 166, 170, 185, 200, 214, 298, 318, 323, 328, ], pov:[], episodes:[0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 13, 14, 16, 17, 19, 20, 22, 23, 24, 26, 27, 28, 29, ]}, - {id:'barristan', name:'Barristan Selmy', house:'selmy', awoiaf:'Barristan_Selmy', toth:'', wikia:'', chapters:[15, 16, 29, 30, 33, 47, 49, 57, 200, 214, 273, 282, 287, 294, 301, 307, 314, 321, 323, 326, 330, 338, 341, ], pov:[326, 330, 338, 341, ], episodes:[2, 3, 4, 5, 6, 7, 20, 22, 23, 24, 26, 27, 28, ]}, - {id:'lysa', name:'Lysa Tully', house:'arryn', awoiaf:'Lysa_Tully', toth:'', wikia:'', chapters:[34, 38, 40, 211, 223, ], pov:[], episodes:[4, 5, 7, ]}, - {id:'griff', name:'Jon Connington', house:'connington', awoiaf:'Jon_Connington', toth:'', wikia:'', chapters:[285, 289, 293, 295, 332, ], pov:[], episodes:[]}, - {id:'other', name:'Other Point of View', house:'none', awoiaf:'', toth:'', wikia:'', chapters:[0, 73, 143, 224, 225, 226, 227, 238, 243, 244, 246, 254, 265, 271, 277, 295, 296, 302, 309, 327, 331, 332, 334, 339, 343, ], pov:[0, 73, 143, 224, 225, 226, 227, 238, 243, 244, 246, 254, 265, 271, 277, 295, 296, 302, 309, 327, 331, 332, 334, 339, 343, ], episodes:[]}, + { + id: 'eddard', + name: 'Eddard Stark', + house: 'stark', + awoiaf: 'Eddard_Stark', + toth: '', + wikia: '', + chapters: [ + 6, + 12, + 20, + 22, + 25, + 27, + 30, + 32, + 33, + 35, + 39, + 43, + 44, + 45, + 49, + 58, + 65, + ], + pov: [4, 12, 16, 20, 25, 27, 30, 33, 35, 39, 43, 45, 47, 49, 58], + episodes: [0, 1, 2, 3, 4, 5, 6, 7, 8], + }, + { + id: 'catelyn', + name: 'Catelyn Stark', + house: 'stark', + awoiaf: 'Catelyn_Stark', + toth: '', + wikia: '', + chapters: [ + 6, + 7, + 10, + 14, + 18, + 20, + 28, + 31, + 34, + 38, + 40, + 55, + 63, + 71, + 80, + 95, + 104, + 106, + 112, + 118, + 128, + 145, + 157, + 163, + 178, + 188, + 192, + 194, + 224, + 267, + ], + pov: [ + 2, + 6, + 14, + 18, + 28, + 34, + 40, + 55, + 59, + 63, + 71, + 80, + 95, + 104, + 106, + 112, + 118, + 128, + 145, + 157, + 163, + 178, + 188, + 192, + 194, + ], + episodes: [ + 0, + 1, + 2, + 3, + 4, + 5, + 7, + 8, + 9, + 10, + 12, + 13, + 14, + 15, + 16, + 17, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 28, + ], + }, + { + id: 'robb', + name: 'Robb Stark', + house: 'stark', + awoiaf: 'Robb_Stark', + toth: '', + wikia: '', + chapters: [ + 7, + 10, + 14, + 17, + 24, + 37, + 53, + 55, + 59, + 63, + 71, + 80, + 157, + 163, + 178, + 188, + 192, + 194, + ], + pov: [], + episodes: [ + 0, + 1, + 2, + 3, + 5, + 7, + 8, + 9, + 10, + 13, + 15, + 16, + 17, + 19, + 20, + 21, + 22, + 24, + 25, + 26, + 28, + ], + }, + { + id: 'sansa', + name: 'Sansa Stark', + house: 'stark', + awoiaf: 'Sansa_Stark', + toth: '', + wikia: '', + chapters: [ + 7, + 15, + 16, + 22, + 29, + 30, + 43, + 44, + 49, + 51, + 57, + 65, + 67, + 75, + 91, + 98, + 105, + 114, + 125, + 130, + 133, + 135, + 138, + 149, + 159, + 171, + 196, + 201, + 202, + 203, + 204, + 211, + 223, + 235, + 248, + 266, + ], + pov: [ + 15, + 29, + 44, + 51, + 57, + 67, + 75, + 91, + 105, + 125, + 130, + 133, + 135, + 138, + 149, + 159, + 171, + 202, + 204, + 211, + 223, + 235, + 248, + 266, + ], + episodes: [ + 0, + 1, + 2, + 3, + 4, + 5, + 7, + 8, + 9, + 10, + 12, + 13, + 15, + 16, + 18, + 19, + 20, + 21, + 23, + 24, + 25, + 26, + 27, + 29, + ], + }, + { + id: 'bran', + name: 'Bran Stark', + house: 'stark', + awoiaf: 'Bran_Stark', + toth: '', + wikia: '', + chapters: [ + 7, + 8, + 10, + 14, + 17, + 24, + 37, + 53, + 66, + 77, + 89, + 94, + 101, + 108, + 119, + 142, + 152, + 167, + 183, + 199, + 275, + 284, + 305, + ], + pov: [ + 1, + 8, + 17, + 24, + 37, + 53, + 66, + 77, + 89, + 94, + 101, + 108, + 119, + 142, + 152, + 167, + 183, + 199, + 275, + 284, + 305, + ], + episodes: [ + 0, + 1, + 2, + 3, + 4, + 5, + 7, + 9, + 10, + 12, + 14, + 15, + 16, + 17, + 19, + 21, + 23, + 25, + 26, + 28, + 29, + ], + }, + { + id: 'arya', + name: 'Arya Stark', + house: 'stark', + awoiaf: 'Arya_Stark', + toth: '', + wikia: '', + chapters: [ + 7, + 10, + 15, + 16, + 22, + 25, + 30, + 32, + 44, + 49, + 50, + 65, + 74, + 78, + 82, + 87, + 92, + 99, + 103, + 111, + 120, + 137, + 146, + 156, + 160, + 165, + 172, + 177, + 182, + 186, + 190, + 193, + 195, + 208, + 217, + 231, + 247, + 251, + 259, + 316, + 335, + ], + pov: [ + 7, + 22, + 32, + 50, + 65, + 74, + 78, + 82, + 87, + 92, + 99, + 103, + 111, + 120, + 137, + 146, + 156, + 160, + 165, + 172, + 177, + 182, + 186, + 190, + 193, + 195, + 208, + 217, + 231, + 247, + 259, + 316, + 335, + ], + episodes: [ + 0, + 1, + 2, + 3, + 4, + 5, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 19, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + ], + }, + { + id: 'rickon', + name: 'Rickon Stark', + house: 'stark', + awoiaf: 'Rickon_Stark', + toth: '', + wikia: '', + chapters: [24, 66, 94, 108, 119, 142], + pov: [], + episodes: [0, 7, 9, 14, 15, 16, 17, 19, 21, 25, 26], + }, + { + id: 'jon', + name: 'Jon Snow', + house: 'stark', + awoiaf: 'Jon_Snow', + toth: '', + wikia: '', + chapters: [ + 7, + 10, + 13, + 19, + 21, + 26, + 41, + 48, + 52, + 60, + 70, + 79, + 86, + 96, + 107, + 116, + 124, + 126, + 141, + 150, + 158, + 169, + 173, + 184, + 191, + 198, + 207, + 212, + 216, + 218, + 219, + 222, + 230, + 274, + 278, + 281, + 288, + 292, + 299, + 302, + 306, + 310, + 315, + 320, + 324, + 329, + 340, + ], + pov: [ + 5, + 10, + 19, + 26, + 41, + 48, + 52, + 60, + 70, + 79, + 86, + 96, + 107, + 116, + 124, + 126, + 141, + 150, + 158, + 169, + 173, + 184, + 191, + 198, + 207, + 212, + 216, + 219, + 222, + 274, + 278, + 281, + 288, + 292, + 299, + 306, + 310, + 315, + 320, + 324, + 329, + 340, + ], + episodes: [ + 0, + 1, + 2, + 3, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 14, + 15, + 16, + 17, + 19, + 20, + 21, + 22, + 24, + 25, + 26, + 28, + 29, + ], + }, + { + id: 'tywin', + name: 'Tywin Lannister', + house: 'lannister', + awoiaf: 'Tywin_Lannister', + toth: '', + wikia: '', + chapters: [ + 56, + 62, + 69, + 103, + 111, + 138, + 147, + 162, + 171, + 175, + 196, + 202, + 203, + 205, + 209, + 213, + 220, + ], + pov: [], + episodes: [ + 0, + 1, + 2, + 3, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 13, + 14, + 15, + 16, + 17, + 19, + 20, + 22, + 23, + 24, + 26, + 27, + 28, + 29, + ], + }, + { + id: 'jaime', + name: 'Jaime Lannister', + house: 'lannister', + awoiaf: 'Jaime_Lannister', + toth: '', + wikia: '', + chapters: [ + 8, + 9, + 29, + 30, + 35, + 63, + 128, + 144, + 154, + 164, + 174, + 180, + 187, + 205, + 210, + 213, + 215, + 220, + 228, + 232, + 233, + 237, + 241, + 249, + 252, + 255, + 258, + 263, + 269, + 319, + ], + pov: [ + 144, + 154, + 164, + 174, + 180, + 187, + 205, + 210, + 215, + 233, + 241, + 252, + 255, + 258, + 263, + 269, + 319, + ], + episodes: [ + 6, + 7, + 8, + 9, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 22, + 23, + 24, + 25, + 26, + 27, + 29, + ], + }, + { + id: 'cersei', + name: 'Cersei Lannister', + house: 'lannister', + awoiaf: 'Cersei_Lannister', + toth: '', + wikia: '', + chapters: [ + 8, + 9, + 15, + 16, + 29, + 39, + 45, + 47, + 49, + 51, + 57, + 65, + 67, + 76, + 88, + 90, + 93, + 98, + 109, + 114, + 125, + 127, + 130, + 133, + 135, + 138, + 162, + 171, + 196, + 202, + 203, + 205, + 209, + 213, + 215, + 228, + 232, + 233, + 237, + 241, + 242, + 249, + 252, + 253, + 257, + 261, + 264, + 268, + 325, + 336, + ], + pov: [228, 232, 237, 242, 249, 253, 257, 261, 264, 268, 325, 336], + episodes: [ + 0, + 1, + 2, + 3, + 4, + 6, + 8, + 9, + 10, + 16, + 17, + 19, + 21, + 22, + 23, + 24, + 25, + 26, + 29, + ], + }, + { + id: 'tyrion', + name: 'Tyrion Lannister', + house: 'lannister', + awoiaf: 'Tyrion_Lannister', + toth: '', + wikia: '', + chapters: [ + 9, + 13, + 19, + 21, + 24, + 28, + 34, + 38, + 40, + 42, + 56, + 62, + 69, + 75, + 76, + 81, + 88, + 90, + 93, + 98, + 102, + 105, + 109, + 114, + 117, + 122, + 127, + 130, + 132, + 134, + 140, + 147, + 155, + 162, + 171, + 175, + 181, + 196, + 201, + 202, + 203, + 209, + 213, + 220, + 272, + 276, + 279, + 285, + 289, + 293, + 298, + 304, + 311, + 318, + 323, + 328, + 337, + ], + pov: [ + 9, + 13, + 21, + 31, + 38, + 42, + 56, + 62, + 69, + 76, + 81, + 88, + 90, + 93, + 98, + 102, + 109, + 114, + 117, + 122, + 127, + 132, + 134, + 140, + 147, + 155, + 162, + 175, + 181, + 196, + 201, + 203, + 209, + 213, + 220, + 272, + 276, + 279, + 285, + 289, + 293, + 298, + 304, + 311, + 318, + 328, + 337, + ], + episodes: [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 27, + 29, + ], + }, + { + id: 'joffrey', + name: 'Joffrey Baratheon', + house: 'baratheonokl', + awoiaf: 'Joffrey_Baratheon', + toth: '', + wikia: '', + chapters: [ + 7, + 9, + 15, + 16, + 29, + 49, + 57, + 65, + 67, + 75, + 90, + 91, + 105, + 114, + 122, + 130, + 132, + 138, + 171, + 196, + 202, + 203, + ], + pov: [], + episodes: [ + 0, + 1, + 2, + 3, + 4, + 5, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 29, + ], + }, + { + id: 'myrcella', + name: 'Myrcella Baratheon', + house: 'baratheonokl', + awoiaf: 'Myrcella_Baratheon', + toth: '', + wikia: '', + chapters: [7, 9, 32, 49, 75, 114, 227, 246, 309], + pov: [], + episodes: [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 13, + 15, + 17, + 18, + 19, + 20, + 21, + 23, + 25, + 26, + 27, + 29, + ], + }, + { + id: 'tommen', + name: 'Tommen Baratheon', + house: 'baratheonokl', + awoiaf: 'Tommen_Baratheon', + toth: '', + wikia: '', + chapters: [ + 7, + 9, + 32, + 49, + 75, + 114, + 171, + 203, + 215, + 232, + 233, + 237, + 241, + 249, + 261, + 264, + 268, + ], + pov: [], + episodes: [0, 1, 3, 4, 10, 12, 14, 15], + }, + { + id: 'robert', + name: 'Robert Baratheon', + house: 'baratheon', + awoiaf: 'Robert_Baratheon', + toth: '', + wikia: '', + chapters: [12, 16, 29, 30, 33, 39, 47], + pov: [], + episodes: [0, 1, 3, 4, 10, 12, 15, 18], + }, + { + id: 'stannis', + name: 'Stannis Baratheon', + house: 'baratheonods', + awoiaf: 'Stannis_Baratheon', + toth: '', + wikia: '', + chapters: [ + 73, + 83, + 104, + 115, + 179, + 197, + 206, + 219, + 221, + 222, + 274, + 278, + 281, + 288, + 313, + 333, + ], + pov: [], + episodes: [0, 1, 2, 3, 4, 5, 6], + }, + { + id: 'renly', + name: 'Renly Baratheon', + house: 'baratheon', + awoiaf: 'Renly_Baratheon', + toth: '', + wikia: '', + chapters: [15, 16, 20, 27, 29, 30, 33, 47, 95, 104, 106], + pov: [], + episodes: [10, 11, 13, 14, 17, 18, 19, 20, 22, 24, 27, 29], + }, + { + id: 'daenerys', + name: 'Daenerys Targaryen', + house: 'targaryen', + awoiaf: 'Daenerys_Targaryen', + toth: '', + wikia: '', + chapters: [ + 11, + 23, + 36, + 46, + 54, + 61, + 64, + 68, + 72, + 85, + 100, + 113, + 121, + 136, + 151, + 166, + 170, + 185, + 200, + 214, + 273, + 282, + 287, + 294, + 301, + 307, + 314, + 321, + 323, + 330, + 342, + ], + pov: [ + 3, + 11, + 23, + 36, + 46, + 54, + 61, + 64, + 68, + 72, + 85, + 100, + 113, + 121, + 136, + 151, + 166, + 170, + 185, + 200, + 214, + 273, + 282, + 287, + 294, + 301, + 307, + 314, + 321, + 323, + 342, + ], + episodes: [2, 3, 4, 5, 6, 12, 13, 14], + }, + { + id: 'theon', + name: 'Theon Greyjoy', + house: 'greyjoy', + awoiaf: 'Theon_Greyjoy', + toth: '', + wikia: '', + chapters: [ + 7, + 14, + 24, + 37, + 53, + 55, + 59, + 63, + 71, + 80, + 84, + 97, + 110, + 119, + 123, + 129, + 139, + 283, + 291, + 303, + 308, + 312, + 317, + 322, + ], + pov: [84, 97, 110, 123, 129, 139, 283, 291, 303, 308, 312, 317, 322], + episodes: [ + 0, + 1, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 14, + 15, + 16, + 17, + 19, + 21, + 22, + 23, + 25, + 26, + 29, + ], + }, + { + id: 'asha', + name: 'Asha Greyjoy', + house: 'greyjoy', + awoiaf: 'Asha_Greyjoy', + toth: '', + wikia: '', + chapters: [97, 129, 236, 243, 244, 297, 313, 333], + pov: [236, 297, 313, 333], + episodes: [11, 12, 14, 17], + }, + { + id: 'brienne', + name: 'Brienne Tarth', + house: 'tarth', + awoiaf: 'Brienne_Tarth', + toth: '', + wikia: '', + chapters: [ + 95, + 104, + 106, + 112, + 118, + 128, + 144, + 154, + 164, + 174, + 180, + 187, + 205, + 215, + 229, + 234, + 239, + 245, + 250, + 256, + 262, + 267, + ], + pov: [229, 234, 239, 245, 250, 256, 262, 267], + episodes: [12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26, 29], + }, + { + id: 'davos', + name: 'Davos Seaworth', + house: 'seaworth', + awoiaf: 'Davos_Seaworth', + toth: '', + wikia: '', + chapters: [ + 73, + 83, + 115, + 131, + 148, + 153, + 168, + 179, + 197, + 206, + 280, + 286, + 290, + 300, + ], + pov: [83, 115, 131, 148, 153, 168, 179, 197, 206, 280, 286, 290, 300], + episodes: [10, 11, 13, 14, 17, 18, 20, 24, 27, 29], + }, + { + id: 'samwell', + name: 'Samwell', + house: 'tarly', + awoiaf: 'Samwell', + toth: '', + wikia: '', + chapters: [ + 26, + 41, + 48, + 52, + 60, + 70, + 79, + 86, + 96, + 107, + 116, + 143, + 161, + 176, + 189, + 199, + 218, + 221, + 222, + 230, + 240, + 251, + 260, + 270, + 274, + 278, + ], + pov: [161, 176, 189, 218, 221, 230, 240, 251, 260, 270], + episodes: [ + 3, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 14, + 17, + 19, + 20, + 21, + 22, + 23, + 25, + 27, + 28, + 29, + ], + }, + { + id: 'petyr', + name: 'Petyr Baelish', + house: 'baelish', + awoiaf: 'Petyr_Baelish', + toth: '', + wikia: '', + chapters: [ + 18, + 20, + 25, + 27, + 29, + 30, + 33, + 35, + 43, + 45, + 47, + 49, + 51, + 57, + 65, + 67, + 76, + 88, + 90, + 98, + 109, + 138, + 162, + 204, + 211, + 223, + 235, + 248, + 266, + ], + pov: [], + episodes: [ + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 19, + 20, + 22, + 24, + 25, + ], + }, + { + id: 'jorah', + name: 'Jorah Mormont', + house: 'mormount', + awoiaf: 'Jorah_Mormont', + toth: '', + wikia: '', + chapters: [ + 11, + 23, + 36, + 46, + 54, + 61, + 64, + 68, + 72, + 85, + 100, + 113, + 121, + 136, + 151, + 166, + 170, + 185, + 200, + 214, + 298, + 318, + 323, + 328, + ], + pov: [], + episodes: [ + 0, + 1, + 2, + 3, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 13, + 14, + 16, + 17, + 19, + 20, + 22, + 23, + 24, + 26, + 27, + 28, + 29, + ], + }, + { + id: 'barristan', + name: 'Barristan Selmy', + house: 'selmy', + awoiaf: 'Barristan_Selmy', + toth: '', + wikia: '', + chapters: [ + 15, + 16, + 29, + 30, + 33, + 47, + 49, + 57, + 200, + 214, + 273, + 282, + 287, + 294, + 301, + 307, + 314, + 321, + 323, + 326, + 330, + 338, + 341, + ], + pov: [326, 330, 338, 341], + episodes: [2, 3, 4, 5, 6, 7, 20, 22, 23, 24, 26, 27, 28], + }, + { + id: 'lysa', + name: 'Lysa Tully', + house: 'arryn', + awoiaf: 'Lysa_Tully', + toth: '', + wikia: '', + chapters: [34, 38, 40, 211, 223], + pov: [], + episodes: [4, 5, 7], + }, + { + id: 'griff', + name: 'Jon Connington', + house: 'connington', + awoiaf: 'Jon_Connington', + toth: '', + wikia: '', + chapters: [285, 289, 293, 295, 332], + pov: [], + episodes: [], + }, + { + id: 'other', + name: 'Other Point of View', + house: 'none', + awoiaf: '', + toth: '', + wikia: '', + chapters: [ + 0, + 73, + 143, + 224, + 225, + 226, + 227, + 238, + 243, + 244, + 246, + 254, + 265, + 271, + 277, + 295, + 296, + 302, + 309, + 327, + 331, + 332, + 334, + 339, + 343, + ], + pov: [ + 0, + 73, + 143, + 224, + 225, + 226, + 227, + 238, + 243, + 244, + 246, + 254, + 265, + 271, + 277, + 295, + 296, + 302, + 309, + 327, + 331, + 332, + 334, + 339, + 343, + ], + episodes: [], + }, ]; houses = { - arryn:{house:"Arryn", seat:"The Eyrie", region:"vale", map:"The_Eyrie", armsURL:'http://awoiaf.westeros.org/images/thumb/b/be/House_Arryn.PNG/50px-House_Arryn.PNG'}, - baelish:{house:"Baelish", seat:"Fingers, Harrenhal", region:"vale", map:"House_Baelish", armsURL:'http://awoiaf.westeros.org/images/thumb/1/13/House_Baelish.PNG/50px-House_Baelish.PNG'}, - baratheon:{house:"Baratheon", seat:"Storm's End", region:"stormlands", map:"Storm%27s_End", armsURL:'http://awoiaf.westeros.org/images/thumb/d/d1/House_Baratheon.PNG/104px-House_Baratheon.PNG'}, - baratheonokl:{house:"Baratheon of King's Landing", seat:"King's Landing", region:"crownlands", map:"King%27s_Landing", armsURL:'http://awoiaf.westeros.org/images/thumb/5/5d/Joffrey_sigil_coat.png/120px-Joffrey_sigil_coat.png'}, - baratheonods:{house:"Baratheon of King's Landing", seat:"Dragonstone", region:"crownlands", map:"Dragonstone", armsURL:'http://awoiaf.westeros.org/images/thumb/6/61/Baratheon_DS.png/102px-Baratheon_DS.png'}, - connington:{house:"Connington", seat:"Griffin's Roost", region:"stormlands", map:"Griffin%27s_Roost", armsURL:'http://awoiaf.westeros.org/images/thumb/0/07/House_Connington.png/50px-House_Connington.png'}, - greyjoy:{house:"Greyjoy", seat:"Pyke", region:"iron", map:"Pyke", armsURL:'http://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png'}, - lannister:{house:"Lannister", seat:"Casterly Rock", region:"west", map:"Casterly_Rock", armsURL:'http://awoiaf.westeros.org/images/thumb/8/88/House_Lannister.png/102px-House_Lannister.png'}, - mormount:{house:"Mormount", seat:"Bear Island", region:"north", map:"Bear_Island", armsURL:'http://awoiaf.westeros.org/images/thumb/2/2d/House_Mormont.png/40px-House_Mormont.png'}, - none:{house:"None", seat:"none", region:"", map:"none", armsURL:'http://www.string.se/img/dimensions/swatch_white.png'}, - seaworth:{house:"Seaworth", seat:"Cape Wrath", region:"stormlands", map:"Cape_Wrath", armsURL:'http://awoiaf.westeros.org/images/thumb/9/99/Seaworth.png/90px-Seaworth.png'}, - selmy:{house:"Selmy", seat:"Harvest Hall", region:"", map:"Harvest_Hall", armsURL:'http://awoiaf.westeros.org/images/thumb/6/61/Selmy.png/50px-Selmy.png'}, - stark:{house:"Stark", seat:"Winterfell", region:"north", map:"Winterfell", armsURL:'http://awoiaf.westeros.org/images/thumb/5/51/House_Stark.PNG/90px-House_Stark.PNG'}, - targaryen:{house:"Targaryen", seat:"Meereen", region:"essos", map:"Meereen", armsURL:'http://awoiaf.westeros.org/images/thumb/4/43/House_Targaryen.PNG/92px-House_Targaryen.PNG'}, - tarly:{house:"Tarly", seat:"Horn Hill", region:"reach", map:"Horn_Hill", armsURL:'http://awoiaf.westeros.org/images/thumb/d/d8/Tarly.png/100px-Tarly.png'}, - tarth:{house:"Tarth", seat:"Tarth", region:"stormlands", map:"Tarth", armsURL:'http://awoiaf.westeros.org/images/thumb/f/f3/House_Tarth.PNG/120px-House_Tarth.PNG'}, -}; \ No newline at end of file + arryn: { + house: 'Arryn', + seat: 'The Eyrie', + region: 'vale', + map: 'The_Eyrie', + armsURL: + 'https://awoiaf.westeros.org/images/thumb/b/be/House_Arryn.PNG/50px-House_Arryn.PNG', + }, + baelish: { + house: 'Baelish', + seat: 'Fingers, Harrenhal', + region: 'vale', + map: 'House_Baelish', + armsURL: + 'https://awoiaf.westeros.org/images/thumb/1/13/House_Baelish.PNG/50px-House_Baelish.PNG', + }, + baratheon: { + house: 'Baratheon', + seat: "Storm's End", + region: 'stormlands', + map: 'Storm%27s_End', + armsURL: + 'https://awoiaf.westeros.org/images/thumb/d/d1/House_Baratheon.PNG/104px-House_Baratheon.PNG', + }, + baratheonokl: { + house: "Baratheon of King's Landing", + seat: "King's Landing", + region: 'crownlands', + map: 'King%27s_Landing', + armsURL: + 'https://awoiaf.westeros.org/images/thumb/5/5d/Joffrey_sigil_coat.png/120px-Joffrey_sigil_coat.png', + }, + baratheonods: { + house: "Baratheon of King's Landing", + seat: 'Dragonstone', + region: 'crownlands', + map: 'Dragonstone', + armsURL: + 'https://awoiaf.westeros.org/images/thumb/6/61/Baratheon_DS.png/102px-Baratheon_DS.png', + }, + connington: { + house: 'Connington', + seat: "Griffin's Roost", + region: 'stormlands', + map: 'Griffin%27s_Roost', + armsURL: + 'https://awoiaf.westeros.org/images/thumb/0/07/House_Connington.png/50px-House_Connington.png', + }, + greyjoy: { + house: 'Greyjoy', + seat: 'Pyke', + region: 'iron', + map: 'Pyke', + armsURL: + 'https://awoiaf.westeros.org/images/thumb/f/f3/Greyjoy_coat_sigil.png/120px-Greyjoy_coat_sigil.png', + }, + lannister: { + house: 'Lannister', + seat: 'Casterly Rock', + region: 'west', + map: 'Casterly_Rock', + armsURL: + 'https://awoiaf.westeros.org/images/thumb/8/88/House_Lannister.png/102px-House_Lannister.png', + }, + mormount: { + house: 'Mormount', + seat: 'Bear Island', + region: 'north', + map: 'Bear_Island', + armsURL: + 'https://awoiaf.westeros.org/images/thumb/2/2d/House_Mormont.png/40px-House_Mormont.png', + }, + none: { + house: 'None', + seat: 'none', + region: '', + map: 'none', + armsURL: 'https://www.string.se/img/dimensions/swatch_white.png', + }, + seaworth: { + house: 'Seaworth', + seat: 'Cape Wrath', + region: 'stormlands', + map: 'Cape_Wrath', + armsURL: + 'https://awoiaf.westeros.org/images/thumb/9/99/Seaworth.png/90px-Seaworth.png', + }, + selmy: { + house: 'Selmy', + seat: 'Harvest Hall', + region: '', + map: 'Harvest_Hall', + armsURL: + 'https://awoiaf.westeros.org/images/thumb/6/61/Selmy.png/50px-Selmy.png', + }, + stark: { + house: 'Stark', + seat: 'Winterfell', + region: 'north', + map: 'Winterfell', + armsURL: + 'https://awoiaf.westeros.org/images/thumb/5/51/House_Stark.PNG/90px-House_Stark.PNG', + }, + targaryen: { + house: 'Targaryen', + seat: 'Meereen', + region: 'essos', + map: 'Meereen', + armsURL: + 'https://awoiaf.westeros.org/images/thumb/4/43/House_Targaryen.PNG/92px-House_Targaryen.PNG', + }, + tarly: { + house: 'Tarly', + seat: 'Horn Hill', + region: 'reach', + map: 'Horn_Hill', + armsURL: + 'https://awoiaf.westeros.org/images/thumb/d/d8/Tarly.png/100px-Tarly.png', + }, + tarth: { + house: 'Tarth', + seat: 'Tarth', + region: 'stormlands', + map: 'Tarth', + armsURL: + 'https://awoiaf.westeros.org/images/thumb/f/f3/House_Tarth.PNG/120px-House_Tarth.PNG', + }, +}; diff --git a/connections/index.html b/connections/index.html index b568798..74b47c0 100644 --- a/connections/index.html +++ b/connections/index.html @@ -3,8 +3,8 @@ Connections Between the Novels of "A Song of Ice and Fire" and HBO's "Game of Thrones" - - + +