約 2,372,436 件
https://w.atwiki.jp/api_programming/pages/132.html
Module Toybox WatchUi 下位ページ InputDelegate KeyEvent Picker View Content Module Toybox WatchUi直下のname space 定数プレス(Press) クリック(Click) スワイプ(Swipe) pushView/popView での遷移方法 (Transition) レイアウト (Layout) 関数(要約) WatchiUi 関数(詳細) WatchUi(Object) animate(drawable, property, type, start, stop, period, callback) (Object) initResources(rezModule) (Object) popView(transition) (Object) pushView(view, delegate, transition) ヴュースタックにヴューをプッシュする (Object) requestUpdate 現在のヴューの onUpdate() を呼び出す。 (Object) switchToView(view, delegate, transition) 現在のビューをポップし、新しいビューをプッシュする。 Module Toybox WatchUi watch apps のためのユーザーインターフェース Since 1.0.0 直下のname space ClassesBehaviorDelegate Bitmap BitmapResource, ClickEvent, Confirmation, ConfirmationDelegate, DataField, Drawable, FontResource, --InputDelegate KeyEvent, Menu, MenuInputDelegate, NumberPicker, NumberPickerDelegate, Picker, PickerDelegate, PickerFactory, ProgressBar, SimpleDataField, SwipeEvent, Text, TextPicker, TextPickerDelegate Connect IQ/APIメモ/Toybox/WatchUi/View WatchFace 定数 KEY_POWER = 0 The power key. Since 1.0.0 KEY_LIGHT = 1 The light key. Since 1.0.0 KEY_ZIN = 2 The zoom in key. Since 1.0.0 KEY_ZOUT = 3 The zoom out key. Since 1.0.0 KEY_ENTER = 4 The enter key. Since 1.0.0 KEY_ESC = 5 The escape key. Since 1.0.0 KEY_FIND = 6 The find key. Since 1.0.0 KEY_MENU = 7 The menu key. Since 1.0.0 KEY_DOWN = 8 The down key. Since 1.0.0 KEY_DOWN_LEFT = 9 The down left key. Since 1.0.0 KEY_DOWN_RIGHT = 10 The down key. Since 1.0.0 KEY_LEFT = 11 The left key. Since 1.0.0 KEY_RIGHT = 12 The right key. Since 1.0.0 KEY_UP = 13 The up key. Since 1.0.0 KEY_UP_LEFT = 14 The up-left. Since 1.0.0 KEY_UP_RIGHT = 15 The up-right key. Since 1.0.0 EXTENDED_KEYS = 16 The following keys have been added after ConnectIQ version 1.1.2. Before evaluating these keys, the test ( Toybox.WatchUi has EXTENDED_KEYS ) should be made. Since 1.1.2 KEY_PAGE = 17 The page key. Since 1.1.2 KEY_START = 18 The start key. Since 1.1.2 KEY_LAP = 19 The lap key. Since 1.1.2 KEY_RESET = 20 The reset key. Since 1.1.2 KEY_SPORT = 21 The sport key. Since 1.1.2 KEY_CLOCK = 22 The clock key. Since 1.1.2 KEY_MODE = 23 The mode key. Since 1.1.2 ANIM_TYPE_LINEAR = 0 Animate the property linearly, so the speed remains constant over time. Since 1.0.0 ANIM_TYPE_EASE_IN = 1 Animate the property so the speed increases until the end. Since 1.0.0 ANIM_TYPE_EASE_OUT = 2 Animate the property so the speed increases until the end. Since 1.0.0 ANIM_TYPE_EASE_IN_OUT = 3 Animate the property so there is a initial speed up and slow down at the end. Since 1.0.0 プレス(Press) PRESS_TYPE_DOWN = 0 Key is pressed down. Since 1.1.2 PRESS_TYPE_UP = 1 Key is released. Since 1.1.2 PRESS_TYPE_ACTION = 2 Key action is performed. Since 1.1.2 クリック(Click) CLICK_TYPE_TAP = 0 A quick press and release of the screen. Since 1.0.0 CLICK_TYPE_HOLD = 1 A press and hold of the screen. Since 1.0.0 CLICK_TYPE_RELEASE = 2 A release of a hold on the screen. Since 1.0.0 スワイプ(Swipe) SWIPE_UP = 0 A swipe in the upward direction. Since 1.0.0 SWIPE_RIGHT = 1 A swipe towards the right. Since 1.0.0 SWIPE_DOWN = 2 A swipe in the downward direction. Since 1.0.0 SWIPE_LEFT = 3 A swipe towards the left. Since 1.0.0 CONFIRM_NO = 0 . Since 1.0.0 CONFIRM_YES = 1 . Since 1.0.0 NUMBER_PICKER_DISTANCE = 0 A Float in meters. Since 1.0.0 NUMBER_PICKER_TIME = 1 A Duration. Since 1.0.0 NUMBER_PICKER_TIME_MIN_SEC = 2 A Duration. Since 1.0.0 NUMBER_PICKER_TIME_OF_DAY = 3 A Duration representing the number of seconds since midnight. Since 1.0.0 NUMBER_PICKER_WEIGHT = 4 A Float in kilograms. Since 1.0.0 NUMBER_PICKER_HEIGHT = 5 A Float in meters. Since 1.0.0 NUMBER_PICKER_CALORIES = 6 A Number. Since 1.0.0 NUMBER_PICKER_BIRTH_YEAR = 7 A Number. Since 1.0.0 pushView/popView での遷移方法 (Transition) SLIDE_IMMEDIATE = 0 No transition. Since 1.0.0 SLIDE_LEFT = 1 The View slides to the left. Since 1.0.0 SLIDE_RIGHT = 2 The View slides to the right. Since 1.0.0 SLIDE_DOWN = 3 The View slides down. Since 1.0.0 SLIDE_UP = 4 The View slides up. Since 1.0.0 レイアウト (Layout) LAYOUT_VALIGN_TOP = -0x7FFFFFFF Set a Drawable s locY property to this to align it to the top edge of the dc. Since 1.2.0 LAYOUT_VALIGN_BOTTOM = -0x7FFFFFFE Set a Drawable s locY property to this to align it to the bottom edge of the dc. Since 1.2.0 LAYOUT_VALIGN_CENTER = -0x7FFFFFFD Set a Drawable s locY property to this to center it vertically in the dc. Since 1.2.0 LAYOUT_VALIGN_START = -0x7FFFFFFC Set the Drawable s locY property equal to it s parent s locY property. Since 1.2.0 LAYOUT_HALIGN_LEFT = -0x7FFFFFFF Set a Drawable s locX property to this to align it along the left edge of the dc. Since 1.2.0 LAYOUT_HALIGN_RIGHT = -0x7FFFFFFE Set a Drawable s locX property to this to align it along the right edge of the dc. Since 1.2.0 LAYOUT_HALIGN_CENTER = -0x7FFFFFFD Set a Drawable s locX property to this to center it horizontally in the dc. Since 1.2.0 LAYOUT_HALIGN_START = -0x7FFFFFFC Set a Drawable s locX property equal to it s parent s locX property. Since 1.2.0 関数(要約) WatchiUi (Object) animate(drawable, property, type, start, stop, period, callback) Use animate() to animate a property over a given period of time. (Object) initResources(rezModule) (Object) loadResource(resource) Load a resource from the executable with loadResource(). (Object) popView(transition) Pop a View from the View stack with popView(). (Object) pushView(view, delegate, transition) Push a View onto the View stack with pushView(). (Object) requestUpdate Use requestUpdate() to request that onUpdate() method be called for the current View. (Object) switchToView(view, delegate, transition) Use switchToView() to pop the current View and push the new one. 関数(詳細) WatchUi (Object) animate(drawable, property, type, start, stop, period, callback) Use animate() to animate a property over a given period of time. The animation starts after the call and runs the length of the specified period. During this time the View s draw callback will be called. Parametersdrawable (Drawable) Drawable to animate property (Symbol) Symbol of property to animate over time type Toybox.WatchUi.ANIM_TYPE_* value start (Number) Initial value of property stop (Number) Final value of property after animation period (Float) Time in seconds for animation to run callback (Method) Method object to call when complete, or null Since 1.0.0 (Object) initResources(rezModule) Since 1.0.0 (Object) loadResource(resource) Load a resource from the executable with loadResource(). Parameters resource (Symbol) — Rez identifier from resources.xml to load Returns A Font, Bitmap, or String resource Since 1.0.0 (Object) popView(transition) Pop a View from the View stack with popView(). Parameterstransition View transition of type SLIDE_* Since 1.0.0 (Object) pushView(view, delegate, transition) ヴュースタックにヴューをプッシュする Parametersview (View) View to push delegate The input delegate to handle input for the View transition View transition of type SLIDE_* Since 1.0.0 (Object) requestUpdate 現在のヴューの onUpdate() を呼び出す。 Since 1.0.0 (Object) switchToView(view, delegate, transition) 現在のビューをポップし、新しいビューをプッシュする。 ネイティブビューは入力値としては渡されない。つまり、ノンネイティブビューへのスイッチのみサポートしている。 Parametersview (View) View object to push delegate the input delegate to handle input for the View transition View transition of type SLIDE_* Since 1.0.0
https://w.atwiki.jp/penspinorder/pages/140.html
Gold OrderList PSN4th KOREAN EXPERT SPINNERS PSN3rd PSN4th ネオバ23-23≫3-シメパスリバ≫3-バクアラ⇒3-バクアラSA⇒ネオバ34-23⇒3,4-フルーエントシメパスリバ⇒4-ソニック ⇒3-シメソニ⇒3-ソニひねリバ⇒3-ソニひね⇒2-バクリバ⇒バクアラフォール neo bak bak 2 mid backspin 1.5 mid bak 23-12 pass n 12-23 pass n 23-34 palm down sonic n 34-23 palm down inverse sonic n 23-12 twist sonic r 12-23 palm down twist sonic n 23-12 is 1.5 n r devil s shadow 12 pass n 12-23 bak 2 pass n 23-34 bak 3 bak 4 KOREAN EXPERT SPINNERS Twisted Sonic Bust 23-12 Pass reverse 12-23-34 TA T34-T1 TA reverse T1-12 NeoBack 12-34 Sonic 34-23 Twisted Sonic 23-12 Pass reverse 12-23-34 Twisted Sonic Bust 34-23 Pass reverse 23-12 Backaroundev Pass reverse 12-23 Twisted Sonic 23-12 Gunman 12-T1 FL TA reverse T1-12 Backaround Invisble Pass 12-23 MiddleBack PSN3rd Pass reverse 12-23 Twisted Sonic Bust 23-12 Pass reverse 12-23-34 TA T34 TA reverse T12-12 Neobackaround 12-34 Sonic 34-23 Twisted Sonic 23-12 Pass reverse 12-23-34 Twisted Sonic Bust 34-23 Pass reverse 23-12 Backaroundev Pass reverse 12-23 Twisted Sonic 23-12 Gunman 12-T1 Fl TA reverse T1-12 Backaround Invisble Pass 12-23 Middlebackaround Invisble Pass 23-34 ingBackaround 34-234
https://w.atwiki.jp/karichecker/pages/78.html
Twitter⇒http //twitter.com/tosinari tosinariとは 配信スタイル 配信状況 配信内容 BOT Twitter⇒http //twitter.com/tosinari tosinariとは 「格好良く舞え!!」が決め台詞の配信者である。 H21年10月より配信開始。なにやら医療関係の仕事をしているらしいが本人は否定している。 同じく配信者のたいKとは仲がいいらしく、チャ民の間ではできていると噂される程。アッー!(これも本人はガッツリ否定) 綺麗な配信を目指していたらしいがMGS3を初めてやった際に、いきなり麻酔銃で敵を眠らせ顔面騎乗や69などを行い本性を現す。それが原因のためか匍匐前進の際もどうしても床オナに見えてしまい、挙句の果てに床ナリという名前までつけられてしまう。 よく咳をする。(風邪などではなく精神的なものらしい) 口癖は「なんぞそれ」 関節鳴らしが癖。まるで栄養ドリンクをあけるような音がする。 実は寂しがり屋らしくチャットが静かだと泣きそうになるらしい。 大のELLEGARDEN好き。三度の飯よりELLEGARDENが好き。 初見さんには優しい変態である(その裏には変態特有の考えが潜んでいるかも・・) 酔うと筋トレを始める。その際は「カラン・・コロン・・・」という音がするが気にしないことにしよう 基本的に全てのコメに対してレスするが、すべってる、おもしろくない、という言葉に過剰に反応し、無言になったりしばらく配信をお休みしたりするのでコメには十分な注意が必要。 2/26深夜「11 57 tosinari- 違うものだと?それなら俺もいつもすってるよ」という誤読から、自分のあるモノを「11 58 tosinari- 自分で擦って吸ってます」と暴露。配信の頻度が減った理由の一つなのかもしれない。 ここ最近はリアル多忙のため配信不可とかなんとか・・・ いつのまにか雀鬼トシナリになっていた 2010年10月だか11月に久しぶりに配信を再開する。 アスカの腕は以前とは見違えるほどになったが、運はいいものの時たま見せる、視聴者を絶句させるトンデモプレイですべてを台無しにしている。麻雀でもそれはかわってないようだ。 配信スタイル 大体22時前後~。 ”ゲーム→音楽→〆の雑談”のパターンが多い。 たまに友達(Dさん:tosinariより人気者)と一緒に配信をする。 配信状況 配信所 Ustream 主 tosinari アドレス http //www.ustream.tv/channel/tosinari 外部player 1393736 Justin 主 tosinari アドレス http //ja.justin.tv/tosinari チャンネル #tosinari 配信内容 基本ゲーム配信。たまに雑談。 最近麻雀をはじめた。ビギナーズラック大放出中! アスカ(途中) Gジェネレーションウォーズ(クリア) 大神(クリア) メタルギアソリッド3(クリア) 龍が如く(クリア) 龍が如く2(リタイア) バイオハザード5(クリア) メタルギアソリッド2(クリア) 洞窟物語(現行) ペルソナ3(現行) eM(苦行) 麻雀(4麻3級,3麻3段) BOT なし
https://w.atwiki.jp/subaru_levorg/pages/43.html
≪オートック ワン≫ 順次更新 ■女医 青山めぐの新型車診察しちゃうぞ!~スバル レヴォーグ編~ (4/15) http //autoc-one.jp/subaru/joycar-1723903/ ■【解説】“価格”から最善のグレードを選ぶ!スバル レヴォーグ 新型車解説/渡辺陽一郎 (1/2) (4/15) http //autoc-one.jp/subaru/newmodel-1722599/ ■スバル新型「LEVORG(レヴォーグ)」を発表(4/15) http //autoc-one.jp/news/1703691/ ■【試乗】スバル 新型 レヴォーグ[プロトタイプ] 試乗レポート/今井優杏 (1/3)(4/11) http //autoc-one.jp/subaru/report-1717751/ ■スバル レヴォーグ 3月末までに約1万1000台受注 (4/8) http //autoc-one.jp/news/1715868/ ■スバル レヴォーグ vs マツダ アテンザワゴン どっちが買い!?徹底比較 (3/14) http //autoc-one.jp/subaru/whichone-1683532/ ■スバル レヴォーグ(LEVORG)試乗レポート/九島辰也(1/21) http //autoc-one.jp/subaru/report-1637752/ ■【速報!】スバルブース、次期WRX STIのニュル参戦車両を発表!さらにレヴォーグSTIバージョンが早くも登場!【東京オートサロン2014】(1/10) http //autoc-one.jp/subaru/special-1620169/ ■スバル レヴォーグ(LEVORG)新型車解説/渡辺陽一郎(1/7) http //autoc-one.jp/subaru/newmodel-1609312/ ■スバル、六本木ヒルズにてレヴォーグ展示など「クリスマスライド」実施(12/15) http //autoc-one.jp/subaru/special-1590270/ ■【綺麗な女医さんは好きですか?】安枝瞳の東京モーターショー診察中!【スバル・いすゞ・日野編】(11/22) http //autoc-one.jp/motorshow/tokyo/2013/companion/1560895/ ■スバル「LEVORG(レヴォーグ)」を世界初公開!(11/21) http //autoc-one.jp/motorshow/tokyo/2013/subaru/1551037/ ■SUBARU LEVORG STAR NIGHT イベントレポート(11/20) http //autoc-one.jp/motorshow/tokyo/2013/subaru/1558478/ ■スバル、新コンセプトの名称を「LEVORG(レヴォーグ)」に決定(10/30) http //autoc-one.jp/motorshow/tokyo/2013/subaru/1521770/
https://w.atwiki.jp/ageofconan/pages/34.html
2008/05/27 http //forums.ageofconan.com/showthread.php?t=33284 FAQS Q Lighting Strike1を2にしましたが、ダメージが全然あがりません。何か間違えましたか? A 何も間違ってない。Rank1のダメージは150、Rank2は155、5レベル後、Rank2は190、でもRank1は150ぐらい。これはシステム上、VersionupしたSkillのステータスは上昇しない仕様になっている Q Improved Lightning Strikeにポイントふったんだけどダメージあがりません A Improved Lightning Strike is either bugged or a very worthless skill as the damage increase is minimal and an overall waste of 5 feat points. Q Improved Cobra Stareは1%、ブレイク確率さげるけど、どう判断すればいい? A Improved Cobra stareを3Rank取ると、ブレイク確率が0%になる。1%は100%を意味する Q Set's Spark of Lifeが私を蘇生してくれません A 発動まで30秒かかるので少し待ちましょう Q Tempest of Setはfatalityモーション持ってる? A 持ってる Q Idol forestを召喚するとBANされますか? A BugあるのでExploit的な使い方やめればOK You won't be banned though technically you are abusing an exploit that will be fixed soon, so you shouldn't get too used to it. (credit AngryTexan) Q ToSのHeal能力ってどう? A HoTがキーになる。全Heal職にいえることだが、AoCのHealはすごくシビアなバランスになっているので、特に君の問題でもない QIntとWisでどっち大事? A WisdomでFA、IntelはMageのmanaとMagic atk ratingに影響する。WisはPriestのそれとおなじ Q Renew ManaとMana Attractorをミックスして使ってるんだけど、manaRegenが増えた気がしない A それらはRest持に影響するので、戦闘中のManaRegeneには影響しない Q ToSのPvPでの役割は? A Priest系の中でももっとも弱いHeal力(訳注、BearShamanとどっこいか、それより上な気がする。切り取り方次第)、多くないGrpBuff、Idolによる集団へのMana供給、StormCrownによる全員の攻撃力増強、などなど すべての魔法がAoEな上、Lifeが半端ないくらい少ないので、1on1は絶望的、ただし、CobraStrike(5sec Stun)やQuicksand(7sec Root)など、小技が多い。また、LightingStrikeがCritすれば50%くらいざらにもっていく。総合的に見てHealerだが、力もある万能クラス、使い方次第
https://w.atwiki.jp/warband/pages/585.html
trp_multiplayer_profile_troop_male|multiplayer profile troop male trp_multiplayer_profile_troop_male_pl|multiplayer profile troop male trp_multiplayer_profile_troop_female|multiplayer profile troop female trp_multiplayer_profile_troop_female_pl|multiplayer profile troop female trp_temp_troop|Temp Troop trp_temp_troop_pl|Temp Troop trp_find_item_cheat|find item cheat trp_find_item_cheat_pl|find item cheat trp_random_town_sequence|Random Town Sequence trp_random_town_sequence_pl|Random Town Sequence trp_tournament_participants|Tournament Participants trp_tournament_participants_pl|Tournament Participants trp_tutorial_maceman|Maceman trp_tutorial_maceman_pl|Maceman trp_tutorial_archer|Archer trp_tutorial_archer_pl|Archer trp_tutorial_swordsman|Swordsman trp_tutorial_swordsman_pl|Swordsman trp_novice_fighter|Novice Man-at-Arms trp_novice_fighter_pl|Novice Men-at-Arms trp_regular_fighter|Regular Man-at-Arms trp_regular_fighter_pl|Regular Men-at-Arms trp_veteran_fighter|Veteran Man-at-Arms trp_veteran_fighter_pl|Veteran Men-at-Arms trp_champion_fighter|Champion Man-at-Arms trp_champion_fighter_pl|Champion Men-at-Arms trp_arena_training_fighter_1|Novice Man-at-Arms trp_arena_training_fighter_1_pl|Novice Men-at-Arms trp_arena_training_fighter_2|Novice Man-at-Arms trp_arena_training_fighter_2_pl|Novice Men-at-Arms trp_arena_training_fighter_3|Regular Man-at-Arms trp_arena_training_fighter_3_pl|Regular Men-at-Arms trp_arena_training_fighter_4|Regular Man-at-Arms trp_arena_training_fighter_4_pl|Regular Men-at-Arms trp_arena_training_fighter_5|Regular Man-at-Arms trp_arena_training_fighter_5_pl|Regular Man-at-Arms trp_arena_training_fighter_6|Veteran Man-at-Arms trp_arena_training_fighter_6_pl|Veteran Men-at-Arms trp_arena_training_fighter_7|Veteran Man-at-Arms trp_arena_training_fighter_7_pl|Veteran Men-at-Arms trp_arena_training_fighter_8|Veteran Man-at-Arms trp_arena_training_fighter_8_pl|Veteran Men-at-Arms trp_arena_training_fighter_9|Champion Man-at-Arms trp_arena_training_fighter_9_pl|Champion Men-at-Arms trp_arena_training_fighter_10|Champion Man-at-Arms trp_arena_training_fighter_10_pl|Champion Men-at-Arms trp_cattle|Cattle trp_cattle_pl|Cattle trp_mercenary_n_townsman|Rebelous Townsman trp_mercenary_n_townsman_pl|Rebelous Townsmen trp_mercenary_r_townsman|Caravan Guard trp_mercenary_r_townsman_pl|Caravan Guard trp_mercenary_e_townsman|Farmer trp_mercenary_e_townsman_pl|Farmers trp_mercenary_villager|Armed Villager trp_mercenary_villager_pl|Armed Villagers trp_mercenary_tier_1|Sellsword Spearman trp_mercenary_tier_1_pl|Sellsword Spearmen trp_mercenary_tier_2_man_at_arms|Sellsword Man-at-Arms trp_mercenary_tier_2_man_at_arms_pl|Sellsword Men-at-Arms trp_mercenary_tier_3_man_at_arms|Veteran Sellsword Man-at-Arms trp_mercenary_tier_3_man_at_arms_pl|Veteran Sellsword Men-at-Arms trp_mercenary_tier_4_man_at_arms|Elite Sellsword Man-at-Arms trp_mercenary_tier_4_man_at_arms_pl|Elite Sellsword Men-at-Arms trp_mercenary_tier_2_bardicheman|Sellsword Bardicheman trp_mercenary_tier_2_bardicheman_pl|Sellsword Bardichemen trp_mercenary_tier_3_glaiveman|Sellsword Glaiveman trp_mercenary_tier_3_glaiveman_pl|Sellsword Glaivemen trp_mercenary_tier_4_two_hander|Sellsword Two-Hander trp_mercenary_tier_4_two_hander_pl|Sellsword Two-Handers trp_mercenary_ranged_tier_1|Sellsword Skirmisher trp_mercenary_ranged_tier_1_pl|Sellsword Spearmen trp_mercenary_ranged_tier_2_archer|Sellsword Archer trp_mercenary_ranged_tier_2_archer_pl|Sellsword Archers trp_mercenary_ranged_tier_3_archer|Veteran Sellsword Archer trp_mercenary_ranged_tier_3_archer_pl|Veteran Sellsword Archers trp_mercenary_ranged_tier_4_archer|Elite Sellsword Archer trp_mercenary_ranged_tier_4_archer_pl|Elite Sellsword Archers trp_mercenary_ranged_tier_2_crossbowman|Sellsword Crossbowman trp_mercenary_ranged_tier_2_crossbowman_pl|Sellsword Crossbowmen trp_mercenary_ranged_tier_3_crossbowman|Veteran Sellsword Crossbowman trp_mercenary_ranged_tier_3_crossbowman_pl|Veteran Sellsword Crossbowmen trp_mercenary_ranged_tier_4_crossbowman|Elite Sellsword Crossbowman trp_mercenary_ranged_tier_4_crossbowman_pl|Elite Sellsword Crossbowmen trp_mercenary_tier_1_horse|Freerider trp_mercenary_tier_1_horse_pl|Freeriders trp_mercenary_tier_2_horse|Mounted Skirmisher trp_mercenary_tier_2_horse_pl|Mounted Skirmishers trp_mercenary_tier_3_horse|Mounted Serjeant trp_mercenary_tier_3_horse_pl|Mounted Serjeants trp_mercenary_tier_4_horse|Hedge Knight trp_mercenary_tier_4_horse_pl|Hedge Knights trp_special_troop_white_harbor_knight|White Harbor Knight trp_special_troop_white_harbor_knight_pl|White Harbor Knights trp_special_troop_lannisport_spearman|Lannisport Spearman trp_special_troop_lannisport_spearman_pl|Lannisport Spearmen trp_special_troop_raventree_archers|Raventree Archer trp_special_troop_raventree_archers_pl|Raventree Archers trp_special_troop_runestone_knight|Runestone Knight trp_special_troop_runestone_knight_pl|Runestone Knights trp_special_troop_mountain_clansmen|Mountain Clansman trp_special_troop_mountain_clansmen_pl|Mountain Clansmen trp_special_troop_dreadfort_spearmen|Dreadfort Spearman trp_special_troop_dreadfort_spearmen_pl|Dreadfort Spearmen trp_special_troop_karstark_longbowmen|Karhold Longbowman trp_special_troop_karstark_longbowmen_pl|Karhold Longbowmen trp_special_troop_stone_hedge_knight|Stone Hedge Knight trp_special_troop_stone_hedge_knight_pl|Stone Hedge Knights trp_special_troop_crossing_spearmen|Crossing Spearman trp_special_troop_crossing_spearmen_pl|Crossing Spearmen trp_special_troop_weeping_town|Marcher Longbowman trp_special_troop_weeping_town_pl|Marcher Longbowmen trp_special_troop_qohor_lancer|Qohorik Lancer trp_special_troop_qohor_lancer_pl|Qohorik Lancers trp_special_troop_qohor_blackjacket|Blackjacket trp_special_troop_qohor_blackjacket_pl|Blackjacket trp_special_troop_norvos_lancer|Norvoshi Lancer trp_special_troop_norvos_lancer_pl|Norvoshi Lancers trp_special_troop_norvos_axe_guard|Holy Guard trp_special_troop_norvos_axe_guard_pl|Holy Guards trp_special_troop_pentos_dothraki|Dothraki Sellsword trp_special_troop_pentos_dothraki_pl|Dothraki Sellswords trp_special_troop_pentos_lancer|Pentoshi Lancer trp_special_troop_pentos_lancer_pl|Pentoshi Lancers trp_special_troop_lorath_glaiveman|Lorathi Glaiveman trp_special_troop_lorath_glaiveman_pl|Lorathi Glaivemen trp_special_troop_lorath_archer|Lorathi Archer trp_special_troop_lorath_archer_pl|Lorathi Archers trp_special_troop_lyseni_skirmisher|Lyseni Skirmisher trp_special_troop_lyseni_skirmisher_pl|Lyseni Skirmisher trp_special_troop_lyseni_city_watch|Lyseni City Guardsman trp_special_troop_lyseni_city_watch_pl|Lyseni City Guardsmen trp_special_troop_tyrosh_skirmisher|Tyroshi Skirmisher trp_special_troop_tyrosh_skirmisher_pl|Tyroshi Skirmisher trp_special_troop_tyrosh_corsair|Tyroshi Corsair trp_special_troop_tyrosh_corsair_pl|Tyroshi Corsais trp_special_troop_myr_crossbowman|Myrish Crossbowman trp_special_troop_myr_crossbowman_pl|Myrish Crossbowmen trp_special_troop_myr_skirmisher|Myrish Skirmisher trp_special_troop_myr_skirmisher_pl|Myrish Skirmishers trp_special_troop_volantis_lancer|Volantene Lancer trp_special_troop_volantis_lancer_pl|Volantene Lancers trp_special_troop_volantis_spearman|Volantene Spearman trp_special_troop_volantis_spearman_pl|Volantene Spearmen trp_mercenaries_end|mercenaries end trp_mercenaries_end_pl|mercenaries end trp_swadian_r_peasant|I1 Swadian Peasant trp_swadian_r_peasant_pl|I1 Swadian Peasants trp_swadian_n_peasant|I1 Swadian Peasant trp_swadian_n_peasant_pl|I1 Swadian Peasants trp_swadian_e_peasant|I1 Swadian Peasant trp_swadian_e_peasant_pl|I1 Swadian Peasants trp_swadian_messenger|Swadian Messenger trp_swadian_messenger_pl|Swadian Messengers trp_swadian_deserter|Swadian Deserter trp_swadian_deserter_pl|Swadian Deserters trp_swadian_prison_guard|Prison Guard trp_swadian_prison_guard_pl|Prison Guards trp_swadian_castle_guard|Castle Guard trp_swadian_castle_guard_pl|Castle Guards trp_stormlands_castle_guard|Castle Guard trp_stormlands_castle_guard_pl|Castle Guards trp_nights_watch_castle_guard|Night's Watch Ranger trp_nights_watch_castle_guard_pl|Night's Watch Rangers trp_crackclaw_castle_guard|Castle Guard trp_crackclaw_castle_guard_pl|Castle Guards trp_northern_castle_guard|Household Guard trp_northern_castle_guard_pl|Household Guards trp_riverlands_castle_guard|Household Guard trp_riverlands_castle_guard_pl|Household Guards trp_vale_castle_guard|Castle Guard trp_vale_castle_guard_pl|Castle Guards trp_braavosi_castle_guard|Sealords Guard trp_braavosi_castle_guard_pl|Sealords Guard trp_qohorik_castle_guard|Unsullied trp_qohorik_castle_guard_pl|Unsullied trp_dornish_castle_guard|Castle Guard trp_dornish_castle_guard_pl|Castle Guards trp_dragonstone_castle_guard|Castle Guard trp_dragonstone_castle_guard_pl|Castle Guards trp_westerlands_castle_guard|Castle Guard trp_westerlands_castle_guard_pl|Castle Guards trp_reach_castle_guard|Castle Guard trp_reach_castle_guard_pl|Castle Guards trp_ironborn_castle_guard|Household Guard trp_ironborn_castle_guard_pl|Household Guards trp_pentos_castle_guard|Unsullied trp_pentos_castle_guard_pl|Unsullied trp_tyrosh_castle_guard|City Watchman trp_tyrosh_castle_guard_pl|City Watchmen trp_myr_castle_guard|City Watchman trp_myr_castle_guard_pl|City Watchmen trp_lys_castle_guard|City Watchman trp_lys_castle_guard_pl|City Watchmen trp_volantis_castle_guard|Tiger Guard trp_volantis_castle_guard_pl|Tiger Guards trp_norvos_castle_guard|Holy Guard trp_norvos_castle_guard_pl|Holy Guards trp_lorath_castle_guard|City Watchman trp_lorath_castle_guard_pl|City Watchmen trp_sister_castle_guard|Household Guard trp_sister_castle_guard_pl|Household Guards trp_targaryen_castle_guard|Castle Guard trp_targaryen_castle_guard_pl|Castle Guards trp_stormlands_messenger|Stormlands Messenger trp_stormlands_messenger_pl|Stormlands Messengers trp_stormlands_prison_guard|Prison Guard trp_stormlands_prison_guard_pl|Prison Guards trp_nights_watch_messenger|Night's Watch Messenger trp_nights_watch_messenger_pl|Stormlands Messengers trp_nights_watch_prison_guard|Prison Guard trp_nights_watch_prison_guard_pl|Prison Guards trp_crackclaw_messenger|Crackclaw Messenger trp_crackclaw_messenger_pl|Crackclaw Messengers trp_crackclaw_prison_guard|Prison Guard trp_crackclaw_prison_guard_pl|Prison Guards trp_northern_messenger|Northern Messenger trp_northern_messenger_pl|Northern Messengers trp_northern_prison_guard|Prison Guard trp_northern_prison_guard_pl|Prison Guards trp_riverlands_messenger|Riverlands Messenger trp_riverlands_messenger_pl|Riverlands Messengers trp_riverlands_prison_guard|Prison Guard trp_riverlands_prison_guard_pl|Prison Guards trp_vale_messenger|Vale Messenger trp_vale_messenger_pl|Vale Messengers trp_vale_prison_guard|Prison Guard trp_vale_prison_guard_pl|Prison Guards trp_qohorik_messenger|Qohori Messenger trp_qohorik_messenger_pl|Qohori Messengers trp_qohorik_prison_guard|Prison Guard trp_qohorik_prison_guard_pl|Prison Guards trp_dornish_messenger|Dornish Messenger trp_dornish_messenger_pl|Dornish Messengers trp_dornish_prison_guard|Prison Guard trp_dornish_prison_guard_pl|Prison Guards trp_dragonstone_messenger|Dragonstone Messenger trp_dragonstone_messenger_pl|Dragonstone Messengers trp_dragonstone_prison_guard|Prison Guard trp_dragonstone_prison_guard_pl|Prison Guards trp_westerlands_messenger|Westerlands Messenger trp_westerlands_messenger_pl|Westerlands Messengers trp_westerlands_prison_guard|Prison Guard trp_westerlands_prison_guard_pl|Prison Guards trp_reach_messenger|Reach Messenger trp_reach_messenger_pl|Reach Messengers trp_reach_prison_guard|Prison Guard trp_reach_prison_guard_pl|Prison Guards trp_ironborn_messenger|Ironborn Messenger trp_ironborn_messenger_pl|Ironborn Messengers trp_ironborn_prison_guard|Prison Guard trp_ironborn_prison_guard_pl|Prison Guards trp_sister_messenger|Sisterman Messenger trp_sister_messenger_pl|Sisterman Messengers trp_sister_prison_guard|Prison Guard trp_sister_prison_guard_pl|Prison Guards trp_targaryen_messenger|Targaryen Messenger trp_targaryen_messenger_pl|Targaryen Messengers trp_targaryen_prison_guard|Prison Guard trp_targaryen_prison_guard_pl|Prison Guards trp_braavosi_messenger|Braavosi Messenger trp_braavosi_messenger_pl|Braavosi Messengers trp_braavosi_prison_guard|Prison Guard trp_braavosi_prison_guard_pl|Prison Guards trp_pentos_messenger|Pentoshi Messenger trp_pentos_messenger_pl|Pentoshi Messengers trp_pentos_prison_guard|Prison Guard trp_pentos_prison_guard_pl|Prison Guards trp_tyrosh_messenger|Tyroshi Messenger trp_tyrosh_messenger_pl|Tyroshi Messengers trp_tyrosh_prison_guard|Prison Guard trp_tyrosh_prison_guard_pl|Prison Guards trp_myr_messenger|Myrman Messenger trp_myr_messenger_pl|Myrman Messengers trp_myr_prison_guard|Prison Guard trp_myr_prison_guard_pl|Prison Guards trp_lys_messenger|Lyseni Messenger trp_lys_messenger_pl|Lyseni Messengers trp_lys_prison_guard|Prison Guard trp_lys_prison_guard_pl|Prison Guards trp_volantis_messenger|Volantene Messenger trp_volantis_messenger_pl|Volantene Messengers trp_volantis_prison_guard|Prison Guard trp_volantis_prison_guard_pl|Prison Guards trp_norvos_messenger|Norvoshi Messenger trp_norvos_messenger_pl|Norvoshi Messengers trp_norvos_prison_guard|Prison Guard trp_norvos_prison_guard_pl|Prison Guards trp_lorath_messenger|Lorathi Messenger trp_lorath_messenger_pl|Lorathi Messengers trp_lorath_prison_guard|Prison Guard trp_lorath_prison_guard_pl|Prison Guards trp_vaegir_n_kholop|Vaegir Recruit trp_vaegir_n_kholop_pl|Vaegir Recruits trp_vaegir_r_kholop|I1 Vaegir Kholop trp_vaegir_r_kholop_pl|I1 Vaegir Kholopy trp_vaegir_e_kholop|I1 Vaegir Kholop trp_vaegir_e_kholop_pl|I1 Vaegir Kholopy trp_vaegir_messenger|Vaegir Messenger trp_vaegir_messenger_pl|Vaegir Messengers trp_vaegir_deserter|Vaegir Deserter trp_vaegir_deserter_pl|Vaegir Deserters trp_vaegir_prison_guard|Prison Guard trp_vaegir_prison_guard_pl|Prison Guards trp_vaegir_castle_guard|Castle Guard trp_vaegir_castle_guard_pl|Castle Guards trp_khergit_n_tariachin|Khergit Tribesman trp_khergit_n_tariachin_pl|Khergit Tribesmen trp_khergit_e_tariachin|I1 Khergit Tariachin trp_khergit_e_tariachin_pl|I1 Khergit Tariachinuud trp_khergit_messenger|Khergit Messenger trp_khergit_messenger_pl|Khergit Messengers trp_khergit_deserter|Khergit Deserter trp_khergit_deserter_pl|Khergit Deserters trp_khergit_prison_guard|Prison Guard trp_khergit_prison_guard_pl|Prison Guards trp_khergit_castle_guard|Castle Guard trp_khergit_castle_guard_pl|Castle Guards trp_nord_n_bondi|Nord Recruit trp_nord_n_bondi_pl|Nord Recruits trp_nord_r_bondi|I1 Nord Bondi trp_nord_r_bondi_pl|I1 Nord Bondir trp_nord_e_bondi|I1 Nord Bondi trp_nord_e_bondi_pl|I1 Nord Bondir trp_nord_messenger|Nord Messenger trp_nord_messenger_pl|Nord Messengers trp_nord_deserter|Nord Deserter trp_nord_deserter_pl|Nord Deserters trp_nord_prison_guard|Prison Guard trp_nord_prison_guard_pl|Prison Guards trp_nord_castle_guard|Castle Guard trp_nord_castle_guard_pl|Castle Guards trp_rhodok_n_cittadino|Rhodok Tribesman trp_rhodok_n_cittadino_pl|Rhodok Tribesmen trp_rhodok_r_cittadino|I1 Rhodok Cittadino trp_rhodok_r_cittadino_pl|I1 Rhodok Cittadini trp_rhodok_e_cittadino|I1 Rhodok Cittadino trp_rhodok_e_cittadino_pl|I1 Rhodok Cittadini trp_rhodok_messenger|Rhodok Messenger trp_rhodok_messenger_pl|Rhodok Messengers trp_rhodok_deserter|Rhodok Deserter trp_rhodok_deserter_pl|Rhodok Deserters trp_rhodok_prison_guard|Prison Guard trp_rhodok_prison_guard_pl|Prison Guards trp_rhodok_castle_guard|Castle Guard trp_rhodok_castle_guard_pl|Castle Guards trp_nights_watch_tier_0|Night's Watch Recruit trp_nights_watch_tier_0_pl|Night's Watch Recruits trp_nights_watch_tier_1_infantry_medium|Night's Watch Ranger trp_nights_watch_tier_1_infantry_medium_pl|Night's Watch Rangers trp_nights_watch_tier_2_infantry_medium|Veteran Night's Watch Ranger trp_nights_watch_tier_2_infantry_medium_pl|Veteran Night's Watch Rangers trp_nights_watch_tier_3_infantry_medium|Elite Night's Watch Ranger trp_nights_watch_tier_3_infantry_medium_pl|Elite Night's Watch Rangers trp_nights_watch_tier_1_ranged_light|Night's Watch Longbowman trp_nights_watch_tier_1_ranged_light_pl|Night's Watch Longbowmen trp_nights_watch_tier_1_horse_medium|Mounted Night's Watch Ranger trp_nights_watch_tier_1_horse_medium_pl|Mounted Night's Watch Rangers trp_crackclaw_tier_0|Crackclaw Levy trp_crackclaw_tier_0_pl|Crackclaw Levies trp_crackclaw_tier_1_infantry_medium|Crackclaw Spearman trp_crackclaw_tier_1_infantry_medium_pl|Crackclaw Spearmen trp_crackclaw_tier_2_infantry_medium|Veteran Crackclaw Spearman trp_crackclaw_tier_2_infantry_medium_pl|Veteran Crackclaw Spearmen trp_crackclaw_tier_3_infantry_medium|Elite Crackclaw Spearman trp_crackclaw_tier_3_infantry_medium_pl|Elite Crackclaw Spearmen trp_crackclaw_tier_4_infantry_medium|Crackclaw Retainer trp_crackclaw_tier_4_infantry_medium_pl|Crackclaw Retainers trp_crackclaw_tier_5_infantry_medium|Crackclaw Household Guard trp_crackclaw_tier_5_infantry_medium_pl|Crackclaw Household Guards trp_crackclaw_tier_1_ranged_light|Crackclaw Longbowman trp_crackclaw_tier_1_ranged_light_pl|Crackclaw Longbowmen trp_crackclaw_tier_1_horse_medium|Crackclaw Lancer trp_crackclaw_tier_1_horse_medium_pl|Crackclaw Lancers trp_stormlands_tier_0|Stormlander Levy trp_stormlands_tier_0_pl|Stormlander Levies trp_stormlands_tier_1_infantry_medium|Stormlander Man-at-Arms trp_stormlands_tier_1_infantry_medium_pl|Stormlander Men-at-Arms trp_stormlands_tier_2_infantry_medium|Veteran Stormlander Man-at-Arms trp_stormlands_tier_2_infantry_medium_pl|Veteran Stormlander Men-at-Arms trp_stormlands_tier_2_1_infantry_medium|Stormlander Vanguard trp_stormlands_tier_2_1_infantry_medium_pl|Stormlander Vanguards trp_stormlands_tier_3_infantry_medium|Elite Stormlander Man-at-Arms trp_stormlands_tier_3_infantry_medium_pl|Elite Stormlander Men-at-Arms trp_stormlands_tier_4_1_infantry_medium|Stormlander Serjeant trp_stormlands_tier_4_1_infantry_medium_pl|Stormlander Serjeants trp_stormlands_tier_4_2_infantry_medium|Stormlander Hammerman trp_stormlands_tier_4_2_infantry_medium_pl|Stormlander Hammermen trp_stormlands_tier_1_ranged_light|Stormlander Longbowman trp_stormlands_tier_1_ranged_light_pl|Stormlander Longbowmen trp_stormlands_tier_2_ranged_light|Veteran Stormlander Longbowman trp_stormlands_tier_2_ranged_light_pl|Veteran Stormlander Longbowmen trp_stormlands_tier_1_horse_medium|Mounted Stormlander Serjeant trp_stormlands_tier_1_horse_medium_pl|Mounted Stormlander Serjeants trp_stormlands_tier_2_horse_medium|Stormlander Knight trp_stormlands_tier_2_horse_medium_pl|Stormlander Knight trp_stormlands_tier_3_horse_medium|Heavy Stormlander Knight trp_stormlands_tier_3_horse_medium_pl|Heavy Stormlander Knight trp_north_tier_0|Northern Levy trp_north_tier_0_pl|Northern Levies trp_north_tier_1_infantry_heavy|Northern Spearman trp_north_tier_1_infantry_heavy_pl|Northern Spearmen trp_north_tier_2_infantry_heavy|Veteran Northern Spearman trp_north_tier_2_infantry_heavy_pl|Veteran Northern Spearmen trp_north_tier_3_infantry_heavy|Elite Northern Spearman trp_north_tier_3_infantry_heavy_pl|Elite Northern Spearmen trp_north_tier_4_infantry_heavy|Northern Vanguard trp_north_tier_4_infantry_heavy_pl|Northern Vanguard trp_north_tier_1_1_infantry_heavy|Northern Man-at-Arms trp_north_tier_1_1_infantry_heavy_pl|Northern Men-at-Arms trp_north_tier_2_1_infantry_heavy|Veteran Northern Man-at-Arms trp_north_tier_2_1_infantry_heavy_pl|Veteran Northern Men-at-Arms trp_north_tier_3_1_infantry_heavy|Elite Northern Man-at-Arms trp_north_tier_3_1_infantry_heavy_pl|Northern Men-at-Arms trp_north_tier_4_1_infantry_heavy|Northern Household Guard trp_north_tier_4_1_infantry_heavy_pl|Northern Household Guards trp_north_tier_1_ranged_light|Northern Yeoman trp_north_tier_1_ranged_light_pl|Northern Yeomen trp_north_tier_2_ranged_light|Veteran Northern Yeoman trp_north_tier_2_ranged_light_pl|Veteran Northern Yeomen trp_north_tier_3_ranged_light|Elite Northern Yeoman trp_north_tier_3_ranged_light_pl|Elite Northern Yeomen trp_north_tier_1_horse_light|Northern Lancer trp_north_tier_1_horse_light_pl|Northern Lancers trp_north_tier_1_1_horse_light|Mounted Northern Serjeant trp_north_tier_1_1_horse_light_pl|Mounted Northern Serjeants trp_vale_tier_0|Vale Levy trp_vale_tier_0_pl|Vale Levy trp_vale_tier_1_infantry_light|Vale Halberdier trp_vale_tier_1_infantry_light_pl|Vale Halberdiers trp_vale_tier_2_infantry_light|Veteran Vale Halberdier trp_vale_tier_2_infantry_light_pl|Veteran Vale Halberdiers trp_vale_tier_3_infantry_light|Elite Vale Halberdier trp_vale_tier_3_infantry_light_pl|Elite Vale Halberdiers trp_vale_tier_3_1_infantry_light|Vale Spearman trp_vale_tier_3_1_infantry_light_pl|Vale Spearmen trp_vale_tier_1_ranged_heavy|Vale Archer trp_vale_tier_1_ranged_heavy_pl|Vale Archer trp_vale_tier_2_ranged_heavy|Vale Crossbowman trp_vale_tier_2_ranged_heavy_pl|Vale Crossbowmen trp_vale_tier_3_ranged_heavy|Veteran Vale Crossbowman trp_vale_tier_3_ranged_heavy_pl|Veteran Vale Crossbowmen trp_vale_tier_4_ranged_heavy|Elite Vale Crossbowman trp_vale_tier_4_ranged_heavy_pl|Elite Vale Crossbowmen trp_vale_tier_1_horse_light|Vale Lancer trp_vale_tier_1_horse_light_pl|Vale Lancers trp_vale_tier_2_horse_light|Vale Knight trp_vale_tier_2_horse_light_pl|Vale Knights trp_riverlands_tier_0|Riverlander Levy trp_riverlands_tier_0_pl|Riverlander Levies trp_riverlands_tier_1_infantry_light|Riverlander Man-at-Arms trp_riverlands_tier_1_infantry_light_pl|Riverlander Men-at-Arms trp_riverlands_tier_2_infantry_light|Veteran Riverlander Man-at-Arms trp_riverlands_tier_2_infantry_light_pl|Veteran Riverlander Men-at-Arms trp_riverlands_tier_3_infantry_light|Elite Riverlander Man-at-Arms trp_riverlands_tier_3_infantry_light_pl|Elite Riverlander Men-at-Arms trp_riverlands_tier_4_infantry_light|Riverlander Household Guard trp_riverlands_tier_4_infantry_light_pl|Riverlander Household Guards trp_riverlands_tier_1_ranged_light|Riverlander Crossbowman trp_riverlands_tier_1_ranged_light_pl|Riverlander Crossbowmen trp_riverlands_tier_1_horse_heavy|Mounted Riverlander Serjeant trp_riverlands_tier_1_horse_heavy_pl|Mounted Riverlander Serjeant trp_riverlands_tier_2_horse_heavy|Riverlander Knight trp_riverlands_tier_2_horse_heavy_pl|Riverlander Knight trp_riverlands_tier_3_horse_heavy|Heavy Riverlander Knight trp_riverlands_tier_3_horse_heavy_pl|Heavy Riverlander Knight trp_dorne_tier_0|Dornish Levy trp_dorne_tier_0_pl|Dornish Levies trp_dorne_tier_1_infantry_medium|Dornish Spearman trp_dorne_tier_1_infantry_medium_pl|Dornish Spearmen trp_dorne_tier_2_infantry_medium|Veteran Dornish Spearman trp_dorne_tier_2_infantry_medium_pl|Veteran Dornish Spearmen trp_dorne_tier_3_infantry_medium|Elite Dornish Spearman trp_dorne_tier_3_infantry_medium_pl|Elite Dornish Spearmen trp_dorne_tier_1_ranged_medium|Dornish Archer trp_dorne_tier_1_ranged_medium_pl|Dornish Archers trp_dorne_tier_2_ranged_medium|Veteran Dornish Archer trp_dorne_tier_2_ranged_medium_pl|Veteran Dornish Archers trp_dorne_tier_2_1_ranged_medium|Dornish Skirmisher trp_dorne_tier_2_1_ranged_medium_pl|Dornish Skirmishers trp_dorne_tier_3_ranged_medium|Elite Dornish Archer trp_dorne_tier_3_ranged_medium_pl|Elite Dornish Archers trp_dorne_tier_1_horse_light|Dornish Lancer trp_dorne_tier_1_horse_light_pl|Dornish Lancers trp_dorne_tier_1_1_horse_light|Mounted Dornish Archer trp_dorne_tier_1_1_horse_light_pl|Mounted Dornish Archers trp_dorne_tier_2_horse_light|Dornish Knight trp_dorne_tier_2_horse_light_pl|Dornish Knight trp_dorne_tier_2_1_horse_light|Heavy Mounted Dornish Archer trp_dorne_tier_2_1_horse_light_pl|Heavy Mounted Dornish Archer trp_dragonstone_tier_0|Dragonstone Levy trp_dragonstone_tier_0_pl|Dragonstone Levies trp_dragonstone_tier_1_infantry_heavy|Dragonstone Halberdier trp_dragonstone_tier_1_infantry_heavy_pl|Dragonstone Halberdiers trp_dragonstone_tier_2_infantry_heavy|Veteran Dragonstone Halberdier trp_dragonstone_tier_2_infantry_heavy_pl|Veteran Dragonstone Halberdiers trp_dragonstone_tier_3_infantry_heavy|Elite Dragonstone Halberdier trp_dragonstone_tier_3_infantry_heavy_pl|Elite Dragonstone Halberdiers trp_dragonstone_tier_1_1_infantry_heavy|Dragonstone Man-at-Arms trp_dragonstone_tier_1_1_infantry_heavy_pl|Dragonstone Men-at-Arms trp_dragonstone_tier_2_1_infantry_heavy|Veteran Dragonstone Men-at-Arms trp_dragonstone_tier_2_1_infantry_heavy_pl|Veteran Dragonstone Men-at-Arms trp_dragonstone_tier_3_1_infantry_heavy|Elite Dragonstone Men-at-Arms trp_dragonstone_tier_3_1_infantry_heavy_pl|Elite Dragonstone Men-at-Arms trp_dragonstone_tier_4_1_infantry_heavy|Dragonstone Vanguard trp_dragonstone_tier_4_1_infantry_heavy_pl|Dragonstone Vanguards trp_dragonstone_tier_5_1_infantry_heavy|Dragonstone Household Guard trp_dragonstone_tier_5_1_infantry_heavy_pl|Dragonstone Household Guards trp_dragonstone_tier_1_ranged_light|Dragonstone Archer trp_dragonstone_tier_1_ranged_light_pl|Dragonstone Archers trp_dragonstone_tier_2_ranged_light|Veteran Dragonstone Archer trp_dragonstone_tier_2_ranged_light_pl|Veteran Dragonstone Archers trp_dragonstone_tier_3_ranged_light|Elite Dragonstone Archer trp_dragonstone_tier_3_ranged_light_pl|Elite Dragonstone Archers trp_dragonstone_tier_1_horse_light|Mounted Dragonstone Serjeant trp_dragonstone_tier_1_horse_light_pl|Mounted Dragonstone Serjeants trp_westerlands_tier_0|Westerlander Levy trp_westerlands_tier_0_pl|Westerlander Levies trp_westerlands_tier_1_infantry_medium|Westerlander Man-at-Arms trp_westerlands_tier_1_infantry_medium_pl|Westerlander Men-at-Arms trp_westerlands_tier_2_infantry_medium|Veteran Westerlander Man-at-Arms trp_westerlands_tier_2_infantry_medium_pl|Veteran Westerlander Men-at-Arms trp_westerlands_tier_3_infantry_medium|Elite Westerlander Man-at-Arms trp_westerlands_tier_3_infantry_medium_pl|Elite Westerlander Men-at-Arms trp_westerlands_tier_4_infantry_medium|Westerlander Serjeant trp_westerlands_tier_4_infantry_medium_pl|Westerlander Serjeant trp_westerlands_tier_5_infantry_medium|Westerlander Vanguard trp_westerlands_tier_5_infantry_medium_pl|Westerlander Vanguards trp_westerlands_tier_1_ranged_light|Westerlander Longbowman trp_westerlands_tier_1_ranged_light_pl|Westerlander Longbowmen trp_westerlands_tier_2_ranged_light|Veteran Westerlander Longbowman trp_westerlands_tier_2_ranged_light_pl|Veteran Westerlander Longbowmen trp_westerlands_tier_3_ranged_light|Elite Westerlander Longbowman trp_westerlands_tier_3_ranged_light_pl|Elite Westerlander Longbowmen trp_westerlands_tier_1_horse_medium|Mounted Westerlander Serjeant trp_westerlands_tier_1_horse_medium_pl|Mounted Westerlander Serjeants trp_westerlands_tier_2_horse_medium|Westerlander Knight trp_westerlands_tier_2_horse_medium_pl|Westerlander Knight trp_westerlands_tier_3_horse_medium|Heavy Westerlander Knight trp_westerlands_tier_3_horse_medium_pl|Heavy Westerlander Knight trp_reach_tier_0|Reachman Levy trp_reach_tier_0_pl|Reachman Levies trp_reach_tier_1_infantry_light|Reachman Pikeman trp_reach_tier_1_infantry_light_pl|Reachman Pikemen trp_reach_tier_2_infantry_light|Veteran Reachman Pikeman trp_reach_tier_2_infantry_light_pl|Veteran Reachman Pikemen trp_reach_tier_2_1_infantry_light|Dismounted Reachman Squire trp_reach_tier_2_1_infantry_light_pl|Dismounted Reachman Squires trp_reach_tier_3_infantry_light|Elite Reachman Pikemen trp_reach_tier_3_infantry_light_pl|Elite Reachman Pikemen trp_reach_tier_4_infantry_light|Reachman Vanguard trp_reach_tier_4_infantry_light_pl|Reachman Vanguard trp_reach_tier_1_ranged_light|Reachman Crossbowman trp_reach_tier_1_ranged_light_pl|Reachman Crossbowmen trp_reach_tier_1_horse_heavy|Mounted Reachman Serjeant trp_reach_tier_1_horse_heavy_pl|Mounted Reachman Serjeant trp_reach_tier_2_horse_heavy|Reachman Knight trp_reach_tier_2_horse_heavy_pl|Reachman Knight trp_reach_tier_3_horse_heavy|Heavy Reachman Knight trp_reach_tier_3_horse_heavy_pl|Heavy Reachman Knight trp_reach_tier_1_horse_light|Mounted Reachman Halberdier trp_reach_tier_1_horse_light_pl|Mounted Reachman Halberdiers trp_ironborn_tier_0|Ironborn Spearman trp_ironborn_tier_0_pl|Ironborn Spearmen trp_ironborn_tier_1_infantry_heavy|Ironborn Axeman trp_ironborn_tier_1_infantry_heavy_pl|Ironborn Axemen trp_ironborn_tier_2_infantry_heavy|Veteran Ironborn Axeman trp_ironborn_tier_2_infantry_heavy_pl|Veteran Ironborn Axemen trp_ironborn_tier_3_infantry_heavy|Elite Ironborn Axemen trp_ironborn_tier_3_infantry_heavy_pl|Elite Ironborn Axemen trp_ironborn_tier_3_1_infantry_heavy|Ironborn Reaver trp_ironborn_tier_3_1_infantry_heavy_pl|Ironborn Reavers trp_ironborn_tier_4_infantry_heavy|Ironborn Retainer trp_ironborn_tier_4_infantry_heavy_pl|Ironborn Retainers trp_ironborn_tier_5_infantry_heavy|Ironborn Household Guard trp_ironborn_tier_5_infantry_heavy_pl|Ironborn Household Guards trp_ironborn_tier_1_ranged_medium|Ironborn Archer trp_ironborn_tier_1_ranged_medium_pl|Ironborn Archers trp_ironborn_tier_2_ranged_medium|Ironborn Longbowman trp_ironborn_tier_2_ranged_medium_pl|Ironborn Longbowmen trp_ironborn_tier_3_ranged_medium|Veteran Ironborn Longbowman trp_ironborn_tier_3_ranged_medium_pl|Veteran Ironborn Longbowmen trp_sisterman_tier_0|Sisterman Axeman trp_sisterman_tier_0_pl|Sisterman Axemen trp_sisterman_tier_1_infantry_heavy|Sisterman Spearman trp_sisterman_tier_1_infantry_heavy_pl|Sisterman Spearmen trp_sisterman_tier_2_infantry_heavy|Veteran Sisterman Spearman trp_sisterman_tier_2_infantry_heavy_pl|Veteran Sisterman Spearmen trp_sisterman_tier_3_infantry_heavy|Elite Sisterman Spearmen trp_sisterman_tier_3_infantry_heavy_pl|Elite Sisterman Spearmen trp_sisterman_tier_4_infantry_heavy|Sisterman Household Guard trp_sisterman_tier_4_infantry_heavy_pl|Sisterman Household Guards trp_sisterman_tier_1_ranged_medium|Sisterman Archer trp_sisterman_tier_1_ranged_medium_pl|Sisterman Archers trp_braavos_tier_0|Braavosi Levy trp_braavos_tier_0_pl|Braavosi Levies trp_braavos_tier_1_infantry_heavy|Braavosi Spearman trp_braavos_tier_1_infantry_heavy_pl|Braavosi Spearmen trp_braavos_tier_2_infantry_heavy|Veteran Braavosi Spearman trp_braavos_tier_2_infantry_heavy_pl|Veteran Braavosi Spearmen trp_braavos_tier_3_infantry_heavy|Elite Braavosi Spearman trp_braavos_tier_3_infantry_heavy_pl|Elite Braavosi Spearmen trp_braavos_tier_4_infantry_heavy|Braavosi Guardsman trp_braavos_tier_4_infantry_heavy_pl|Braavosi Guardsmen trp_braavos_tier_4_1_infantry_heavy|Armored Bravos trp_braavos_tier_4_1_infantry_heavy_pl|Armored Bravos trp_braavos_tier_1_ranged_medium|Braavosi Crossbowman trp_braavos_tier_1_ranged_medium_pl|Braavosi Crossbowmen trp_braavos_tier_2_ranged_medium|Veteran Braavosi Crossbowman trp_braavos_tier_2_ranged_medium_pl|Veteran Braavosi Crossbowmen trp_braavos_tier_3_ranged_medium|Elite Braavosi Crossbowman trp_braavos_tier_3_ranged_medium_pl|Elite Braavosi Crossbowmen trp_targaryen_tier_0|Targaryen Levy trp_targaryen_tier_0_pl|Targaryen Levies trp_targaryen_tier_1_infantry_medium|Targaryen Man-at-Arms trp_targaryen_tier_1_infantry_medium_pl|Targaryen Men-at-Arms trp_targaryen_tier_2_infantry_medium|Veteran Targaryen Man-at-Arms trp_targaryen_tier_2_infantry_medium_pl|Veteran Targaryen Men-at-Arms trp_targaryen_tier_3_infantry_medium|Elite Targaryen Man-at-Arms trp_targaryen_tier_3_infantry_medium_pl|Elite Targaryen Men-at-Arms trp_targaryen_tier_4_1_infantry_medium|Targaryen Serjeant trp_targaryen_tier_4_1_infantry_medium_pl|Targaryen Serjeants trp_targaryen_tier_4_2_infantry_medium|Targaryen Vanguard trp_targaryen_tier_4_2_infantry_medium_pl|Targaryen Vanguards trp_targaryen_tier_1_ranged_light|Targaryen Longbowman trp_targaryen_tier_1_ranged_light_pl|Targaryen Longbowmen trp_targaryen_tier_2_ranged_light|Veteran Targaryen Longbowman trp_targaryen_tier_2_ranged_light_pl|Veteran Targaryen Longbowmen trp_targaryen_tier_3_ranged_light|Elite Targaryen Longbowman trp_targaryen_tier_3_ranged_light_pl|Elite Targaryen Longbowmen trp_targaryen_tier_1_horse_medium|Mounted Targaryen Serjeant trp_targaryen_tier_1_horse_medium_pl|Mounted Targaryen Serjeants trp_targaryen_tier_2_horse_medium|Targaryen Knight trp_targaryen_tier_2_horse_medium_pl|Targaryen Knight trp_sarranid_e_millet|I1 Sarranid Millet trp_sarranid_e_millet_pl|I1 Sarranid Milletani trp_sarranid_messenger|Sarranid Messenger trp_sarranid_messenger_pl|Sarranid Messengers trp_sarranid_deserter|Sarranid Deserter trp_sarranid_deserter_pl|Sarranid Deserters trp_sarranid_prison_guard|Prison Guard trp_sarranid_prison_guard_pl|Prison Guards trp_sarranid_castle_guard|Castle Guard trp_sarranid_castle_guard_pl|Castle Guards trp_custom_n_recruit|Freelancer Recruit trp_custom_n_recruit_pl|Freelancer Recruits trp_custom_n_recruit_equip|Freelancer Recruit trp_custom_n_recruit_equip_pl|Freelancer Recruits trp_custom_n_recruit_selection|Freelancer Recruit trp_custom_n_recruit_selection_pl|Freelancer Recruits trp_custom_e_recruit|Unsullied trp_custom_e_recruit_pl|Unsullied trp_custom_e_recruit_equip|Unsullied trp_custom_e_recruit_equip_pl|Unsullied trp_custom_e_recruit_selection|Unsullied trp_custom_e_recruit_selection_pl|Unsullied trp_custom_master|Grazmak mo Senko trp_custom_master_pl|Grazmak mo Senko trp_custom_messenger|Messenger trp_custom_messenger_pl|Messengers trp_custom_deserter|Deserter trp_custom_deserter_pl|Deserters trp_custom_prison_guard|Prison Guard trp_custom_prison_guard_pl|Prison Guards trp_custom_castle_guard|Castle Guard trp_custom_castle_guard_pl|Castle Guards trp_bandit_n_looter|Looter trp_bandit_n_looter_pl|Looters trp_bandit_n_bandit|Bandit trp_bandit_n_bandit_pl|Bandits trp_bandit_n_brigand|Brigand trp_bandit_n_brigand_pl|Brigands trp_bandit_n_mountain|Mountain Bandit trp_bandit_n_mountain_pl|Mountain Bandits trp_bandit_n_forest|Forest Bandit trp_bandit_n_forest_pl|Forest Bandits trp_bandit_n_sea_raider|Pirate trp_bandit_n_sea_raider_pl|Pirates trp_bandit_n_steppe|Dothraki Warrior trp_bandit_n_steppe_pl|Dothraki Warriors trp_bandit_n_taiga|Wildling Horseman trp_bandit_n_taiga_pl|Wildling Horsemen trp_bandit_n_desert|Outlaw trp_bandit_n_desert_pl|Outlaws trp_bandit_n_outlaw|Outlaw Leader trp_bandit_n_outlaw_pl|Outlaw Leaders trp_bandit_n_outlaw1|Outlaw trp_bandit_n_outlaw1_pl|Outlaw trp_bandit_n_valemen|Clansman Chieftain trp_bandit_n_valemen_pl|Clansman Chieftains trp_bandit_n_valemen1|Clansman Archer trp_bandit_n_valemen1_pl|Clansman Archer trp_bandit_n_valemen2|Clansman Warrior trp_bandit_n_valemen2_pl|Clansman Warriors trp_bandit_n_raiders|Raider Leader trp_bandit_n_raiders_pl|Raider Leaders trp_bandit_n_raiders1|Raider Skirmisher trp_bandit_n_raiders1_pl|Raider Skirmishers trp_bandit_n_raiders2|Raider Horseman trp_bandit_n_raiders2_pl|Raider Horsemen trp_bandit_n_essoslooter|Desert Bandit trp_bandit_n_essoslooter_pl|Desert Bandits trp_bandit_n_dothraki|Desert Bandit trp_bandit_n_dothraki_pl|Desert Bandits trp_bandit_n_dothraki1|Desert Bandit trp_bandit_n_dothraki1_pl|Desert Bandits trp_bandit_n_dothraki2|Desert Bandit trp_bandit_n_dothraki2_pl|Desert Bandits trp_bandit_n_slavers|Slaver Leader trp_bandit_n_slavers_pl|Slaver Leaders trp_bandit_n_slavers1|Slaver Horseman trp_bandit_n_slavers1_pl|Slaver Horsemen trp_bandit_n_slavers2|Slaver Spearman trp_bandit_n_slavers2_pl|Slaver Spearmen trp_bandit_n_pirates|Rhoynar Bandit trp_bandit_n_pirates_pl|Rhoynar Bandits trp_bandit_n_pirates1|Rhoynar Archer trp_bandit_n_pirates1_pl|Rhoynar Archers trp_bandit_n_escapedslave|Slave Leader trp_bandit_n_escapedslave_pl|Slave Leaders trp_bandit_n_escapedslave1|Slave trp_bandit_n_escapedslave1_pl|Slaves trp_bandit_n_wildling_archer|Wildling Archer trp_bandit_n_wildling_archer_pl|Wildling Archers trp_bandit_n_dothraki_archer|Dothraki Archer trp_bandit_n_dothraki_archer_pl|Dothraki Archers trp_bandit_n_wildling_spearwifes|Wildling Spearwife trp_bandit_n_wildling_spearwifes_pl|Wildling Spearwives trp_event_young_noblemen|Young Nobleman trp_event_young_noblemen_pl|Young Nobleman trp_event_bandits|Bandit trp_event_bandits_pl|Bandits trp_event_religious_fanatic_oldtown|Septon trp_event_religious_fanatic_oldtown_pl|Septon trp_event_religious_fanatic_volantis|Red Priest trp_event_religious_fanatic_volantis_pl|Red Priest trp_event_camp_followers|Camp Follower trp_event_camp_followers_pl|Camp Followers trp_event_singer|Singer trp_event_singer_pl|Singers trp_event_lute_player|Lute Player trp_event_lute_player_pl|Lute Players trp_event_peasant|Peasant trp_event_peasant_pl|Peasants trp_event_peasant_female|Peasant trp_event_peasant_female_pl|Peasants trp_event_plump_bastard|Bastard trp_event_plump_bastard_pl|Bastard trp_goldcloak_1|Gold Cloak Glaiveman trp_goldcloak_1_pl|Gold Cloak Glaivemen trp_goldcloak_2|Gold Cloak Man-at-Arms trp_goldcloak_2_pl|Gold Cloak Men-at-Arms trp_goldcloak_3|Gold Cloak Archer trp_goldcloak_3_pl|Gold Cloak Archers trp_goldcloak_4|Gold Cloak Longbowman trp_goldcloak_4_pl|Gold Cloak Longbowmen trp_goldcloak_5|Gold Cloak Officer trp_goldcloak_5_pl|Gold Cloak Officers trp_wight_1|Wight trp_wight_1_pl|Wight trp_wight_2|Wight trp_wight_2_pl|Wight trp_wight_3|Wight trp_wight_3_pl|Wight trp_wight_4|Wight trp_wight_4_pl|Wight trp_wight_5|Wight trp_wight_5_pl|Wight trp_wight_6|Wight trp_wight_6_pl|Wight trp_wight_7|Decrepit Wight trp_wight_7_pl|Decrepit Wight trp_wight_8|Wight trp_wight_8_pl|Wight trp_unsullied|Unsullied trp_unsullied_pl|Unsullied trp_special_troop_bandit|Outlaw trp_special_troop_bandit_pl|Outlaws trp_special_troop_lair_pirate|Pirate Guard trp_special_troop_lair_pirate_pl|Pirate Guards trp_special_troop_lair_slaver|Slaver Guard trp_special_troop_lair_slaver_pl|Slaver Guards trp_special_troop_lair_raider|Raider Guard trp_special_troop_lair_raider_pl|Raider Guards trp_special_troop_lair_outlaw|Outlaw Guard trp_special_troop_lair_outlaw_pl|Outlaw Guards trp_special_troop_lair_kingswood|Kingswood Outlaw trp_special_troop_lair_kingswood_pl|Kingswood Outlaws trp_special_troop_lair_sellsword|Sellsword Camp Guard trp_special_troop_lair_sellsword_pl|Sellsword Camp Guards trp_beggar|Beggar trp_beggar_pl|Beggar trp_silent_brother|Silent Brother trp_silent_brother_pl|Silent Brother trp_village_walker_prop_1|Villager trp_village_walker_prop_1_pl|Villagers trp_village_walker_prop_2|Villager trp_village_walker_prop_2_pl|Villagers trp_village_walker_prop_3|Villager trp_village_walker_prop_3_pl|Villagers trp_village_walker_prop_4|Villager trp_village_walker_prop_4_pl|Villagers trp_village_walker_prop_5|Villager trp_village_walker_prop_5_pl|Villagers trp_village_walker_prop_6|Villager trp_village_walker_prop_6_pl|Villagers trp_village_guard|Village Guardsman trp_village_guard_pl|Village Guardsmen trp_stonemason|Stonemason trp_stonemason_pl|Stonemason trp_blacksmith|Blacksmith trp_blacksmith_pl|Blacksmith trp_clown|Acrobat trp_clown_pl|Acrobat trp_town_guard|City Watchman trp_town_guard_pl|City Watchmen trp_unsullied_guard|Unsullied trp_unsullied_guard_pl|Unsullied trp_lute_player|Bard trp_lute_player_pl|Bard trp_gold_cloak_guard|Gold Cloak trp_gold_cloak_guard_pl|Gold Cloak trp_nights_watch_guard|Ranger trp_nights_watch_guard_pl|Ranger trp_begging_brother|Silent Brother trp_begging_brother_pl|Silent Brother trp_slave|Slave trp_slave_pl|Slave trp_courtier|Courtier trp_courtier_pl|Courtier trp_servant|Servant trp_servant_pl|Servant trp_dothraki_sitting|Dothraki trp_dothraki_sitting_pl|Dothraki trp_golden_company_knight|Golden Company Knight trp_golden_company_knight_pl|Golden Company Knights trp_golden_company_squire|Golden Company Squire trp_golden_company_squire_pl|Golden Company Squires trp_golden_company_archer|Golden Company Archer trp_golden_company_archer_pl|Golden Company Archer trp_golden_company_man_at_arms|Golden Company Man-at-Arms trp_golden_company_man_at_arms_pl|Golden Company Men-at-Arms trp_bandit_n_black_khergit_horseman|Black Khergit Horseman trp_bandit_n_black_khergit_horseman_pl|Black Khergit Horsemen trp_bandit_n_manhunter|Manhunter trp_bandit_n_manhunter_pl|Manhunters trp_bandit_n_slave_driver|Slave Driver trp_bandit_n_slave_driver_pl|Slave Drivers trp_bandit_n_slave_hunter|Slave Hunter trp_bandit_n_slave_hunter_pl|Slave Hunters trp_bandit_n_slave_crusher|Slave Crusher trp_bandit_n_slave_crusher_pl|Slave Crushers trp_bandit_n_slaver_chief|Slaver Chief trp_bandit_n_slaver_chief_pl|Slaver Chiefs trp_bandit_r_looter|Looter trp_bandit_r_looter_pl|Looters trp_bandit_r_bandit|Bandit trp_bandit_r_bandit_pl|Bandits trp_bandit_r_brigand|Brigand trp_bandit_r_brigand_pl|Brigands trp_bandit_r_mountain|Mountain Bandit trp_bandit_r_mountain_pl|Mountain Bandits trp_bandit_r_forest|Forest Bandit trp_bandit_r_forest_pl|Forest Bandits trp_bandit_r_sea_raider|Pirate trp_bandit_r_sea_raider_pl|Pirates trp_bandit_r_steppe|Steppe Bandit trp_bandit_r_steppe_pl|Steppe Bandits trp_bandit_r_taiga|Taiga Bandit trp_bandit_r_taiga_pl|Taiga Bandits trp_bandit_r_desert|Desert Bandit trp_bandit_r_desert_pl|Desert Bandits trp_bandit_r_black_khergit_horseman|Black Khergit Horseman trp_bandit_r_black_khergit_horseman_pl|Black Khergit Horsemen trp_bandit_r_manhunter|Manhunter trp_bandit_r_manhunter_pl|Manhunters trp_bandit_r_slave_driver|Slave Driver trp_bandit_r_slave_driver_pl|Slave Drivers trp_bandit_r_slave_hunter|Slave Hunter trp_bandit_r_slave_hunter_pl|Slave Hunters trp_bandit_r_slave_crusher|Slave Crusher trp_bandit_r_slave_crusher_pl|Slave Crushers trp_bandit_r_slaver_chief|Slaver Chief trp_bandit_r_slaver_chief_pl|Slaver Chiefs trp_bandit_e_looter|Looter trp_bandit_e_looter_pl|Looters trp_bandit_e_bandit|Bandit trp_bandit_e_bandit_pl|Bandits trp_bandit_e_brigand|Brigand trp_bandit_e_brigand_pl|Brigands trp_bandit_e_mountain|Mountain Bandit trp_bandit_e_mountain_pl|Mountain Bandits trp_bandit_e_forest|Forest Bandit trp_bandit_e_forest_pl|Forest Bandits trp_bandit_e_sea_raider|Pirate Captain trp_bandit_e_sea_raider_pl|Pirate Captains trp_bandit_e_sea_raider1|Pirate Man-at-Arms trp_bandit_e_sea_raider1_pl|Pirate Men-at-Arms trp_bandit_e_sea_raider2|Pirate Archer trp_bandit_e_sea_raider2_pl|Pirate Archers trp_bandit_e_steppe|Dothraki Ko trp_bandit_e_steppe_pl|Dothraki Ko trp_bandit_e_steppe1|Dothraki Warrior trp_bandit_e_steppe1_pl|Dothraki Warriors trp_bandit_e_steppe2|Dothraki Archer trp_bandit_e_steppe2_pl|Dothraki Archers trp_bandit_e_taiga|Wildling Leader trp_bandit_e_taiga_pl|Wildling Leaders trp_bandit_e_taiga1|Wildling Warrior trp_bandit_e_taiga1_pl|Wildling Warriors trp_bandit_e_taiga2|Wildling Archer trp_bandit_e_taiga2_pl|Wildling Archer trp_wildling_spearwife|Wildling Spearwife trp_wildling_spearwife_pl|Wildling Spearwives trp_bandit_e_desert|Outlaw Leader trp_bandit_e_desert_pl|Outlaw Leaders trp_bandit_e_desert1|Outlaw Horseman trp_bandit_e_desert1_pl|Outlaw Horsemen trp_bandit_e_desert2|Outlaw Skirmisher trp_bandit_e_desert2_pl|Outlaw Skirmishers trp_bandit_e_outlaw|Desert Bandit trp_bandit_e_outlaw_pl|Desert Bandits trp_bandit_e_outlaw1|Outlaw Man-at-Arms trp_bandit_e_outlaw1_pl|Outlaw Men-at-Arms trp_bandit_e_valemen|Desert Bandit trp_bandit_e_valemen_pl|Desert Bandits trp_bandit_e_valemen1|Desert Bandit trp_bandit_e_valemen1_pl|Desert Bandits trp_bandit_e_valemen2|Desert Bandit trp_bandit_e_valemen2_pl|Desert Bandits trp_bandit_e_raiders|Desert Bandit trp_bandit_e_raiders_pl|Desert Bandits trp_bandit_e_raiders1|Desert Bandit trp_bandit_e_raiders1_pl|Desert Bandits trp_bandit_e_raiders2|Desert Bandit trp_bandit_e_raiders2_pl|Desert Bandits trp_bandit_e_essoslooter|Desert Bandit trp_bandit_e_essoslooter_pl|Desert Bandits trp_bandit_e_dothraki|Desert Bandit trp_bandit_e_dothraki_pl|Desert Bandits trp_bandit_e_dothraki1|Desert Bandit trp_bandit_e_dothraki1_pl|Desert Bandits trp_bandit_e_dothraki2|Desert Bandit trp_bandit_e_dothraki2_pl|Desert Bandits trp_bandit_e_slavers|Desert Bandit trp_bandit_e_slavers_pl|Desert Bandits trp_bandit_e_slavers1|Desert Bandit trp_bandit_e_slavers1_pl|Desert Bandits trp_bandit_e_slavers2|Desert Bandit trp_bandit_e_slavers2_pl|Desert Bandits trp_bandit_e_pirates|Desert Bandit trp_bandit_e_pirates_pl|Desert Bandits trp_bandit_e_pirates1|Desert Bandit trp_bandit_e_pirates1_pl|Desert Bandits trp_bandit_e_escapedslave|Desert Bandit trp_bandit_e_escapedslave_pl|Desert Bandits trp_bandit_e_escapedslave1|Desert Bandit trp_bandit_e_escapedslave1_pl|Desert Bandits trp_bandit_e_black_khergit_horseman|Black Khergit Horseman trp_bandit_e_black_khergit_horseman_pl|Black Khergit Horsemen trp_bandit_e_manhunter|Manhunter trp_bandit_e_manhunter_pl|Manhunters trp_bandit_e_slave_driver|Slave Driver trp_bandit_e_slave_driver_pl|Slave Drivers trp_bandit_e_slave_hunter|Slave Hunter trp_bandit_e_slave_hunter_pl|Slave Hunters trp_bandit_e_slave_crusher|Slave Crusher trp_bandit_e_slave_crusher_pl|Slave Crushers trp_bandit_e_slaver_chief|Slaver Chief trp_bandit_e_slaver_chief_pl|Slaver Chiefs trp_woman_n_refugee|Refugee trp_woman_n_refugee_pl|Refugees trp_woman_r_refugee|Female Sellsword Tier Two trp_woman_r_refugee_pl|Female Sellsword Tier Two trp_woman_e_refugee|Peasant Woman trp_woman_e_refugee_pl|Peasant Women trp_caravan_master|Caravan Master trp_caravan_master_pl|Caravan Masters trp_kidnapped_girl|Kidnapped Maiden trp_kidnapped_girl_pl|Kidnapped Maidens trp_kidnapped_wife|Miller's Wife trp_kidnapped_wife_pl|Miller's Wives trp_wedding_guest|Wedding Guest trp_wedding_guest_pl|Wedding Guests trp_swadian_town_walker_m_average|Townsman trp_swadian_town_walker_m_average_pl|Townsmen trp_swadian_town_walker_f_average|Townswoman trp_swadian_town_walker_f_average_pl|Townswomen trp_vaegir_town_walker_m_average|Townsman trp_vaegir_town_walker_m_average_pl|Townsmen trp_vaegir_town_walker_f_average|Townswoman trp_vaegir_town_walker_f_average_pl|Townswomen trp_khergit_town_walker_m_average|Citizen trp_khergit_town_walker_m_average_pl|Citizens trp_khergit_town_walker_f_average|Citizen trp_khergit_town_walker_f_average_pl|Citizens trp_nord_town_walker_m_average|Townsman trp_nord_town_walker_m_average_pl|Townsmen trp_nord_town_walker_f_average|Townswoman trp_nord_town_walker_f_average_pl|Townswomen trp_rhodok_town_walker_m_average|Citizen trp_rhodok_town_walker_m_average_pl|Citizen trp_rhodok_town_walker_f_average|Citizen trp_rhodok_town_walker_f_average_pl|Citizens trp_sarranid_town_walker_m_average|Townsman trp_sarranid_town_walker_m_average_pl|Townsmen trp_sarranid_town_walker_f_average|Townswoman trp_sarranid_town_walker_f_average_pl|Townswomen trp_town_walker_m_average|Townsman trp_town_walker_m_average_pl|Townsmen trp_town_walker_f_average|Townswoman trp_town_walker_f_average_pl|Townswomen trp_swadian_village_walker_m_average|Villager trp_swadian_village_walker_m_average_pl|Villagers trp_swadian_village_walker_f_average|Villager trp_swadian_village_walker_f_average_pl|Villagers trp_vaegir_village_walker_m_average|Villager trp_vaegir_village_walker_m_average_pl|Villagers trp_vaegir_village_walker_f_average|Villager trp_vaegir_village_walker_f_average_pl|Villagers trp_khergit_village_walker_m_average|Villager trp_khergit_village_walker_m_average_pl|Villagers trp_khergit_village_walker_f_average|Villager trp_khergit_village_walker_f_average_pl|Villagers trp_nord_village_walker_m_average|Villager trp_nord_village_walker_m_average_pl|Villagers trp_nord_village_walker_f_average|Villager trp_nord_village_walker_f_average_pl|Villagers trp_rhodok_village_walker_m_average|Villager trp_rhodok_village_walker_m_average_pl|Villagers trp_rhodok_village_walker_f_average|Villager trp_rhodok_village_walker_f_average_pl|Villagers trp_sarranid_village_walker_m_average|Villager trp_sarranid_village_walker_m_average_pl|Villagers trp_sarranid_village_walker_f_average|Villager trp_sarranid_village_walker_f_average_pl|Villagers trp_village_walker_m_average|Villager trp_village_walker_m_average_pl|Villagers trp_village_walker_f_average|Villager trp_village_walker_f_average_pl|Villagers trp_swadian_spy_walker_1|Townsman trp_swadian_spy_walker_1_pl|Townsmen trp_swadian_spy_walker_2|Townswoman trp_swadian_spy_walker_2_pl|Townswomen trp_vaegir_spy_walker_1|Townsman trp_vaegir_spy_walker_1_pl|Townsmen trp_vaegir_spy_walker_2|Townswoman trp_vaegir_spy_walker_2_pl|Townswomen trp_khergit_spy_walker_1|Townsman trp_khergit_spy_walker_1_pl|Townsmen trp_khergit_spy_walker_2|Townswoman trp_khergit_spy_walker_2_pl|Townswomen trp_nord_spy_walker_1|Townsman trp_nord_spy_walker_1_pl|Townsmen trp_nord_spy_walker_2|Townswoman trp_nord_spy_walker_2_pl|Townswomen trp_rhodok_spy_walker_1|Townsman trp_rhodok_spy_walker_1_pl|Townsmen trp_rhodok_spy_walker_2|Townswoman trp_rhodok_spy_walker_2_pl|Townswomen trp_sarranid_spy_walker_1|Townsman trp_sarranid_spy_walker_1_pl|Townsmen trp_sarranid_spy_walker_2|Townswoman trp_sarranid_spy_walker_2_pl|Townswomen trp_spy_walker_1|Townsman trp_spy_walker_1_pl|Townsmen trp_spy_walker_2|Townswoman trp_spy_walker_2_pl|Townswomen trp_tournament_master|Tournament Master Ulricus trp_tournament_master_pl|Tournament Master Ulricus trp_trainer|Trainer Hugo trp_trainer_pl|Trainer Hugo trp_constable_hareck|Constable Hareck trp_constable_hareck_pl|Constable Hareck trp_ramun_the_slave_trader|Ramun trp_ramun_the_slave_trader_pl|Ramun trp_guide|Quick Jimmy trp_guide_pl|Quick Jimmy trp_xerina|Ser Baelor Donniger trp_xerina_pl|Ser Baelor Donniger trp_dranton|Ser Andros Egen trp_dranton_pl|Ser Andros Egen trp_kradus|Ser Patrek Hersy trp_kradus_pl|Ser Patrek Hersy trp_westeros_arena_1|Ser Rogar Manning trp_westeros_arena_1_pl|Ser Rogar Manning trp_westeros_arena_2|Ser Thaddeus Orme trp_westeros_arena_2_pl|Ser Thaddeus Orme trp_westeros_arena_3|Ser Duncan Rhysling trp_westeros_arena_3_pl|Ser Duncan Rhysling trp_westeros_arena_4|Ser Devan Grell trp_westeros_arena_4_pl|Ser Devan Grell trp_westeros_arena_5|Ser Patrek Flowers trp_westeros_arena_5_pl|Ser Patrek Flowers trp_westeros_arena_6|Ser Walder of Woodmere trp_westeros_arena_6_pl|Ser Walder of Woodmere trp_westeros_arena_7|Ser Harrold Lychester trp_westeros_arena_7_pl|Ser Harrold Lychester trp_north_arena_1|Ser Dalton Condon trp_north_arena_1_pl|Ser Dalton Condon trp_north_arena_2|Aggar Kenning trp_north_arena_2_pl|Aggar Kenning trp_north_arena_3|Harlan Ironsmith trp_north_arena_3_pl|Harlan Ironsmith trp_north_arena_4|Ser Hugo Waterman trp_north_arena_4_pl|Ser Hugo Waterman trp_north_arena_5|Brandon Norrey trp_north_arena_5_pl|Brandon Norrey trp_north_arena_6|Lothor the Lean trp_north_arena_6_pl|Lothor the Lean trp_north_arena_7|Morgan Longstride trp_north_arena_7_pl|Morgan Longstride trp_essos_north_arena_1|Lysaro Forin trp_essos_north_arena_1_pl|Lysaro Forin trp_essos_north_arena_2|Vogapho Naerolis trp_essos_north_arena_2_pl|Vogapho Naerolis trp_essos_north_arena_3|Vogynno Fylloris trp_essos_north_arena_3_pl|Vogynno Fylloris trp_essos_north_arena_4|Moredo of Braavos trp_essos_north_arena_4_pl|Moredo of Braavos trp_essos_north_arena_5|Jasat the Laughing Snake trp_essos_north_arena_5_pl|Jasat the Laughing Snake trp_essos_north_arena_6|Ser Corwyn of Gulltown trp_essos_north_arena_6_pl|Ser Corwyn of Gulltown trp_essos_north_arena_7|Losho trp_essos_north_arena_7_pl|Losho trp_essos_south_arena_1|Vorylla the Viper trp_essos_south_arena_1_pl|Vorylla the Viper trp_essos_south_arena_2|Zhamdal zo Hahlu trp_essos_south_arena_2_pl|Zhamdal zo Hahlu trp_essos_south_arena_3|Daggo trp_essos_south_arena_3_pl|Daggo trp_essos_south_arena_4|Fono the Hunter trp_essos_south_arena_4_pl|Fono the Hunter trp_essos_south_arena_5|Sandoq trp_essos_south_arena_5_pl|Sandoq trp_essos_south_arena_6|Qyle the Dornishman trp_essos_south_arena_6_pl|Qyle the Dornishman trp_essos_south_arena_7|Qhokkotho trp_essos_south_arena_7_pl|Qhokkotho trp_dornish_arena_1|Ser Myles Sand trp_dornish_arena_1_pl|Ser Myles Sand trp_dornish_arena_2|Ser Gerris of Wyl trp_dornish_arena_2_pl|Ser Gerris of Wyl trp_dornish_arena_3|Ser Desmond of the Greenblood trp_dornish_arena_3_pl|Ser Desmond of the Greenblood trp_dornish_arena_4|Yoren trp_dornish_arena_4_pl|Yoren trp_dornish_arena_5|Lazynno Bambasto trp_dornish_arena_5_pl|Lazynno Bambasto trp_dornish_arena_6|Tregar the Brute trp_dornish_arena_6_pl|Tregar the Brute trp_dornish_arena_7|Ser Addam Wells trp_dornish_arena_7_pl|Ser Addam Wells trp_tutorial_trainer|Training Ground Master Ladislaus trp_tutorial_trainer_pl|Training Ground Master Ladislaus trp_galeas|Galeas trp_galeas_pl|Galeas trp_farmer_from_bandit_village|Worried Farmer trp_farmer_from_bandit_village_pl|Worried Farmers trp_trainer_1|Trainer trp_trainer_1_pl|Trainer trp_trainer_2|Trainer trp_trainer_2_pl|Trainer trp_trainer_3|Trainer trp_trainer_3_pl|Trainer trp_trainer_4|Trainer trp_trainer_4_pl|Trainer trp_trainer_5|Trainer trp_trainer_5_pl|Trainer trp_ransom_broker_1|Marello the Slave Trader trp_ransom_broker_1_pl|Marello the Slave Trader trp_ransom_broker_2|Ballario the Slave Trader trp_ransom_broker_2_pl|Ballario the Slave Trader trp_ransom_broker_3|Bezzaq the Slave Trader trp_ransom_broker_3_pl|Bezzaq the Slave Trader trp_ransom_broker_4|Nondo the Slave Trader trp_ransom_broker_4_pl|Nondo the Slave Trader trp_ransom_broker_5|Vargys the Slave Trader trp_ransom_broker_5_pl|Vargys the Slave Trader trp_ransom_broker_6|Graznan the Slave Trader trp_ransom_broker_6_pl|Graznan the Slave Trader trp_ransom_broker_7|Salla the Slave Trader trp_ransom_broker_7_pl|Salla the Slave Trader trp_ransom_broker_8|Marro the Slave Trader trp_ransom_broker_8_pl|Marro the Slave Trader trp_ransom_broker_9|Terrio the Slave Trader trp_ransom_broker_9_pl|Terrio the Slave Trader trp_ransom_broker_10|Gyleno the Slave Trader trp_ransom_broker_10_pl|Gyleno the Slave Trader trp_tavern_traveler_1|Alyn the Traveller trp_tavern_traveler_1_pl|Alyn the Traveller trp_tavern_traveler_2|Barth the Traveller trp_tavern_traveler_2_pl|Barth the Traveller trp_tavern_traveler_3|Mero the Traveller trp_tavern_traveler_3_pl|Mero the Traveller trp_tavern_traveler_4|Willam the Traveller trp_tavern_traveler_4_pl|Willam the Traveller trp_tavern_traveler_5|Dick the Traveller trp_tavern_traveler_5_pl|Dick the Traveller trp_tavern_traveler_6|Ebrose the Traveller trp_tavern_traveler_6_pl|Ebrose the Traveller trp_tavern_traveler_7|Addam the Traveller trp_tavern_traveler_7_pl|Addam the Traveller trp_tavern_traveler_8|Dhorane the Traveller trp_tavern_traveler_8_pl|Dhorane the Traveller trp_tavern_traveler_9|Laro the Traveller trp_tavern_traveler_9_pl|Laro the Traveller trp_tavern_traveler_10|Joss the Traveller trp_tavern_traveler_10_pl|Joss the Traveller trp_tavern_bookseller_1|Waltyr the Scholar trp_tavern_bookseller_1_pl|Waltyr the Scholar trp_tavern_bookseller_2|Septon Ulbard trp_tavern_bookseller_2_pl|Septon Ulbard trp_tavern_minstrel_1|Alyn the Bard trp_tavern_minstrel_1_pl|Alyn the Bard trp_tavern_minstrel_2|Lymond the Bard trp_tavern_minstrel_2_pl|Lymond the Bard trp_tavern_minstrel_3|Byan the Bard trp_tavern_minstrel_3_pl|Byan the Bard trp_tavern_minstrel_4|Lucos the Bard trp_tavern_minstrel_4_pl|Lucos the Bard trp_tavern_minstrel_5|Manfred the Bard trp_tavern_minstrel_5_pl|Manfred the Bard trp_septon_1|Septon Raynard trp_septon_1_pl|Septon Raynard trp_septon_2|Septon Luceon trp_septon_2_pl|Septon Luceon trp_septon_3|Septon Armond trp_septon_3_pl|Septon Armond trp_septon_4|Septon Beron trp_septon_4_pl|Septon Beron trp_septon_5|Septon Halbert trp_septon_5_pl|Septon Halbert trp_septon_6|Septon Gwayne trp_septon_6_pl|Septon Gwayne trp_septon_7|Septon Donnel trp_septon_7_pl|Septon Donnel trp_septon_8|Septon Lyonel trp_septon_8_pl|Septon Lyonel trp_septon_9|Septon Mycah trp_septon_9_pl|Septon Mycah trp_septon_10|Septon Elwood trp_septon_10_pl|Septon Elwood trp_septon_11|Septon Allar trp_septon_11_pl|Septon Allar trp_septon_12|Septon Ambrose trp_septon_12_pl|Septon Ambrose trp_septon_13|Septon Bannen trp_septon_13_pl|Septon Bannen trp_septon_14|Septon Baelor trp_septon_14_pl|Septon Baelor trp_septon_15|Septon Desmond trp_septon_15_pl|Septon Desmond trp_septon_16|Septon Emmon trp_septon_16_pl|Septon Emmon trp_septon_17|Septon Robar trp_septon_17_pl|Septon Robar trp_septon_18|Septon Steffon trp_septon_18_pl|Septon Steffon trp_septon_19|Septon Terrence trp_septon_19_pl|Septon Terrence trp_septon_20|Septon Tybolt trp_septon_20_pl|Septon Tybolt trp_septon_21|Septon Umfred trp_septon_21_pl|Septon Umfred trp_septon_22|Septon Urron trp_septon_22_pl|Septon Urron trp_septon_23|Septon Chayle trp_septon_23_pl|Septon Chayle trp_septon_24|Septon Waldon trp_septon_24_pl|Septon Waldon trp_septon_25|Septon Walder trp_septon_25_pl|Septon Walder trp_septon_26|Septon Wyl trp_septon_26_pl|Septon Wyl trp_septon_27|Septon Mors trp_septon_27_pl|Septon Mors trp_septon_28|Septon Ygon trp_septon_28_pl|Septon Ygon trp_high_septon|High Septon trp_high_septon_pl|High Septon trp_drowned_god_1|Tarle the Thrice-Drowned trp_drowned_god_1_pl|Tarle the Thrice-Drowned trp_drowned_god_2|Blind Beron Blacktyde trp_drowned_god_2_pl|Blind Beron Blacktyde trp_drowned_god_3|The Old Grey Gull trp_drowned_god_3_pl|The Old Grey Gull trp_aeron_greyjoy|Aeron Greyjoy trp_aeron_greyjoy_pl|Aeron Greyjoy trp_red_priest_1|Yorko trp_red_priest_1_pl|Yorko trp_red_priest_2|Elquro trp_red_priest_2_pl|Elquro trp_red_priest_3|Terenno trp_red_priest_3_pl|Terenno trp_red_priest_4|Marenno trp_red_priest_4_pl|Marenno trp_red_priest_5|Yrros trp_red_priest_5_pl|Yrros trp_red_priest_6|Tohho trp_red_priest_6_pl|Tohho trp_red_priest_7|Valquro trp_red_priest_7_pl|Valquro trp_red_priest_8|Thomor trp_red_priest_8_pl|Thomor trp_red_priest_9|Sylos trp_red_priest_9_pl|Sylos trp_red_priest_10|Qotho trp_red_priest_10_pl|Qotho trp_benerro|Benerro trp_benerro_pl|Benerro trp_emmon_frey|Ser Emmon Frey trp_emmon_frey_pl|Ser Emmon Frey trp_marwyn|Archmaester Marwyn trp_marwyn_pl|Archmaester Marwyn trp_harry_the_heir|Harrold Hardyng trp_harry_the_heir_pl|Harrold Hardyng trp_tyrion|Tyrion Lannister trp_tyrion_pl|Tyrion Lannister trp_hotho_harlaw|Hotho Harlaw trp_hotho_harlaw_pl|Hotho Harlaw trp_musican_male|Singer trp_musican_male_pl|Singer trp_musican_female|Singer trp_musican_female_pl|Singer trp_musicans_end| trp_musicans_end_pl| trp_melisandre|Melisandre trp_melisandre_pl|Melisandre trp_shireen|Princess Shireen Baratheon trp_shireen_pl|Princess Shireen Baratheon trp_olenna|Olenna Redwyne trp_olenna_pl|Olenna Redwyne trp_arianne|Princess Arianne Martell trp_arianne_pl|Princess Arianne Martell trp_tommen|Prince Tommen Baratheon trp_tommen_pl|Prince Tommen Baratheon trp_myrcella|Princess Myrcella Baratheon trp_myrcella_pl|Princess Myrcella Baratheon trp_lanna|Lanna trp_lanna_pl|Lanna trp_old_nan|Old Nan trp_old_nan_pl|Old Nan trp_warlock|Xandarro Moth-Eater trp_warlock_pl|Xandarro Moth-Eater trp_zombie_man|Lysidos trp_zombie_man_pl|Lysidos trp_varys|Lord Varys trp_varys_pl|Lord Varys trp_littlefinger|Lord Petyr Baelish trp_littlefinger_pl|Lord Petyr Baelish trp_pycelle|Grand Maester Pycelle trp_pycelle_pl|Grand Maester Pycelle trp_lancel|Ser Lancel Lannister trp_lancel_pl|Ser Lancel Lannister trp_jalabhar|Jalabhar Xho trp_jalabhar_pl|Jalabhar Xho trp_aron_santagar|Ser Aron Santagar trp_aron_santagar_pl|Ser Aron Santagar trp_bronn|Bronn trp_bronn_pl|Bronn trp_joy_hill|Joy Hill trp_joy_hill_pl|Joy Hill trp_creylen|Maester Creylen trp_creylen_pl|Maester Creylen trp_benedict_broom|Ser Benedict Broom trp_benedict_broom_pl|Ser Benedict Broom trp_whitesmile_wat|Whitesmile Wat trp_whitesmile_wat_pl|Whitesmile Wat trp_genna_lannister|Genna Lannister trp_genna_lannister_pl|Genna Lannister trp_rolph_spicer|Ser Rolph Spicer trp_rolph_spicer_pl|Ser Rolph Spicer trp_rufus_leek|Rufus Leek trp_rufus_leek_pl|Rufus Leek trp_polliver|Polliver trp_polliver_pl|Polliver trp_chiswyck|Chiswyck trp_chiswyck_pl|Chiswyck trp_rafford|Raff the Sweetling trp_rafford_pl|Raff the Sweetling trp_dunsen|Dunsen trp_dunsen_pl|Dunsen trp_tickler|The Tickler trp_tickler_pl|The Tickler trp_aurane|Aurane Waters trp_aurane_pl|Aurane Waters trp_jurne|Maester Jurne trp_jurne_pl|Maester Jurne trp_colen|Ser Colen of Greenpools trp_colen_pl|Ser Colen of Greenpools trp_jommy|Jommy trp_jommy_pl|Jommy trp_nysterica|Septa Nysterica trp_nysterica_pl|Septa Nysterica trp_lomys|Maester Lomys trp_lomys_pl|Maester Lomys trp_galyeon|Galyeon of Cuy trp_galyeon_pl|Galyeon of Cuy trp_ballabar|Maester Ballabar trp_ballabar_pl|Maester Ballabar trp_moryn|Ser Moryn Tyrell trp_moryn_pl|Ser Moryn Tyrell trp_norren|Archmaester Norren trp_norren_pl|Archmaester Norren trp_walgrave|Archmaester Walgrave trp_walgrave_pl|Archmaester Walgrave trp_theobald|Archmaester Theobald trp_theobald_pl|Archmaester Theobald trp_leyton|Lord Leyton Hightower trp_leyton_pl|Lord Leyton Hightower trp_garin|Garin trp_garin_pl|Garin trp_myles|Maester Myles trp_myles_pl|Maester Myles trp_ricasso|Ricasso trp_ricasso_pl|Ricasso trp_manfrey|Ser Manfrey Martell trp_manfrey_pl|Ser Manfrey Martell trp_kedry|Maester Kedry trp_kedry_pl|Maester Kedry trp_vyman|Maester Vyman trp_vyman_pl|Maester Vyman trp_desmond|Ser Desmond Grell trp_desmond_pl|Ser Desmond Grell trp_utherydes|Utherydes Wayn trp_utherydes_pl|Utherydes Wayn trp_catelyn|Catelyn Tully trp_catelyn_pl|Catelyn Tully trp_lysa|Lysa Tully trp_lysa_pl|Lysa Tully trp_marillion|Marillion trp_marillion_pl|Marillion trp_colemon|Maester Colemon trp_colemon_pl|Maester Colemon trp_myranda|Myranda Royce trp_myranda_pl|Myranda Royce trp_mya_stone|Mya Stone trp_mya_stone_pl|Mya Stone trp_helliweg|Maester Helliweg trp_helliweg_pl|Maester Helliweg trp_wendamyr|Maester Wendamyr trp_wendamyr_pl|Maester Wendamyr trp_helya|Helya trp_helya_pl|Helya trp_gwynesse|Gwynesse Harlaw trp_gwynesse_pl|Gwynesse Harlaw trp_alannys|Alannys Harlaw trp_alannys_pl|Alannys Harlaw trp_luwin|Maester Luwin trp_luwin_pl|Maester Luwin trp_theomore|Maester Theomore trp_theomore_pl|Maester Theomore trp_bartimus|Ser Bartimus trp_bartimus_pl|Ser Bartimus trp_marlon|Ser Marlon Manderly trp_marlon_pl|Ser Marlon Manderly trp_walton|Steelshanks Walton trp_walton_pl|Steelshanks Walton trp_tybald|Maester Tybald trp_tybald_pl|Maester Tybald trp_iron_bank_loan|Tycho Nestoris trp_iron_bank_loan_pl|Tycho Nestoris trp_iron_bank_noho|Noho Dimittis trp_iron_bank_noho_pl|Noho Dimittis trp_geddard|Geddard trp_geddard_pl|Geddard trp_amory_lorch_1|Ser Amory Lorch trp_amory_lorch_1_pl|Ser Amory Lorch trp_amory_lorch_2|Ser Amory Lorch trp_amory_lorch_2_pl|Ser Amory Lorch trp_oldtown_jon|Ser Jon Cupps trp_oldtown_jon_pl|Ser Jon Cupps trp_oldtown_tournament_master|Tourney Master trp_oldtown_tournament_master_pl|Tourney Master trp_oldtown_knight_1|Ser Desmond Redwyne trp_oldtown_knight_1_pl|Ser Desmond Redwyne trp_oldtown_knight_2|Ser Gunthor Hightower trp_oldtown_knight_2_pl|Ser Gunthor Hightower trp_oldtown_knight_3|Ser Owen Inchfield trp_oldtown_knight_3_pl|Ser Owen Inchfield trp_oldtown_knight_4|Ser Rycherd Crane trp_oldtown_knight_4_pl|Ser Rycherd Crane trp_oldtown_knight_5|Ser Willam Wythers trp_oldtown_knight_5_pl|Ser Willam Wythers trp_oldtown_knight_6|Ser Leo Tyrell trp_oldtown_knight_6_pl|Ser Leo Tyrell trp_winged_gyles|Gyles Grafton trp_winged_gyles_pl|Gyles Grafton trp_winged_colemon|Maester Colemon trp_winged_colemon_pl|Maester Colemon trp_winged_tournament_master|Tourney Master trp_winged_tournament_master_pl|Tourney Master trp_winged_knight_1|Ser Andrew Tollett trp_winged_knight_1_pl|Ser Andrew Tollett trp_winged_knight_2|Ser Targon the Halfwild trp_winged_knight_2_pl|Ser Targon the Halfwild trp_winged_knight_3|Ser Roland Waynwood trp_winged_knight_3_pl|Ser Roland Waynwood trp_winged_knight_4|Ser Harrold Hardyng trp_winged_knight_4_pl|Ser Harrold Hardyng trp_winged_knight_5|Ser Owen Breakstone trp_winged_knight_5_pl|Ser Owen Breakstone trp_winged_knight_6|Ser Lyn Corbray trp_winged_knight_6_pl|Ser Lyn Corbray trp_bored_bywater|Ser Jacelyn Bywater trp_bored_bywater_pl|Ser Jacelyn Bywater trp_bored_tournament_master|Steward trp_bored_tournament_master_pl|Steward trp_bored_knight_1|Morros Slynt trp_bored_knight_1_pl|Morros Slynt trp_bored_knight_2|Ser Balon Swann trp_bored_knight_2_pl|Ser Balon Swann trp_bored_knight_3|Ser Horas Redwyne trp_bored_knight_3_pl|Ser Horas Redwyne trp_bored_knight_4|Lothor Brune trp_bored_knight_4_pl|Lothor Brune trp_bored_knight_5|Ser Harrold of the Silver Griffins trp_bored_knight_5_pl|Ser Harrold of the Silver Griffins trp_bored_knight_6|Sandor Clegane trp_bored_knight_6_pl|Sandor Clegane trp_brothers_vylarr|Vylarr trp_brothers_vylarr_pl|Vylarr trp_wildfire_npc_0|Manfred trp_wildfire_npc_0_pl|Manfred trp_wildfire_npc_1|Septon Germund trp_wildfire_npc_1_pl|Septon Germund trp_wildfire_npc_2|Frightened Woman trp_wildfire_npc_2_pl|Frightened Woman trp_wildfire_npc_3|Goodwife Myra trp_wildfire_npc_3_pl|Goodwife Myra trp_wildfire_npc_4|Jess trp_wildfire_npc_4_pl|Jess trp_wildfire_npc_5|Old Man trp_wildfire_npc_5_pl|Old Man trp_wildfire_npc_6|Gerold trp_wildfire_npc_6_pl|Gerold trp_wildfire_npc_7|Septon Germund trp_wildfire_npc_7_pl|Septon Germund trp_nw_quest_starter|Gueren trp_nw_quest_starter_pl|Gueren trp_nw_main_quest_first_1|Maester Aemon trp_nw_main_quest_first_1_pl|Maester Aemon trp_nw_main_quest_first_2|Maester Aemon trp_nw_main_quest_first_2_pl|Maester Aemon trp_nw_styr|Styr, Magnar of Thenn trp_nw_styr_pl|Styr, Magnar of Thenn trp_nw_ygritte|Ygritte trp_nw_ygritte_pl|Ygritte trp_nw_big_boil|Big Boil trp_nw_big_boil_pl|Big Boil trp_nw_thenn|Thenn trp_nw_thenn_pl|Thenn trp_nw_spearwife|Spearwife trp_nw_spearwife_pl|Spearwives trp_nw_raider|Wildling Raider trp_nw_raider_pl|Wildling Raiders trp_nw_raider_archer|Wildling Archer trp_nw_raider_archer_pl|Wildling Archers trp_nights_watch_ranger|Ranger trp_nights_watch_ranger_pl|Rangers trp_nights_watch_archer|Ranger trp_nights_watch_archer_pl|Rangers trp_nw_main_quest_second_1|Cotter Pyke trp_nw_main_quest_second_1_pl|Cotter Pyke trp_nw_main_quest_second_2|Maester Aemon trp_nw_main_quest_second_2_pl|Maester Aemon trp_nw_main_quest_third_1|Ser Denys Mallister trp_nw_main_quest_third_1_pl|Ser Denys Mallister trp_nw_main_quest_third_2|Ser Denys Mallister trp_nw_main_quest_third_2_pl|Ser Denys Mallister trp_nw_weeper|The Weeper trp_nw_weeper_pl|The Weeper trp_nw_brogg|Brogg trp_nw_brogg_pl|Brogg trp_nw_gavin|Gavin the Trader trp_nw_gavin_pl|Gavin the Trader trp_nw_doss|Blind Doss trp_nw_doss_pl|Blind Doss trp_nw_bowen_marsh|Lord Bowen Marsh trp_nw_bowen_marsh_pl|Lord Bowen Marsh trp_nw_dolorous_edd|Eddison Tollett trp_nw_dolorous_edd_pl|Eddison Tollett trp_nw_endrew_tarth|Ser Endrew Tarth trp_nw_endrew_tarth_pl|Ser Endrew Tarth trp_nw_aladale_wynch|Ser Aladale Wynch trp_nw_aladale_wynch_pl|Ser Aladale Wynch trp_nw_wallace_massey|Wallace Massey trp_nw_wallace_massey_pl|Wallace Massey trp_nw_dywen|Dywen trp_nw_dywen_pl|Dywen trp_nw_main_quest_fourth_1|Maester Aemon trp_nw_main_quest_fourth_1_pl|Maester Aemon trp_nw_main_quest_fifth_1|Maester Aemon trp_nw_main_quest_fifth_1_pl|Maester Aemon trp_nw_main_quest_fifth_2|Jon Snow trp_nw_main_quest_fifth_2_pl|Jon Snow trp_nw_harma|Harma Dogshead trp_nw_harma_pl|Harma Dogshead trp_nw_wicker|Wicker trp_nw_wicker_pl|Wicker trp_nw_elgorn|Elgorn the Small trp_nw_elgorn_pl|Elgorn the Small trp_nw_kol|Kol trp_nw_kol_pl|Kol trp_nw_jon_snow|Jon Snow trp_nw_jon_snow_pl|Jon Snow trp_nw_pyp|Pyp trp_nw_pyp_pl|Pyp trp_nw_grenn|Grenn trp_nw_grenn_pl|Grenn trp_stark_soldier|Winterfell Man-at-Arms trp_stark_soldier_pl|Winterfell Men-at-Arms trp_stark_archer|Winterfell Archer trp_stark_archer_pl|Winterfell Archers trp_stark_horseman|Winterfell Serjeant trp_stark_horseman_pl|Winterfell Serjeants trp_ramsay_ramsay|Oron Heartseeker trp_ramsay_ramsay_pl|Oron Heartseeker trp_ramsay_reek|Klaw trp_ramsay_reek_pl|Klaw trp_ramsay_sour_alyn|Olborn trp_ramsay_sour_alyn_pl|Olborn trp_ramsay_damon|Damon trp_ramsay_damon_pl|Damon trp_ramsay_archer|Wildling Archer trp_ramsay_archer_pl|Wildling Archers trp_ramsay_spearman|Wildling Spearman trp_ramsay_spearman_pl|Wildling Spearmen trp_ramsay_swordsman|Wildling Raider trp_ramsay_swordsman_pl|Wildling Raiders trp_amory_soldier|Lannister Man-at-Arms trp_amory_soldier_pl|Lannister Men-at-Arms trp_amory_archer|Lannister Archer trp_amory_archer_pl|Lannister Archers trp_amory_horseman|Lannister Serjeant trp_amory_horseman_pl|Lannister Serjeants trp_beric_beric|Ser Beric Dondarrion trp_beric_beric_pl|Ser Beric Dondarrion trp_beric_lem|Lem Lemoncloak trp_beric_lem_pl|Lem Lemoncloak trp_beric_thoros|Thoros of Myr trp_beric_thoros_pl|Thoros of Myr trp_beric_anguy|Anguy the Archer trp_beric_anguy_pl|Anguy the Archer trp_beric_archer|Brotherhood Archer trp_beric_archer_pl|Brotherhood Archers trp_beric_spearman|Brotherhood Spearman trp_beric_spearman_pl|Brotherhood Spearman trp_beric_swordsman|Brotherhood Man-at-Arms trp_beric_swordsman_pl|Brotherhood Men-at-Arms trp_raidable_dothraki_1_merchant|Merchant trp_raidable_dothraki_1_merchant_pl|Merchant trp_raidable_dothraki_2_merchant|Merchant trp_raidable_dothraki_2_merchant_pl|Merchant trp_raidable_dothraki_1_npc|Dothraki trp_raidable_dothraki_1_npc_pl|Dothraki trp_raidable_dothraki_2_npc|Dothraki trp_raidable_dothraki_2_npc_pl|Dothraki trp_raidable_dothraki_3_npc|Dothraki trp_raidable_dothraki_3_npc_pl|Dothraki trp_raidable_dothraki_4_npc|Dothraki trp_raidable_dothraki_4_npc_pl|Dothraki trp_raidable_dothraki_5_npc|Dothraki trp_raidable_dothraki_5_npc_pl|Dothraki trp_raidable_dothraki_1_boss|Dothraki trp_raidable_dothraki_1_boss_pl|Dothraki trp_armor_kings_landing|Tobho Mott trp_armor_kings_landing_pl|Tobho Mott trp_raidable_caravan_market_1_merchant|Merchant trp_raidable_caravan_market_1_merchant_pl|Merchant trp_raidable_caravan_market_2_merchant|Merchant trp_raidable_caravan_market_2_merchant_pl|Merchant trp_raidable_caravan_market_1_npc|Dothraki trp_raidable_caravan_market_1_npc_pl|Dothraki trp_raidable_caravan_market_2_npc|Traveller trp_raidable_caravan_market_2_npc_pl|Traveller trp_raidable_caravan_market_3_npc|Traveller trp_raidable_caravan_market_3_npc_pl|Traveller trp_raidable_caravan_market_4_npc|Traveller trp_raidable_caravan_market_4_npc_pl|Traveller trp_raidable_caravan_market_5_npc|Traveller trp_raidable_caravan_market_5_npc_pl|Traveller trp_raidable_caravan_market_1_boss|Caravan Market Overseer trp_raidable_caravan_market_1_boss_pl|Caravan Market Overseer trp_raidable_dothraki_1|Dothraki Scout trp_raidable_dothraki_1_pl|Dothraki Scouts trp_raidable_dothraki_2|Veteran Dothraki Warrior trp_raidable_dothraki_2_pl|Veteran Dothraki Warriors trp_raidable_dothraki_3|Elite Dothraki Warrior trp_raidable_dothraki_3_pl|Elite Dothraki Warriors trp_raidable_dothraki_4|Dothraki Skirmisher trp_raidable_dothraki_4_pl|Dothraki Skirmishers trp_raidable_dothraki_5|Dothraki Screamer trp_raidable_dothraki_5_pl|Dothraki Screamers trp_raidable_caravan_market_1|Caravan Guard Spearman trp_raidable_caravan_market_1_pl|Caravan Guard Spearmen trp_raidable_caravan_market_2|Veteran Caravan Guard Spearman trp_raidable_caravan_market_2_pl|Veteran Caravan Guard Spearmen trp_raidable_caravan_market_3|Caravan Guard Archer trp_raidable_caravan_market_3_pl|Caravan Guard Archers trp_raidable_caravan_market_4|Caravan Guard Man-at-Arms trp_raidable_caravan_market_4_pl|Caravan Guard Men-at-Arms trp_raidable_caravan_market_5|Caravan Guard Serjeant trp_raidable_caravan_market_5_pl|Caravan Guard Serjeants trp_raidable_farm_1_merchant|Farmstead Elder trp_raidable_farm_1_merchant_pl|Farmstead Elders trp_raidable_farm_1_boss|Reeve trp_raidable_farm_1_boss_pl|Reeves trp_raidable_farm_1|Farmer trp_raidable_farm_1_pl|Farmers trp_raidable_farm_2|Farmer trp_raidable_farm_2_pl|Farmers trp_raidable_farm_3|Farmer trp_raidable_farm_3_pl|Farmers trp_raidable_farm_4|Farmer trp_raidable_farm_4_pl|Farmers trp_raidable_farm_5|Retired Man-at-Arms trp_raidable_farm_5_pl|Retired Men-at-Arms trp_raidable_sept_1_merchant|Elder Brother trp_raidable_sept_1_merchant_pl|Elder Brothers trp_raidable_sept_1|Silent Brother trp_raidable_sept_1_pl|Silent Brothers trp_raidable_sept_2|Silent Brother trp_raidable_sept_2_pl|Silent Brothers trp_raidable_sept_3|Silent Brother trp_raidable_sept_3_pl|Silent Brothers trp_raidable_sept_4|Silent Brother trp_raidable_sept_4_pl|Silent Brothers trp_raidable_sept_5|Silent Brother trp_raidable_sept_5_pl|Silent Brothers trp_nw_clydas|Clydas trp_nw_clydas_pl|Clydas trp_nw_black_jack|Black Jack Bulwer trp_nw_black_jack_pl|Black Jack Bulwer trp_nw_cellador|Septon Cellador trp_nw_cellador_pl|Septon Cellador trp_nw_deaf_dick|Deaf Dick Follard trp_nw_deaf_dick_pl|Deaf Dick Follard trp_nw_hobb|Hobb trp_nw_hobb_pl|Hobb trp_nw_harmune|Maester Harmune trp_nw_harmune_pl|Maester Harmune trp_nw_glendon|Ser Glendon Hewett trp_nw_glendon_pl|Ser Glendon Hewett trp_nw_daeron|Daeron trp_nw_daeron_pl|Daeron trp_nw_janos_slynt|Lord Janos Slynt trp_nw_janos_slynt_pl|Lord Janos Slynt trp_nw_mullin|Maester Mullin trp_nw_mullin_pl|Maester Mullin trp_nw_tom_barleycorn|Tom Barleycorn trp_nw_tom_barleycorn_pl|Tom Barleycorn trp_nw_luke|Luke of Longtown trp_nw_luke_pl|Luke of Longtown trp_stepstone_npc_0|Panta trp_stepstone_npc_0_pl|Panta trp_stepstone_npc_1|Magister Illyrio Mopatis trp_stepstone_npc_1_pl|Magister Illyrio Mopatis trp_stepstone_npc_2|Belandra Kheranes trp_stepstone_npc_2_pl|Belandra Kheranes trp_stepstone_npc_3|Ser Barristan Selmy trp_stepstone_npc_3_pl|Ser Barristan Selmy trp_stepstone_npc_4|Skahaz mo Kandaq trp_stepstone_npc_4_pl|Skahaz mo Kandaq trp_stepstone_npc_5|Horonno Samanes trp_stepstone_npc_5_pl|Horonno Samanes trp_stepstone_npc_6|Korale Kermanthes trp_stepstone_npc_6_pl|Korale Kermanthes trp_stepstone_npc_7|Magister Illyrio Mopatis trp_stepstone_npc_7_pl|Magister Illyrio Mopatis trp_stepstone_pirate_1|Pirate Captain trp_stepstone_pirate_1_pl|Pirate Captains trp_stepstone_pirate_2|Pirate trp_stepstone_pirate_2_pl|Pirate trp_stepstone_pirate_3|Pirate trp_stepstone_pirate_3_pl|Pirate trp_stepstone_pirate_4|Pirate trp_stepstone_pirate_4_pl|Pirate trp_stepstone_pirate_5|Pirate trp_stepstone_pirate_5_pl|Pirate trp_stepstone_pirate_6|Pirate trp_stepstone_pirate_6_pl|Pirate trp_stepstone_pirate_7|Pirate trp_stepstone_pirate_7_pl|Pirate trp_stepstone_pirate_8|Pirate trp_stepstone_pirate_8_pl|Pirate trp_sharako|Sharako trp_sharako_pl|Sharako trp_quaithe|Quaithe trp_quaithe_pl|Quaithe trp_bloodraven|Stranger trp_bloodraven_pl|The Three Eyed Crow trp_rat_cook|The Rat Cook trp_rat_cook_pl|The Rat Cook trp_mad_axe|Mad Axe trp_mad_axe_pl|Mad Axe trp_nights_king|The Night's King trp_nights_king_pl|The Night's King trp_haldon_halfmaester|Haldon Halfmaester trp_haldon_halfmaester_pl|Haldon Halfmaester trp_illyrio_mopatis_1|Magister Illyrio Mopatis trp_illyrio_mopatis_1_pl|Magister Illyrio Mopatis trp_illyrio_mopatis_2|Magister Illyrio Mopatis trp_illyrio_mopatis_2_pl|Magister Illyrio Mopatis trp_haldon_npc_1|Starving Outlaw trp_haldon_npc_1_pl|Starving Outlaws trp_haldon_npc_2|Starving Outlaw trp_haldon_npc_2_pl|Starving Outlaws trp_haldon_npc_3|Starving Outlaw trp_haldon_npc_3_pl|Starving Outlaws trp_haldon_npc_4|Outlaw trp_haldon_npc_4_pl|Outlaw trp_haldon_npc_5|Outlaw trp_haldon_npc_5_pl|Outlaw trp_haldon_npc_6|Outlaw trp_haldon_npc_6_pl|Outlaw trp_haldon_npc_7|Starving Outlaw trp_haldon_npc_7_pl|Starving Outlaw trp_haldon_npc_8|Outlaw trp_haldon_npc_8_pl|Outlaw trp_haldon_npc_9|Outlaw Leader trp_haldon_npc_9_pl|Outlaw Leaders trp_clansman_npc_0|Ser Marwyn Belmore trp_clansman_npc_0_pl|Ser Marwyn Belmore trp_clansman_npc_1|Lysa Tully trp_clansman_npc_1_pl|Lysa Tully trp_clansman_npc_2|Ser Albar Royce trp_clansman_npc_2_pl|Ser Albar Royce trp_clansman_npc_3|Jharys trp_clansman_npc_3_pl|Jharys trp_clansman_npc_4|Ser Myles trp_clansman_npc_4_pl|Ser Myles trp_clansman_npc_5|Maester Loren trp_clansman_npc_5_pl|Maester Loren trp_clansman_npc_6|Ser Armond Tollett trp_clansman_npc_6_pl|Ser Armond Tollett trp_clansman_npc_7|Lysa Tully trp_clansman_npc_7_pl|Lysa Tully trp_clansman_npc_8|Umar trp_clansman_npc_8_pl|Umar trp_varys_npc_1|Magister Illyrio Mopatis trp_varys_npc_1_pl|Magister Illyrio Mopatis trp_varys_npc_2|Rugen trp_varys_npc_2_pl|Rugen trp_varys_npc_3|Magister Illyrio Mopatis trp_varys_npc_3_pl|Magister Illyrio Mopatis trp_varys_npc_4|Ser Rolly Duckfield trp_varys_npc_4_pl|Ser Rolly Duckfield trp_varys_npc_5|Magister Illyrio Mopatis trp_varys_npc_5_pl|Magister Illyrio Mopatis trp_varys_npc_6|Rennifer Longwaters trp_varys_npc_6_pl|Rennifer Longwaters trp_varys_npc_7|Rugen trp_varys_npc_7_pl|Rugen trp_varys_npc_8|Septon Allard trp_varys_npc_8_pl|Septon Allard trp_varys_npc_9_finish|Maester Caleotte trp_varys_npc_9_finish_pl|Maester Caleotte trp_sitting_down_starter|Prince Doran Martell trp_sitting_down_starter_pl|Prince Doran Martell trp_varys_npc_9|Prince Doran Martell trp_varys_npc_9_pl|Prince Doran Martell trp_improved_clansman_1|Clansman Archer trp_improved_clansman_1_pl|Clansman Archers trp_improved_clansman_2|Clansman Maceman trp_improved_clansman_2_pl|Clansman Macemen trp_improved_clansman_3|Clansman Horseman trp_improved_clansman_3_pl|Clansman Horsemen trp_improved_clansman_4|Clansman Axeman trp_improved_clansman_4_pl|Clansman Axemen trp_scholars|Nobleman trp_scholars_pl|Noblemen trp_odin_npc_1|Outlaw Archer trp_odin_npc_1_pl|Outlaw Archers trp_odin_npc_2|Outlaw Archer trp_odin_npc_2_pl|Outlaw Archers trp_odin_npc_3|Outlaw Swordsman trp_odin_npc_3_pl|Outlaw Swordsmen trp_odin_npc_4|Outlaw Axeman trp_odin_npc_4_pl|Outlaw Axemen trp_odin_npc_5|Outlaw Leader trp_odin_npc_5_pl|Outlaw Leader trp_night_bandit|Bandit trp_night_bandit_pl|Bandits trp_horror_npc_1|Cultist trp_horror_npc_1_pl|Cultist trp_horror_npc_2|Cultist trp_horror_npc_2_pl|Cultist trp_horror_npc_3|Cultist trp_horror_npc_3_pl|Cultist trp_horror_npc_4|Cultist trp_horror_npc_4_pl|Cultist trp_horror_npc_5|Cultist Leader trp_horror_npc_5_pl|Cultis Leader trp_aegon_bloodborn_npc_1|Outlaw Archer trp_aegon_bloodborn_npc_1_pl|Outlaw Archers trp_aegon_bloodborn_npc_2|Outlaw Archer trp_aegon_bloodborn_npc_2_pl|Outlaw Archers trp_aegon_bloodborn_npc_3|Outlaw Swordsman trp_aegon_bloodborn_npc_3_pl|Outlaw Swordsmen trp_aegon_bloodborn_npc_4|Outlaw Axeman trp_aegon_bloodborn_npc_4_pl|Outlaw Axemen trp_aegon_bloodborn_npc_5|Aegon Bloodborn trp_aegon_bloodborn_npc_5_pl|Aegon Bloodborn trp_stone_cave_npc_1|Clansman Archer trp_stone_cave_npc_1_pl|Clansman Archers trp_stone_cave_npc_2|Clansman Archer trp_stone_cave_npc_2_pl|Clansman Archers trp_stone_cave_npc_3|Clansman Warrior trp_stone_cave_npc_3_pl|Clansman Warriors trp_stone_cave_npc_4|Clansman Warrior trp_stone_cave_npc_4_pl|Clansman Warriors trp_stone_cave_npc_5|Clansman Chieftain trp_stone_cave_npc_5_pl|Clansman Chieftains trp_reaper_1|Maester Elvin trp_reaper_1_pl|Maester Elvin trp_reaper_2|Leobald Tallhart trp_reaper_2_pl|Leobald Tallhart trp_reaper_3|Leobald Tallhart trp_reaper_3_pl|Leobald Tallhart trp_rodrik_cassel_1|Ser Rodrik Cassel trp_rodrik_cassel_1_pl|Ser Rodrik Cassel trp_rodrik_cassel_2|Ser Rodrik Cassel trp_rodrik_cassel_2_pl|Ser Rodrik Cassel trp_qohor_blacksmith_starter|Cetherys trp_qohor_blacksmith_starter_pl|Cetherys trp_qohor_blacksmith_1|Elos Mott trp_qohor_blacksmith_1_pl|Elos Mott trp_qohor_blacksmith_2|Elos Mott trp_qohor_blacksmith_2_pl|Elos Mott trp_qohor_blacksmith_3|Elos Mott trp_qohor_blacksmith_3_pl|Elos Mott trp_qohor_blacksmith_maester|Maester Ryon trp_qohor_blacksmith_maester_pl|Maester Ryon trp_tyrion_lannister_3|Tyrion Lannister trp_tyrion_lannister_3_pl|Tyrion Lannister trp_cleos_frey|Ser Cleos Frey trp_cleos_frey_pl|Ser Cleos Frey trp_jaime_riverrun_1|Ser Jaime Lannister trp_jaime_riverrun_1_pl|Ser Jaime Lannister trp_tyrion_lannister_4|Tyrion Lannister trp_tyrion_lannister_4_pl|Tyrion Lannister trp_jon_snow_1|Jon Snow trp_jon_snow_1_pl|Jon Snow trp_eddison_tollett_1|Eddison Tollett trp_eddison_tollett_1_pl|Eddison Tollett trp_bedwyck_1|Bedwyck trp_bedwyck_1_pl|Bedwyck trp_grenn_1|Grenn trp_grenn_1_pl|Grenn trp_jon_snow_2|Jon Snow trp_jon_snow_2_pl|Jon Snow trp_eddison_tollett_2|Eddison Tollett trp_eddison_tollett_2_pl|Eddison Tollett trp_ottyn_wythers_1|Ser Ottyn Wythers trp_ottyn_wythers_1_pl|Ser Ottyn Wythers trp_eddison_tollett_3|Eddison Tollett trp_eddison_tollett_3_pl|Eddison Tollett trp_ottyn_wythers_2|Ser Ottyn Wythers trp_ottyn_wythers_2_pl|Ser Ottyn Wythers trp_thoren_smallwood_1|Thoren Smallwood trp_thoren_smallwood_1_pl|Thoren Smallwood trp_jeor_mormont_1|Lord Commander Jeor Mormont trp_jeor_mormont_1_pl|Lord Commander Jeor Mormont trp_jeor_mormont_2|Lord Commander Jeor Mormont trp_jeor_mormont_2_pl|Lord Commander Jeor Mormont trp_grenn_2|Grenn trp_grenn_2_pl|Grenn trp_eddison_tollett_4|Eddison Tollett trp_eddison_tollett_4_pl|Eddison Tollett trp_craster|Craster trp_craster_pl|Craster trp_aemon_end|Maester Aemon trp_aemon_end_pl|Maester Aemon trp_tollett_end|Eddison Tollett trp_tollett_end_pl|Eddison Tollett trp_red_jack_end|Red Jack Crabb trp_red_jack_end_pl|Red Jack Crabb trp_duncan_liddle_end|Duncan Liddle trp_duncan_liddle_end_pl|Duncan Liddle trp_aemon_end_2|Maester Aemon trp_aemon_end_2_pl|Maester Aemon trp_janos_slynt|Lord Janos Slynt trp_janos_slynt_pl|Lord Janos Slynt trp_aemon_end_3|Maester Aemon trp_aemon_end_3_pl|Maester Aemon trp_aemon_end_4|Maester Aemon trp_aemon_end_4_pl|Maester Aemon trp_jon_snow_3|Jon Snow trp_jon_snow_3_pl|Jon Snow trp_jon_snow_4|Jon Snow trp_jon_snow_4_pl|Jon Snow trp_battle_beyond_tormund|Tormund Giantsbane trp_battle_beyond_tormund_pl|Tormund Giantsbane trp_battle_beyond_harma|Harma Dogshead trp_battle_beyond_harma_pl|Harma Dogshead trp_battle_beyond_varamyr|Varamyr Sixskins trp_battle_beyond_varamyr_pl|Varamyr Sixskins trp_crasters_jarmen|Jarmen Buckwell trp_crasters_jarmen_pl|Jarmen Buckwell trp_crasters_mallador|Ser Mallador Locke trp_crasters_mallador_pl|Ser Mallador Locke trp_crasters_ulmer|Ulmer trp_crasters_ulmer_pl|Ulmer trp_fist_jarmen|Jarmen Buckwell trp_fist_jarmen_pl|Jarmen Buckwell trp_fist_mallador|Ser Mallador Locke trp_fist_mallador_pl|Ser Mallador Locke trp_fist_ulmer|Ulmer trp_fist_ulmer_pl|Ulmer trp_fist_pypar|Pypar trp_fist_pypar_pl|Pypar trp_fist_todder|Elwyn trp_fist_todder_pl|Elwyn trp_ser_rike|Ser Rike Darke trp_ser_rike_pl|Ser Rike Darke trp_tyrion_lannister_1|Tyrion Lannister trp_tyrion_lannister_1_pl|Tyrion Lannister trp_tyrion_lannister_2|Tyrion Lannister trp_tyrion_lannister_2_pl|Tyrion Lannister trp_brookwater_npc_1|Darke Man-at-Arms trp_brookwater_npc_1_pl|Darke Men-at-Arms trp_brookwater_npc_2|Darke Man-at-Arms trp_brookwater_npc_2_pl|Darke Men-at-Arms trp_brookwater_npc_3|Darke Man-at-Arms trp_brookwater_npc_3_pl|Darke Men-at-Arms trp_brookwater_npc_4|Darke Man-at-Arms trp_brookwater_npc_4_pl|Darke Men-at-Arms trp_brookwater_npc_5|Darke Archer trp_brookwater_npc_5_pl|Darke Archers trp_brookwater_npc_6|Servant trp_brookwater_npc_6_pl|Servant trp_brookwater_npc_7|Maid trp_brookwater_npc_7_pl|Maid trp_brookwater_npc_8|Ser Jeffory Darke trp_brookwater_npc_8_pl|Ser Jeffory Darke trp_brookwater_npc_9|Lady Wylla trp_brookwater_npc_9_pl|Lady Wylla trp_barrow_quest_starter|Gorbo trp_barrow_quest_starter_pl|Gorbo trp_barrow_quest_npc_1|Phario Forel trp_barrow_quest_npc_1_pl|Phario Forel trp_barrow_quest_npc_2|Phario Forel trp_barrow_quest_npc_2_pl|Phario Forel trp_odin_cave_quest_starter|Andaria trp_odin_cave_quest_starter_pl|Andaria trp_odin_cave_quest_npc_1|Moredo Tendyris trp_odin_cave_quest_npc_1_pl|Moredo Tendyris trp_odin_cave_quest_npc_2|Moredo Tendyris trp_odin_cave_quest_npc_2_pl|Moredo Tendyris trp_deep_ones_quest_starter|Bessa trp_deep_ones_quest_starter_pl|Bessa trp_deep_ones_quest_npc_1|Lorren trp_deep_ones_quest_npc_1_pl|Lorren trp_deep_ones_quest_npc_2|Lorren trp_deep_ones_quest_npc_2_pl|Lorren trp_disappeared_quest_starter|Maester Almund trp_disappeared_quest_starter_pl|Maester Almund trp_disappeared_quest_npc_1|Septon Josmyn trp_disappeared_quest_npc_1_pl|Septon Josmyn trp_disappeared_quest_npc_2|Septon Josmyn trp_disappeared_quest_npc_2_pl|Septon Josmyn trp_clifford_gower|Ser Clifford Gower trp_clifford_gower_pl|Ser Clifford Gower trp_ninestars_castellan|Ser Alyn Tollett trp_ninestars_castellan_pl|Ser Alyn Tollett trp_addam_grafton|Ser Addam Grafton trp_addam_grafton_pl|Ser Addam Grafton trp_jeffory_gaunt|Ser Jeffory Gaunt trp_jeffory_gaunt_pl|Ser Jeffory Gaunt trp_josmyn_gaunt|Ser Josmyn Gaunt trp_josmyn_gaunt_pl|Ser Josmyn Gaunt trp_manfred_rollingford|Ser Manfred Rollingford trp_manfred_rollingford_pl|Ser Manfred Rollingford trp_omer_chyttering|Ser Omer Chyttering trp_omer_chyttering_pl|Ser Omer Chyttering trp_ninestars_guardsman_1|Guardsman trp_ninestars_guardsman_1_pl|Guardsmen trp_ninestars_guardsman_2|Guardsman trp_ninestars_guardsman_2_pl|Guardsmen trp_raymun_templeton_trial|Ser Raymun Templeton trp_raymun_templeton_trial_pl|Ser Raymun Templeton trp_emrick_templeton|Ser Emrick Templeton trp_emrick_templeton_pl|Ser Emrick Templeton trp_arreck_templeton|Ser Arreck Templeton trp_arreck_templeton_pl|Ser Arreck Templeton trp_ninestars_castellan_prison|Ser Alyn Tollett trp_ninestars_castellan_prison_pl|Ser Alyn Tollett trp_ninestars_castellan_chambers|Ser Alyn Tollett trp_ninestars_castellan_chambers_pl|Ser Alyn Tollett trp_citadel_harodon|Archmaester Harodon trp_citadel_harodon_pl|Archmaester Harodon trp_citadel_credits|Maester Orwyle trp_citadel_credits_pl|Maester Orwyle trp_citadel_castos|Archmaester Castos trp_citadel_castos_pl|Archmaester Castos trp_citadel_malko|Malko trp_citadel_malko_pl|Malko trp_citadel_septon|Septon Steffon trp_citadel_septon_pl|Septon Steffon trp_citadel_knight|Ser Elston Boone trp_citadel_knight_pl|Ser Elston Boone trp_citadel_cultist|Crazed Cultist trp_citadel_cultist_pl|Crazed Cultist trp_citadel_malko_2|Malko trp_citadel_malko_2_pl|Malko trp_maester_yandel_1|Maester Yandel trp_maester_yandel_1_pl|Maester Yandel trp_maester_yandel_2|Maester Yandel trp_maester_yandel_2_pl|Maester Yandel trp_maester_yandel_bookseller|Master Janos trp_maester_yandel_bookseller_pl|Master Janos trp_acolyte_robert_frey|Acolyte trp_acolyte_robert_frey_pl|Acolyte trp_terror_npc_1|Septon Garibald trp_terror_npc_1_pl|Septon Garibald trp_terror_npc_2|Goodman Tom trp_terror_npc_2_pl|Goodman Tom trp_terror_npc_3|Maester Bayard trp_terror_npc_3_pl|Maester Bayard trp_terror_npc_4|Goodman Tom trp_terror_npc_4_pl|Goodman Tom trp_bryen_farring|Bryen Farring trp_bryen_farring_pl|Bryen Farring trp_burlow|Burlow trp_burlow_pl|Burlow trp_gilbert_farring_1|Ser Gilbert Farring trp_gilbert_farring_1_pl|Ser Gilbert Farring trp_gilbert_farring_2|Ser Gilbert Farring trp_gilbert_farring_2_pl|Ser Gilbert Farring trp_dragonseed_npc_1|Rebel Man-at-Arms trp_dragonseed_npc_1_pl|Rebel Men-at-Arms trp_dragonseed_npc_2|Rebel Man-at-Arms trp_dragonseed_npc_2_pl|Rebel Men-at-Arms trp_dragonseed_npc_3|Rebel Man-at-Arms trp_dragonseed_npc_3_pl|Rebel Men-at-Arms trp_dragonseed_npc_4|Rebel Man-at-Arms trp_dragonseed_npc_4_pl|Rebel Men-at-Arms trp_dragonseed_npc_5|Rebel Archer trp_dragonseed_npc_5_pl|Rebel Archers trp_dragonseed_npc_6|Rebel Knight trp_dragonseed_npc_6_pl|Rebel Knights trp_dragonseed_npc_7|Rebel Knight trp_dragonseed_npc_7_pl|Rebel Knights trp_dragonseed_npc_8|Lady Alyse of Hull trp_dragonseed_npc_8_pl|Lady Alyse of Hull trp_dragonseed_npc_9|Lacerys Waters trp_dragonseed_npc_9_pl|Lacerys Waters trp_relic_npc_0|Brother Bert trp_relic_npc_0_pl|Brother Bert trp_relic_npc_1|Elder Brother trp_relic_npc_1_pl|Elder Brother trp_relic_npc_2|Elder Brother trp_relic_npc_2_pl|Elder Brother trp_guardsman_holger|Guardsman Holger trp_guardsman_holger_pl|Guardsman Holger trp_tom|Tom trp_tom_pl|Tom trp_kyle|Kyle trp_kyle_pl|Kyle trp_guardsman_alyn|Guardsman Alyn trp_guardsman_alyn_pl|Guardsman Alyn trp_tyrion_rogue_1|Gorrell trp_tyrion_rogue_1_pl|Gorrell trp_tyrion_rogue_2|Pek trp_tyrion_rogue_2_pl|Pek trp_tyrion_rogue_3|Daemon trp_tyrion_rogue_3_pl|Daemon trp_tyrion_rogue_4|Darron Waters trp_tyrion_rogue_4_pl|Darron Waters trp_peddler_elbert|Elbert trp_peddler_elbert_pl|Elbert trp_peddler_polk|Guardsman Polk trp_peddler_polk_pl|Guardsman Polk trp_peddler_randolf|Guardsman Randolf trp_peddler_randolf_pl|Guardsman Randolf trp_peddler_maester|Maester Symon trp_peddler_maester_pl|Maester Symon trp_merry|Merry trp_merry_pl|Merry trp_sailors_wife|The Sailor's Wife trp_sailors_wife_pl|The Sailors Wife trp_daughter_dusk|The Daughter of the Dusk trp_daughter_dusk_pl|The Daughter of the Dusk trp_black_pearl|The Black Pearl trp_black_pearl_pl|The Black Pearl trp_bella|Bella trp_bella_pl|Bella trp_leslyn|Leslyn trp_leslyn_pl|Leslyn trp_jor_the_keeper|Jor the Keeper trp_jor_the_keeper_pl|Jor the Keeper trp_bayle|Bayle Neres trp_bayle_pl|Bayle Neres trp_bayle1|Bayle Neres trp_bayle1_pl|Bayle Neres trp_bayle2|Bayle Neres trp_bayle2_pl|Bayle Neres trp_bayle3|Bayle Neres trp_bayle3_pl|Bayle Neres trp_yarin1|Yarin trp_yarin1_pl|Yarin trp_yarin2|Yarin trp_yarin2_pl|Yarin trp_yarin3|Yarin trp_yarin3_pl|Yarin trp_sanor1|Sanor trp_sanor1_pl|Sanor trp_sanor2|Sanor trp_sanor2_pl|Sanor trp_sanor3|Sanor trp_sanor3_pl|Sanor trp_jeorador1|Jeorador trp_jeorador1_pl|Jeorador trp_jeorador2|Jeorador trp_jeorador2_pl|Jeorador trp_jeorador3|Jeorador trp_jeorador3_pl|Jeorador trp_floran|Floran Domon trp_floran_pl|Floran Domon trp_maeldan|Maeldan trp_maeldan_pl|Maeldan trp_ero|Ero trp_ero_pl|Ero trp_olwan|Olwan the Dornishman trp_olwan_pl|Olwan the Dornishman trp_mheran|Mheran trp_mheran_pl|Mheran trp_sebban|Sebban trp_sebban_pl|Sebban trp_seve|Seve trp_seve_pl|Seve trp_norlea|Norlea trp_norlea_pl|Norlea trp_sammana|Sammana trp_sammana_pl|Sammana trp_dosera|Dosera trp_dosera_pl|Dosera trp_tamela|Tamela trp_tamela_pl|Tamela trp_alarys|Alarys trp_alarys_pl|Alarys trp_morghaz|Morghaz zo Zherzyn trp_morghaz_pl|Morghaz zo Zherzyn trp_chezdhar|Chezdhar zo Rhaezn trp_chezdhar_pl|Chezdhar zo Rhaezn trp_faezhar|Faezhar zo Faez trp_faezhar_pl|Faezhar zo Faez trp_grazdan|Grazdan mo Eraz trp_grazdan_pl|Grazdan mo Eraz trp_gramnan|Gramnan trp_gramnan_pl|Gramnan trp_gora|Gora trp_gora_pl|Gora trp_kroznok|Kroznok trp_kroznok_pl|Kroznok trp_elkoz|Elkoz trp_elkoz_pl|Elkoz trp_krazneko|Krazneko trp_krazneko_pl|Krazneko trp_rakoz|Rakoz trp_rakoz_pl|Rakoz trp_graznek|Graznek trp_graznek_pl|Graznek trp_grazdan_common|Grazdan trp_grazdan_common_pl|Grazdan trp_hozrek|Hozrek trp_hozrek_pl|Hozrek trp_gessala|Gessala trp_gessala_pl|Gessala trp_eleza|Eleza trp_eleza_pl|Eleza trp_hazza|Hazza trp_hazza_pl|Hazza trp_alyssa_yunkai|Alyssa of Oldtown trp_alyssa_yunkai_pl|Alyssa of Oldtown trp_galazza_common|Galazza trp_galazza_common_pl|Galazza trp_slave_1|Tortured Slave trp_slave_1_pl|Tortured Slave trp_slave_2|Tortured Slave trp_slave_2_pl|Tortured Slave trp_female_slave_1|Drane trp_female_slave_1_pl|Drane trp_female_slave_2|Loreah trp_female_slave_2_pl|Loreah trp_female_slave_3|Davveya trp_female_slave_3_pl|Davveya trp_female_slave_4|Eme trp_female_slave_4_pl|Eme trp_female_slave_5|Inavva trp_female_slave_5_pl|Inavva trp_yunkai_soldier_1|Slave Soldier trp_yunkai_soldier_1_pl|Slave Soldier trp_yunkai_soldier_2|Slave Soldier trp_yunkai_soldier_2_pl|Slave Soldier trp_yunkai_soldier_3|Slave Soldier trp_yunkai_soldier_3_pl|Slave Soldier trp_yunkai_soldier_4|Slave Soldier trp_yunkai_soldier_4_pl|Slave Soldier trp_khrazz|Khrazz trp_khrazz_pl|Khrazz trp_belaquo|Belaquo Bonebreaker trp_belaquo_pl|Belaquo Bonebreaker trp_alkoz|Alkoz trp_alkoz_pl|Alkoz trp_hazrak|Hazrak trp_hazrak_pl|Hazrak trp_mazdhan|Mazdhan trp_mazdhan_pl|Mazdhan trp_zharak|Zharak trp_zharak_pl|Zharak trp_barristan|Ser Barristan Selmy trp_barristan_pl|Ser Barristan Selmy trp_daario|Daario Naharis trp_daario_pl|Daario Naharis trp_grey_worm|Grey Worm trp_grey_worm_pl|Grey Worm trp_reznak|Reznak mo Reznak trp_reznak_pl|Reznak mo Reznak trp_skahaz|Graz mo Kandaq trp_skahaz_pl|Graz mo Kandaq trp_jhogo|Jhogo trp_jhogo_pl|Jhogo trp_aggo|Aggo trp_aggo_pl|Aggo trp_rakharo|Rakharo trp_rakharo_pl|Rakharo trp_galazza|Galazza Galare trp_galazza_pl|Galazza Galare trp_grazdam|Grazdam zo Galare trp_grazdam_pl|Grazdam zo Galare trp_hizdahr|Hizdahr zo Loraq trp_hizdahr_pl|Hizdahr zo Loraq trp_kingdom_heroes_including_player_begin|kingdom heroes including player begin trp_kingdom_heroes_including_player_begin_pl|kingdom heroes including player begin
https://w.atwiki.jp/asagaolabo/pages/5005.html
[GOLDEN CROSS] 【ゴールデンクロス】 [GOLDEN CROSS] ハイライト発生箇所 他のBEMANIシリーズへの収録 収録作品 ロング版収録 関連リンク ポップンミュージック うさぎと猫と少年の夢で登場した楽曲。 担当キャラクターはスーツ対モリー(CS12-1P)。 初出がbeatmaniaIIDXからの移植曲で、ナビフェスで獲得できる隠し曲。 beatmaniaIIDXで設定されているジャンル名は TECHNO 。 GOLDEN CROSS / dj REMO-CON vs dj TAKA BPM 150 新難易度 EASY NORMAL HYPER EXTRA 13 30 41 48 ハイライト EASY NORMAL HYPER EXTRA 6 6 6 6 GOLD STAGE 2曲目は1曲目と同じく、ゴールデン(GOLDEN)を冠した曲名で、移植元のサブタイトルのバージョン通り、beatmaniaIIDX 14 GOLDのCS版を初出とする曲。何よりもムービーが特徴的で、GOLD(金)→金将→将棋から、将棋の対局番組がモチーフになっており、その中で(曲中に駒を打った音の後に)不思議な現象が起こって盤面が十字型になるので、これが曲名の由来か。将棋界では史上最年少での将棋大会で優勝・最年少で六段に昇段などを果たした棋士・藤井聡太の大躍進もあり、そのタイミングもあっての収録だろう。ムービー内に実写で登場しているdj REMO-CONとdj TAKAの合作で、ジャンル名こそTECHNOだが同じようなフレーズを繰り返している辺り、ミニマル要素が強めか。中盤で落ち着いてメロディ色が強くなるのも特徴。 移植元とは異なって、中盤にロングポップ君が存在する。4打ちをしながら右手で細かい処理を求められるため、左手でカバーがしづらく右手の運動量が求められる上に繰り返しが多いため集中力が必要か。赤4連打の後の4小節に、曲名にあやかった十字型の配置が見られる。EXはハイパーを純粋に強化して右手がより細かい動きをさせられるようになり、前半終わりの謀叛トランス / NOBUNAGA(EX)のような2重配置が1つ目の山場。ブレイク後のハイパーにおける十字地帯はメロパンク / pure(EX)の中盤を細かいリズムにしたような配置になっており、癖が付きやすいのが厄介。赤を軸にして左右に降ってくる配置にも注意。なお、ロングポップ君は通常のポップ君と同じ感覚で処理可能。 ハイライト発生箇所 番号 5Buttons / EASY NORMAL HYPER EXTRA 1 2 3 4 5 6 他のBEMANIシリーズへの収録 beatmaniaIIDX CS版の14 GOLDで初登場。beatnation recordsでのコラボレーションということもあってか、曲開始前の表示でそのロゴマークが付いている。 IIDX17 SIRIUSで、PARALLEL ROTATIONの1曲としてAC版に進出した。 注目すべき要素はムービー。金(GOLD)→金将から、将棋の対局番組が題材となっており、beatnation recordsのメンバーが色々出演している。この曲の作者も司会(REMO-CON)・解説(dj TAKA)役として登場しているのがシュール。曲中後半の効果音に合わせた部分から、ネタ要素が大きくなる。 曲名の意味はムービーの1 54辺りの、下図に示した盤上の駒の配置を指す(色付き背景は後手側)。ちなみにこの後のカットでは、棋譜の配置が明らかに不自然なことになっている。(ムービー上では名人(後手)側からの視点となっているため、本来の棋譜は上下逆となる) と と と 玉 金 と と と 金 金 と と と 金 歩 桂 香 桂 銀 と 香 銀 馬 と 王 と 銀 龍 角 IIDXシリーズを初出とする曲において、元々チャージノートが存在しない曲で、ポップン側でロングポップ君が付いた例はこの曲が初めてとなる。 REFLEC BEAT ジャケット ロング版としてRemo-conの2ndアルバム「rhetoric」に収録されたGOLDEN CROSS (extended remix)が、groovin !!に2014/08/28から登場。ショップで購入してプレイ可能となる。 何気にアーティスト名はオリジナル版から、最初の「dj」2文字を抜いた形の表記となっている。ロングサイズからゲームサイズになったためか、リフレクサントラには未収録となっている。 悠久のリフレシアではまだ譜面リメイクされておらず未登場のため、収録されていたのを知らない人もいるかもしれない。 DANCERUSH STARDOM ジャケット 毎週!いちかの超BEMANIラッシュ2020を通してプレイ可能な曲として登場。期間中に楽曲の初出機種を1回プレイ、もしくはこの機種を10回プレイすることで出現。 ジャケットはこの機種で初出の新規のもの。 2023/09/27から、「DANCERUSH STARDOM 炎のDANCE合宿 ~2023AUTUMN~」で出現する曲(ステップ)として、ランニングマンのダンス要素を重視したRUNNING MAN EDITIONも登場した。 これまで単に「TECHNO」であるジャンル名の曲はポップンに存在しなかったが、今回初めて登場する形となった。ACポップンミュージック9にあったのぼり(タペストリー)に、「techno」というジャンル名の記載があった。 また、ムービーにおいて対局将棋の読み上げ役として「井万里きよあ」も出演しており、メイドっぽい感じの格好になっているが、これは当時「週刊ヤングジャンプ」で連載(2006年41号~2014年33号)された将棋アクション漫画「ハチワンダイバー」の影響を受けていると思われる。 なお、この漫画はCS版IIDX GOLDが発売された2008年にテレビドラマ化されている。 収録作品 AC版 ポップンミュージック うさぎと猫と少年の夢からの全作品 2018/03/22からナビフェスで獲得できる。 CS版 ロング版収録 rhetoric / Remo-con GOLDEN CROSS (extended remix)として収録。 関連リンク dj TAKA ムービー関連 DJ YOSHITAKA ナビフェス 楽曲一覧/ポップンミュージック うさぎと猫と少年の夢
https://w.atwiki.jp/cooldrive/pages/47.html
CoolDriveとは 数年前、CounterStrike Sourceにて活動するため結成されました。 実力不問、ガチクランの面もありながらまったりコミュニティーな面も併せ持つ 非常にハイブリッドなクランです。 又、多くの実力派有名プレイヤーを輩出しているかもしれません。 メンバーも多く、一定のアクティブ率を保っているのも魅力だと思います。 CS Sで最も歴史の長いクランでもあります。 活動方針 メンバーの意志を尊重しています。各自のスキルアップ、チームとしての 連携向上に取り組み、チームでの勝利を目指します。 活動内容 メンバーの人数に応じて、他クランとの試合やクラン内紅白戦を行っています。 また、試合の反省会なども必要とメンバーの都合に応じて行います。 クランタグ [CoolDrive]名前 歴史 3年~ 活動時間 21 00 ~ 25 00
https://w.atwiki.jp/ageofconan/pages/22.html
Whelm's first area secret thread! All credit goes to him!! Incase you missed it this thread has some nice things for brand new characters. http //forums.ageofconan.com/showthread.php?t=13063 Where to quest at X level? by Venums Great thread on where to quest at and some bug reports. http //forums.ageofconan.com/showthread.php?t=18857 Where do I level at? Rexxar posted this in another thread. So to him goes the credit. Press M in-game to look at your map, on the world map you can hover your mouse over all the zones, and it shows a recommended level range for the area's quests. Hotbar Madness! Graphic slug monsters!(look/feel and keybinding how-to by cilis This is a great thread and discusses key bindings. It also gives some good hints on how to raise your fps. http //forums.ageofconan.com/showthread.php?t=17679 Game Time Explained. by Golden220 Tortage is simply day or night depending on what you choose it to be. After you leave Tortage, the game time constantly cycles from day to night. The game time is on a ratio of 1 Minute Real Time = 5 Minutes Game Time Therefore A complete Day/Night cycle or 24 hours happens every 4.8 hours, so we'll call it 4.8 hours real time = 1 day game time As for when it turns from day to night. There is both a dusk and dawn period. Dawn seems to be from about 0400 to 0600, where at dusk seems to be ~2000 to 2130. I need to recheck these times, or if anyone has them please post. To add a Map marker Right click on the Mini map or main map and choose make Marker. This is useful for marking harvesting nodes. Advancement Calculator Bored at work? Thinking of Aoc? Here are two links to help you get through it all. http //feats.goonheim.com/ www.conankave.com/ To add friends /cc addbuddy NAME / Commands To view a list of / commands. Type / TABTAB. This will bring up a list just like the emotes. Below is a list of / commands with descriptions. Those with a ? next to them means I do not know what they do. /afk - Toggles afk on and off. Give you an opportunity to put a message in. /anon - Makes you not show up in searches /bank - ? /born - character creation date /bugreport - report a bug /bugreportbtn - ? /camp - logout /cc - ? /cc addbuddy - adds someone to your friends list /ch - chatgroups /chsay - talk in a chatgroup /claim - get your reward /emote - /emote + TAB to bring up a list of emotes /fhelp - Brings up some /commands /follow - Follow your target /g - talk in group /gm - ? /group - same as /g /gu - guild chat /guild - ? /guildsay - same as /gu /help - field manual /heroicmode - Takes you to a group instance of your current zone /hide - makes you use the hide skill /hotkey - ? /ignore - Ignore a player /invite - Invite a player to a group /items - ? /kick - a player from a group /leave - leave a group /list - brings up /list players /logcombat - ? /loot - loot target /macro - /macro name command /me - ? /name - ? possibly to name pets /ooc - talk in ooc channel /org - ? /petition - put in a gm ticket /played - shows how much you have played /quit - logout /r - /reply /ra - raid chat /raid - same as /ra /reloadhotkeys - ? /reply - same as /r /s - shout /say - same as /s /script - ? /selectself - target yourself /option - ? /sit - sit down /stand - stand up /stuck - gets you unstuck /t - pvp minigame chat /team - same as /t /tell - send a tell /text - ? /version - list version of server and client {{may or may not be correct }} /w - /whisper someone /whisper - same as /w I hope these help and enjoy! Help I'm stuck! 1. Try /stuck this has worked for me every time. 2. If it does not work. Try using your Path skill. 3. If you are still stuck then type in /petition and a GM will be with you asap. Please be patient they may be busy. /who command added by bamboosonnet The first button on the upper left (People and PvP I believe) has all the search options. There's one for Player, Group, Guild, and PvP. Emotes For a list of emotes type /emote TAB This will bring up a full list of emotes. Claim To claim your CE awards use /claim Walk and run Autorun is the NUM LOCK button. Toggle between walk and run with Backspace. Active Blocking and other combat tips 1. I didn't know this existed until today. The hot key is X give it a shot. 2. Double tapping a direction will give a short duration 'buff'. Backwards add evade, forward adds chance to stun- helpful in multiple situations. {{By Telemachos Thank You!!}} Overflow If you complete a quest and your bags are full. Your quest reward is not lost. 1. Look next to the mini map you should see a !. 2. Make room in your bags. 3. Click the ! 4. Claim your reward. aka Profit!!! Respec If you mess up on your feats or your skills do not fear. Both can be redone. However both do cost a small amount of coin. Skills are first up. 1. Hit P to bring up skill list. 2. Hold down ALT and left click on the skill you wish to get rid of. 3. Confirm the skill respec 4. Add the points back to wherever you would like. Next up Feat Respec In each major city their are NPC's that will wipe your advancement tree for you. All that you do is talk to them confirm the wipe and pay the small fee. The first time I did it, it cost 50 copper.{{ I am at work so I don't have the cords with me. If anyone can look them up it would be appreciated. If not i will snag them when I get home.}} Tortage - Feat Fixer - On the Docks - 1084, 718 { Has been removed for now } Khemi - Zahra - [Trainer] - On the Docks - 833, 1144 Old Tarantia - Minerva - [Trainer] Base of the Temple of Mitra - 796, 541 Cimmerian - Cowal [Trainer] at (250, 490) Climbing 1. Hit the P key. 2. Add points into climb. At level 20 I had 100 points allocated. I have found nothing as of yet I can't climb. Feel free to correct me or give feedback on this.{{ I was informed there is a quest that requires 180 in Old Tarantia}} 3. Move to the climbable object. Hit the U key. Up you go! Guild Information You can start a guild at level 20. To do so follow the below steps. 1. In the upper left hand corner of yor screen you will see three tabs. Click the third one. 2. Fill out the information. Choose a guild name and a type of government. From what I can tell the type of government doesn't change anything. Just the names of the ranks. To invite someone go to the social tab {{ the first tab on the left hand side }} and select add name. Type in the name and check add to guild. Click ok. That's all their is to it. Happy recruiting. Zone instances If you are grouped but can not see your party members. As leader of the group right click on the party member's name and select bring to instance. I am not sure of the wording but it's easy enough to figure out. Also near the mini map you will see a drop down. One of the choices are change instance. You can tell who in your group is in what instance easily through this. A star next to an instance is where the group leader is at. A human symbol represents where group members are at. Crafting At level 20 you can take gathering skills. At level 40 you can take your actual craft skills. This thread is from the crafting forums. I hope it helps. http //forums.ageofconan.com/showthread.php?t=9654 Traders Saving this space for locations and a short how to as soon as they become available again. Dual wield Contributed by Azara If you have it. Put two one-handed weapons on the lower LEFT of your paper doll inventory page. The icons for those are a sword and a shield. The Right side sword and shield are for alternate weapons.
https://w.atwiki.jp/allthatgrass/pages/81.html
I ve been workin out in the rain Tied to the dirty old ball and chain Oh dear mother I ll come home some old day Some sweet day the ll turn me loose From this dirty old calaboose Oh dear mother I ll come home some old day Some old day You ll wait for me and pray Oh dear mother I ll come home some old day Some sweet day the ll turn me loose From this dirty old calaboose Oh dear mother I ll come home some old day Oh dear mother I ve hurt you so I ve been cruel to you I know Oh dear mother I ll come home some old day Tell my brother My sister and dad Tell the dear friends that I ve had Oh dear mother I ll come home some old day