gw2 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +5 -5
  2. data/gw2.gemspec +2 -2
  3. data/lib/gw2.rb +22 -1
  4. data/lib/gw2/characters.rb +13 -0
  5. data/lib/gw2/colors.rb +13 -0
  6. data/lib/gw2/commerce/exchange.rb +15 -0
  7. data/lib/gw2/commerce/listings.rb +16 -0
  8. data/lib/gw2/commerce/prices.rb +16 -0
  9. data/lib/gw2/commerce/transactions.rb +10 -0
  10. data/lib/gw2/event.rb +2 -2
  11. data/lib/gw2/guild.rb +1 -1
  12. data/lib/gw2/https.rb +6 -4
  13. data/lib/gw2/item.rb +2 -2
  14. data/lib/gw2/map.rb +7 -9
  15. data/lib/gw2/misc.rb +5 -5
  16. data/lib/gw2/quaggans.rb +13 -0
  17. data/lib/gw2/recipe.rb +10 -2
  18. data/lib/gw2/resource.rb +3 -2
  19. data/lib/gw2/skins.rb +13 -0
  20. data/lib/gw2/wvw.rb +1 -1
  21. data/spec/fixtures/GW2_Colors/_colors/returns_all_colors.yml +114 -0
  22. data/spec/fixtures/GW2_Event/_event_names/returns_the_names_of_all_events.yml +20 -2034
  23. data/spec/fixtures/GW2_Event/_world_names/returns_the_names_of_all_worlds.yml +18 -7
  24. data/spec/fixtures/GW2_Guild/_details/returns_the_guild_based_on_id.yml +19 -8
  25. data/spec/fixtures/GW2_Guild/_details/returns_the_guild_based_on_name.yml +19 -8
  26. data/spec/fixtures/GW2_Item/_all/returns_all_items.yml +60909 -11
  27. data/spec/fixtures/GW2_Item/_details/returns_the_details_of_the_item.yml +53 -11
  28. data/spec/fixtures/GW2_Map/_all/returns_all_maps.yml +70 -1078
  29. data/spec/fixtures/GW2_Map/_continents/returns_all_continents.yml +179 -11
  30. data/spec/fixtures/GW2_Map/_map_floor/returns_a_specific_map_floor.yml +20 -3409
  31. data/spec/fixtures/GW2_Misc/_build/returns_the_build.yml +27 -11
  32. data/spec/fixtures/GW2_Misc/_files/returns_all_files.yml +502 -11
  33. data/spec/fixtures/GW2_Quaggans/_all/returns_all_Quaggans.yml +102 -0
  34. data/spec/fixtures/GW2_Quaggans/_details/returns_the_details_of_the_quaggan.yml +67 -0
  35. data/spec/fixtures/GW2_Recipe/_all/returns_all_recipes.yml +11764 -11
  36. data/spec/fixtures/GW2_Recipe/_details/returns_the_details_of_a_recipe_by_id.yml +61 -11
  37. data/spec/fixtures/GW2_Skins/_all/returns_all_Skins.yml +5374 -0
  38. data/spec/fixtures/GW2_Skins/_details/returns_the_details_of_the_skin.yml +78 -0
  39. data/spec/fixtures/GW2_WvW/_match_details/returns_the_details_of_a_match.yml +19 -8
  40. data/spec/fixtures/GW2_WvW/_matches/returns_all_matches.yml +19 -8
  41. data/spec/fixtures/GW2_WvW/_objective_names/returns_all_objectives.yml +88 -27
  42. data/spec/gw2/colors_spec.rb +47 -0
  43. data/spec/gw2/event_spec.rb +1 -14
  44. data/spec/gw2/guild_spec.rb +2 -2
  45. data/spec/gw2/item_spec.rb +7 -7
  46. data/spec/gw2/map_spec.rb +38 -59
  47. data/spec/gw2/misc_spec.rb +3 -44
  48. data/spec/gw2/quaggan_spec.rb +31 -0
  49. data/spec/gw2/recipe_spec.rb +12 -11
  50. data/spec/gw2/skins_spec.rb +40 -0
  51. data/spec/gw2/wvw_spec.rb +9 -9
  52. metadata +42 -24
  53. data/spec/fixtures/GW2_Event/_map_names/returns_the_names_of_all_maps.yml +0 -53
  54. data/spec/fixtures/GW2_Map/_maps/returns_the_map_by_id.yml +0 -41
  55. data/spec/fixtures/GW2_Misc/_colors/returns_all_colors.yml +0 -239
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://api.guildwars2.com/v1/build.json
5
+ uri: https://api.guildwars2.com/v2/build.json
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -18,23 +18,39 @@ http_interactions:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
+ Date:
22
+ - Wed, 13 Jun 2018 22:10:45 GMT
21
23
  Content-Type:
22
24
  - application/json; charset=utf-8
25
+ Content-Length:
26
+ - '50'
27
+ Connection:
28
+ - keep-alive
23
29
  Vary:
24
30
  - Accept-Encoding
25
31
  Server:
26
- - Microsoft-IIS/7.5
27
- Access-Control-Allow-Origin:
28
- - "*"
32
+ - Quaggans
33
+ X-Rate-Limit-Limit:
34
+ - '600'
29
35
  X-Content-Type-Options:
30
36
  - nosniff
31
- Date:
32
- - Thu, 26 Feb 2015 22:20:34 GMT
33
- Content-Length:
34
- - '53'
37
+ - nosniff
38
+ Access-Control-Allow-Origin:
39
+ - "*"
40
+ X-Powered-By:
41
+ - ARR/2.5
42
+ X-Frame-Options:
43
+ - SAMEORIGIN
44
+ X-Xss-Protection:
45
+ - 1; mode=block
46
+ Strict-Transport-Security:
47
+ - max-age=31536000; includeSubDomains; preload
35
48
  body:
36
- encoding: UTF-8
37
- string: '{"build_id":45662}'
49
+ encoding: ASCII-8BIT
50
+ string: |-
51
+ {
52
+ "id": 89447
53
+ }
38
54
  http_version:
39
- recorded_at: Thu, 26 Feb 2015 22:20:34 GMT
55
+ recorded_at: Wed, 13 Jun 2018 22:10:45 GMT
40
56
  recorded_with: VCR 2.9.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://api.guildwars2.com/v1/files.json
5
+ uri: https://api.guildwars2.com/v2/files.json?ids=all
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -18,23 +18,514 @@ http_interactions:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
+ Date:
22
+ - Wed, 13 Jun 2018 22:10:45 GMT
21
23
  Content-Type:
22
24
  - application/json; charset=utf-8
25
+ Content-Length:
26
+ - '4547'
27
+ Connection:
28
+ - keep-alive
29
+ Cache-Control:
30
+ - public,max-age=3600
31
+ Content-Language:
32
+ - en
33
+ Expires:
34
+ - Wed, 13 Jun 2018 23:10:46 GMT
23
35
  Vary:
24
36
  - Accept-Encoding
25
37
  Server:
26
- - Microsoft-IIS/7.5
27
- Access-Control-Allow-Origin:
28
- - "*"
38
+ - Quaggans
39
+ X-Result-Total:
40
+ - '116'
41
+ X-Result-Count:
42
+ - '116'
43
+ Access-Control-Expose-Headers:
44
+ - X-Result-Total,X-Result-Count
45
+ X-Rate-Limit-Limit:
46
+ - '600'
29
47
  X-Content-Type-Options:
30
48
  - nosniff
31
- Date:
32
- - Thu, 26 Feb 2015 22:21:36 GMT
33
- Content-Length:
34
- - '2419'
49
+ - nosniff
50
+ Access-Control-Allow-Origin:
51
+ - "*"
52
+ X-Powered-By:
53
+ - ARR/2.5
54
+ X-Frame-Options:
55
+ - SAMEORIGIN
56
+ X-Xss-Protection:
57
+ - 1; mode=block
58
+ Strict-Transport-Security:
59
+ - max-age=31536000; includeSubDomains; preload
35
60
  body:
36
- encoding: UTF-8
37
- string: '{"map_complete":{"file_id":528724,"signature":"5A4E663071250EC72668C09E3C082E595A380BF7"},"map_dungeon":{"file_id":102478,"signature":"943538394A94A491C8632FBEF6203C2013443555"},"map_heart_empty":{"file_id":102440,"signature":"09ACBA53B7412CC3C76E7FEF39929843C20CB0E4"},"map_heart_full":{"file_id":102439,"signature":"B3DEEC72BBEF0C6FC6FEF835A0E275FCB1151BB7"},"map_node_harvesting":{"file_id":157332,"signature":"995534EBE5D26804AE605E205E50539821C0CBCB"},"map_node_logging":{"file_id":157333,"signature":"FC01BB452D5327A0E5B2E4A3F5EFDF03F8264A7B"},"map_node_mining":{"file_id":157334,"signature":"A89EB66C39C7C006A4A6CBEDA28061F16847E9BC"},"map_poi":{"file_id":97461,"signature":"25B230711176AB5728E86F5FC5F0BFAE48B32F6E"},"map_special_event":{"file_id":502087,"signature":"1273C427032320DDDB63062C140E72DCB0D9B411"},"map_story":{"file_id":102369,"signature":"540BA9BB6662A5154BD13306A1AEAD6219F95361"},"map_waypoint":{"file_id":157353,"signature":"32633AF8ADEA696A1EF56D3AE32D617B10D3AC57"},"map_waypoint_contested":{"file_id":102349,"signature":"5EF051273B40CFAC4AEA6C1F1D0DA612C1B0776C"},"map_waypoint_hover":{"file_id":157354,"signature":"95CE3F6B0502232AD90034E4B7CE6E5B0FD3CC5F"},"wvw_battles_hollow_blue":{"file_id":638706,"signature":"CB3378BC9E271A00436DE2D69FC0BB51BEF90EC9"},"wvw_battles_hollow_green":{"file_id":638707,"signature":"CEF3D705B196EEDB38A674AF5FE4059F3F9CE4DC"},"wvw_battles_hollow_red":{"file_id":638708,"signature":"46BBA1794334552D0AF35BEE093C451F9FF6A00E"},"wvw_battles_hollow_white":{"file_id":638709,"signature":"F621AEFE09A7261D4796070D0F022FB0AEEE4814"},"wvw_bauers_estate_blue":{"file_id":638710,"signature":"A0BF72046348F2F6372CADA10CFFAA3CE4DC6A76"},"wvw_bauers_estate_green":{"file_id":638711,"signature":"03E80CA87C24A2AD6A987932AC76916D91C6BF27"},"wvw_bauers_estate_red":{"file_id":638712,"signature":"0C1556930114F35442BB2AD2C6E1C129F1FB5CD3"},"wvw_bauers_estate_white":{"file_id":638714,"signature":"1B2FFE9A59B60110BEF42744A10B433AACE008FF"},"wvw_carvers_ascent_blue":{"file_id":638713,"signature":"71D3634C91AB94B13E4546BF16ECFD07EFF6200F"},"wvw_carvers_ascent_green":{"file_id":638715,"signature":"0250A2AA6353DE29460A13F7F5FCC7AA523DBBA4"},"wvw_carvers_ascent_red":{"file_id":638716,"signature":"9F079BD0BB74976458603D17E80FF44E54FC0C1F"},"wvw_carvers_ascent_white":{"file_id":638717,"signature":"9CA7DFB4B46C231B6C5B2BDEE04B0459340D64B3"},"wvw_orchard_overlook_blue":{"file_id":638718,"signature":"7C7C5EA9586B206C43D7029E0C41EFF3A5C9D6BC"},"wvw_orchard_overlook_green":{"file_id":638719,"signature":"A4ADF9683FF2E3CAD20154D75A24C0B6B4EC7973"},"wvw_orchard_overlook_red":{"file_id":638720,"signature":"503CB0C03B962F92E8B2F4A0A92DFD46A62D5471"},"wvw_orchard_overlook_white":{"file_id":638722,"signature":"7DD0BD0DEC0F18B2D70775F9BCF4C7080DCC0BB1"},"wvw_temple_of_lost_prayers_blue":{"file_id":638721,"signature":"D4E1C3C552995FA46B57F1ED3F0203AE0E05AE49"},"wvw_temple_of_lost_prayers_green":{"file_id":638723,"signature":"B049213F4CE347C9CEDB5A0BD554BC4BF93A5819"},"wvw_temple_of_lost_prayers_red":{"file_id":638724,"signature":"7672656D0D92CA6D66D00601B4210745BAC8775A"},"wvw_temple_of_lost_prayers_white":{"file_id":638725,"signature":"1502A342DF603C06910E0F0FFF0C010AC928B946"},"wvw_camp":{"file_id":102532,"signature":"015D365A08AAE105287A100AAE04529FDAE14155"},"wvw_tower":{"file_id":102531,"signature":"ABEC80C79576A103EA33EC66FCB99B77291A2F0D"},"wvw_keep":{"file_id":102535,"signature":"DB580419C8AD9449309A96C8E7C3D61631020EBB"},"wvw_castle":{"file_id":102608,"signature":"F0F1DA1C807444F4DF53090343F43BED02E50523"},"ui_infusion_slot_agony":{"file_id":683590,"signature":"F54BC4283FFAB7531073FF08F470A9730E47FB4D"},"ui_infusion_slot_defensive":{"file_id":517202,"signature":"3D941C5F3C0BE9FFAFE27A2C4AE70ABC94AAE724"},"ui_infusion_slot_offensive":{"file_id":517203,"signature":"FD212A4A36BEA799E3BDCDFFDC55DEC2A50FE19D"},"ui_infusion_slot_utility":{"file_id":517204,"signature":"0B5F38D94AAA1539EC6009F4CF37DF5673C81DA0"},"ui_coin_gold":{"file_id":156904,"signature":"090A980A96D39FD36FBB004903644C6DBEFB1FFB"},"ui_coin_silver":{"file_id":156907,"signature":"E5A2197D78ECE4AE0349C8B3710D033D22DB0DA6"},"ui_coin_copper":{"file_id":156902,"signature":"6CF8F96A3299CFC75D5CC90617C3C70331A1EF0E"},"ui_supply":{"file_id":358416,"signature":"0A90B5007662D701123EA8BD22422CD93F0B0C6B"},"map_bank":{"file_id":102494,"signature":"B497533A51E879284D029DD10A2CDE23D04F6A4D"},"map_guild_bank":{"file_id":102684,"signature":"BE7D7158C522C37B02DB9FE0ADA4D733B9D0C333"},"map_trading_post":{"file_id":102496,"signature":"1608A16AF9B0EEE466699380AA30F54A36A0EEDA"},"map_crafting_armorsmith":{"file_id":102461,"signature":"2952B92FA93C03A5281F94D223A4CE4C7E0B0906"},"map_crafting_artificer":{"file_id":102463,"signature":"0D75999D6DEA1FDFF9DB43BBC2054B62764EB9A0"},"map_crafting_cook":{"file_id":102465,"signature":"424E410B90DE300CEB4A1DE2AB954A287C7A5419"},"map_crafting_huntsman":{"file_id":102462,"signature":"0C91017241F016EF35A2BCCE183CA9F7374023FC"},"map_crafting_jeweler":{"file_id":102458,"signature":"F97F4D212B1294052A196734C71BCE42E199735B"},"map_crafting_leatherworker":{"file_id":102464,"signature":"192D1D0D73BA7899F1745F32BAC1634C1B4671BF"},"map_crafting_tailor":{"file_id":102459,"signature":"0EB64958BE48AB9605DD56807713215095B8BEED"},"map_crafting_weaponsmith":{"file_id":102460,"signature":"AEEF1CF774EE0D5917D5E1CF3AAC269FEE5EC03A"},"map_guild_registrar":{"file_id":102498,"signature":"98EECF5621BB3DFC98BA9CB3D938C939CA0B227B"},"map_profession_trainer":{"file_id":102363,"signature":"0BA90BAA02D468ABF8CB9FD90AEB4DFCC1F1D43A"},"map_repair":{"file_id":102597,"signature":"A5DE06130C0D1E2C9A9780EAD037E61462B1E825"},"map_vendor":{"file_id":240662,"signature":"061298EB40D97DEC6C73F7631BE2393ECAB50B4E"},"map_vendor_armor":{"file_id":240661,"signature":"A03D9027D6B80E95C8E49947A39D1B3FA6B59D4F"},"map_vendor_weapons":{"file_id":240663,"signature":"08B5431F5D6DF7D5983437C5197E6ED96901A431"}}'
61
+ encoding: ASCII-8BIT
62
+ string: |-
63
+ [
64
+ {
65
+ "id": "map_complete",
66
+ "icon": "https://render.guildwars2.com/file/5A4E663071250EC72668C09E3C082E595A380BF7/528724.png"
67
+ },
68
+ {
69
+ "id": "map_dungeon",
70
+ "icon": "https://render.guildwars2.com/file/943538394A94A491C8632FBEF6203C2013443555/102478.png"
71
+ },
72
+ {
73
+ "id": "map_heart_empty",
74
+ "icon": "https://render.guildwars2.com/file/09ACBA53B7412CC3C76E7FEF39929843C20CB0E4/102440.png"
75
+ },
76
+ {
77
+ "id": "map_heart_full",
78
+ "icon": "https://render.guildwars2.com/file/B3DEEC72BBEF0C6FC6FEF835A0E275FCB1151BB7/102439.png"
79
+ },
80
+ {
81
+ "id": "map_node_harvesting",
82
+ "icon": "https://render.guildwars2.com/file/995534EBE5D26804AE605E205E50539821C0CBCB/157332.png"
83
+ },
84
+ {
85
+ "id": "map_node_logging",
86
+ "icon": "https://render.guildwars2.com/file/FC01BB452D5327A0E5B2E4A3F5EFDF03F8264A7B/157333.png"
87
+ },
88
+ {
89
+ "id": "map_node_mining",
90
+ "icon": "https://render.guildwars2.com/file/A89EB66C39C7C006A4A6CBEDA28061F16847E9BC/157334.png"
91
+ },
92
+ {
93
+ "id": "map_poi",
94
+ "icon": "https://render.guildwars2.com/file/25B230711176AB5728E86F5FC5F0BFAE48B32F6E/97461.png"
95
+ },
96
+ {
97
+ "id": "map_special_event",
98
+ "icon": "https://render.guildwars2.com/file/1273C427032320DDDB63062C140E72DCB0D9B411/502087.png"
99
+ },
100
+ {
101
+ "id": "map_story",
102
+ "icon": "https://render.guildwars2.com/file/540BA9BB6662A5154BD13306A1AEAD6219F95361/102369.png"
103
+ },
104
+ {
105
+ "id": "map_waypoint",
106
+ "icon": "https://render.guildwars2.com/file/32633AF8ADEA696A1EF56D3AE32D617B10D3AC57/157353.png"
107
+ },
108
+ {
109
+ "id": "map_waypoint_contested",
110
+ "icon": "https://render.guildwars2.com/file/5EF051273B40CFAC4AEA6C1F1D0DA612C1B0776C/102349.png"
111
+ },
112
+ {
113
+ "id": "map_waypoint_hover",
114
+ "icon": "https://render.guildwars2.com/file/95CE3F6B0502232AD90034E4B7CE6E5B0FD3CC5F/157354.png"
115
+ },
116
+ {
117
+ "id": "map_vista",
118
+ "icon": "https://render.guildwars2.com/file/A2C16AF497BA3A0903A0499FFBAF531477566F10/358415.png"
119
+ },
120
+ {
121
+ "id": "map_heropoint",
122
+ "icon": "https://render.guildwars2.com/file/B4EC6BB3FDBC42557C3CAE0CAA9E57EBF9E462E3/156626.png"
123
+ },
124
+ {
125
+ "id": "wvw_battles_hollow_blue",
126
+ "icon": "https://render.guildwars2.com/file/CB3378BC9E271A00436DE2D69FC0BB51BEF90EC9/638706.png"
127
+ },
128
+ {
129
+ "id": "wvw_battles_hollow_green",
130
+ "icon": "https://render.guildwars2.com/file/CEF3D705B196EEDB38A674AF5FE4059F3F9CE4DC/638707.png"
131
+ },
132
+ {
133
+ "id": "wvw_battles_hollow_red",
134
+ "icon": "https://render.guildwars2.com/file/46BBA1794334552D0AF35BEE093C451F9FF6A00E/638708.png"
135
+ },
136
+ {
137
+ "id": "wvw_battles_hollow_white",
138
+ "icon": "https://render.guildwars2.com/file/F621AEFE09A7261D4796070D0F022FB0AEEE4814/638709.png"
139
+ },
140
+ {
141
+ "id": "wvw_bauers_estate_blue",
142
+ "icon": "https://render.guildwars2.com/file/A0BF72046348F2F6372CADA10CFFAA3CE4DC6A76/638710.png"
143
+ },
144
+ {
145
+ "id": "wvw_bauers_estate_green",
146
+ "icon": "https://render.guildwars2.com/file/03E80CA87C24A2AD6A987932AC76916D91C6BF27/638711.png"
147
+ },
148
+ {
149
+ "id": "wvw_bauers_estate_red",
150
+ "icon": "https://render.guildwars2.com/file/0C1556930114F35442BB2AD2C6E1C129F1FB5CD3/638712.png"
151
+ },
152
+ {
153
+ "id": "wvw_bauers_estate_white",
154
+ "icon": "https://render.guildwars2.com/file/1B2FFE9A59B60110BEF42744A10B433AACE008FF/638714.png"
155
+ },
156
+ {
157
+ "id": "wvw_carvers_ascent_blue",
158
+ "icon": "https://render.guildwars2.com/file/71D3634C91AB94B13E4546BF16ECFD07EFF6200F/638713.png"
159
+ },
160
+ {
161
+ "id": "wvw_carvers_ascent_green",
162
+ "icon": "https://render.guildwars2.com/file/0250A2AA6353DE29460A13F7F5FCC7AA523DBBA4/638715.png"
163
+ },
164
+ {
165
+ "id": "wvw_carvers_ascent_red",
166
+ "icon": "https://render.guildwars2.com/file/9F079BD0BB74976458603D17E80FF44E54FC0C1F/638716.png"
167
+ },
168
+ {
169
+ "id": "wvw_carvers_ascent_white",
170
+ "icon": "https://render.guildwars2.com/file/9CA7DFB4B46C231B6C5B2BDEE04B0459340D64B3/638717.png"
171
+ },
172
+ {
173
+ "id": "wvw_orchard_overlook_blue",
174
+ "icon": "https://render.guildwars2.com/file/7C7C5EA9586B206C43D7029E0C41EFF3A5C9D6BC/638718.png"
175
+ },
176
+ {
177
+ "id": "wvw_orchard_overlook_green",
178
+ "icon": "https://render.guildwars2.com/file/A4ADF9683FF2E3CAD20154D75A24C0B6B4EC7973/638719.png"
179
+ },
180
+ {
181
+ "id": "wvw_orchard_overlook_red",
182
+ "icon": "https://render.guildwars2.com/file/503CB0C03B962F92E8B2F4A0A92DFD46A62D5471/638720.png"
183
+ },
184
+ {
185
+ "id": "wvw_orchard_overlook_white",
186
+ "icon": "https://render.guildwars2.com/file/7DD0BD0DEC0F18B2D70775F9BCF4C7080DCC0BB1/638722.png"
187
+ },
188
+ {
189
+ "id": "wvw_temple_of_lost_prayers_blue",
190
+ "icon": "https://render.guildwars2.com/file/D4E1C3C552995FA46B57F1ED3F0203AE0E05AE49/638721.png"
191
+ },
192
+ {
193
+ "id": "wvw_temple_of_lost_prayers_green",
194
+ "icon": "https://render.guildwars2.com/file/B049213F4CE347C9CEDB5A0BD554BC4BF93A5819/638723.png"
195
+ },
196
+ {
197
+ "id": "wvw_temple_of_lost_prayers_red",
198
+ "icon": "https://render.guildwars2.com/file/7672656D0D92CA6D66D00601B4210745BAC8775A/638724.png"
199
+ },
200
+ {
201
+ "id": "wvw_temple_of_lost_prayers_white",
202
+ "icon": "https://render.guildwars2.com/file/1502A342DF603C06910E0F0FFF0C010AC928B946/638725.png"
203
+ },
204
+ {
205
+ "id": "wvw_camp",
206
+ "icon": "https://render.guildwars2.com/file/015D365A08AAE105287A100AAE04529FDAE14155/102532.png"
207
+ },
208
+ {
209
+ "id": "wvw_tower",
210
+ "icon": "https://render.guildwars2.com/file/ABEC80C79576A103EA33EC66FCB99B77291A2F0D/102531.png"
211
+ },
212
+ {
213
+ "id": "wvw_keep",
214
+ "icon": "https://render.guildwars2.com/file/DB580419C8AD9449309A96C8E7C3D61631020EBB/102535.png"
215
+ },
216
+ {
217
+ "id": "wvw_castle",
218
+ "icon": "https://render.guildwars2.com/file/F0F1DA1C807444F4DF53090343F43BED02E50523/102608.png"
219
+ },
220
+ {
221
+ "id": "ui_upgrade_slot_open",
222
+ "icon": "https://render.guildwars2.com/file/0C6956A85FDB6F5FFF49D708E10549D1A8459003/517197.png"
223
+ },
224
+ {
225
+ "id": "ui_infusion_slot_agony",
226
+ "icon": "https://render.guildwars2.com/file/F54BC4283FFAB7531073FF08F470A9730E47FB4D/683590.png"
227
+ },
228
+ {
229
+ "id": "ui_infusion_slot_defensive",
230
+ "icon": "https://render.guildwars2.com/file/3D941C5F3C0BE9FFAFE27A2C4AE70ABC94AAE724/517202.png"
231
+ },
232
+ {
233
+ "id": "ui_infusion_slot_offensive",
234
+ "icon": "https://render.guildwars2.com/file/FD212A4A36BEA799E3BDCDFFDC55DEC2A50FE19D/517203.png"
235
+ },
236
+ {
237
+ "id": "ui_infusion_slot_utility",
238
+ "icon": "https://render.guildwars2.com/file/0B5F38D94AAA1539EC6009F4CF37DF5673C81DA0/517204.png"
239
+ },
240
+ {
241
+ "id": "ui_coin_gold",
242
+ "icon": "https://render.guildwars2.com/file/090A980A96D39FD36FBB004903644C6DBEFB1FFB/156904.png"
243
+ },
244
+ {
245
+ "id": "ui_coin_silver",
246
+ "icon": "https://render.guildwars2.com/file/E5A2197D78ECE4AE0349C8B3710D033D22DB0DA6/156907.png"
247
+ },
248
+ {
249
+ "id": "ui_coin_copper",
250
+ "icon": "https://render.guildwars2.com/file/6CF8F96A3299CFC75D5CC90617C3C70331A1EF0E/156902.png"
251
+ },
252
+ {
253
+ "id": "ui_gem",
254
+ "icon": "https://render.guildwars2.com/file/086CF7BC17BC0106A4B15F61213EDB68A2A874AB/502064.png"
255
+ },
256
+ {
257
+ "id": "ui_supply",
258
+ "icon": "https://render.guildwars2.com/file/0A90B5007662D701123EA8BD22422CD93F0B0C6B/358416.png"
259
+ },
260
+ {
261
+ "id": "ui_minor_trait_mask",
262
+ "icon": "https://render.guildwars2.com/file/5E6C38D5E7D74202D195079AACC8D13D38440C59/1002160.png"
263
+ },
264
+ {
265
+ "id": "ui_major_trait_mask",
266
+ "icon": "https://render.guildwars2.com/file/262B285FBF947A6CF7CF806653F50C9B97AC0DA2/1002159.png"
267
+ },
268
+ {
269
+ "id": "icon_guardian",
270
+ "icon": "https://render.guildwars2.com/file/1A9F69A06300C6C53D2CF609079E1CAA3A2E0435/156605.png"
271
+ },
272
+ {
273
+ "id": "icon_warrior",
274
+ "icon": "https://render.guildwars2.com/file/9501B7D50641EC0227951A73A96B9F2A6CF8119A/156614.png"
275
+ },
276
+ {
277
+ "id": "icon_revenant",
278
+ "icon": "https://render.guildwars2.com/file/973E79562B7697744FE0A14CC8CEFC69A9C438AE/965714.png"
279
+ },
280
+ {
281
+ "id": "icon_necromancer",
282
+ "icon": "https://render.guildwars2.com/file/B033097E199A79C413AEF8BB0A9A32FA1438C2FD/156608.png"
283
+ },
284
+ {
285
+ "id": "icon_mesmer",
286
+ "icon": "https://render.guildwars2.com/file/74ECC014D51E9D02B338C9CBC067B304B71E79FF/156607.png"
287
+ },
288
+ {
289
+ "id": "icon_elementalist",
290
+ "icon": "https://render.guildwars2.com/file/BD0EAAA6CA57361AB29BA080F8C267B343F1BF04/156603.png"
291
+ },
292
+ {
293
+ "id": "icon_thief",
294
+ "icon": "https://render.guildwars2.com/file/B703CC71D9BC56F5750D0D35A8F0D40D5827D7DC/156611.png"
295
+ },
296
+ {
297
+ "id": "icon_ranger",
298
+ "icon": "https://render.guildwars2.com/file/DF3F0BB2EA1FE9A762A00907B168E242B237F7C8/156610.png"
299
+ },
300
+ {
301
+ "id": "icon_engineer",
302
+ "icon": "https://render.guildwars2.com/file/48527C5B96C71F9706E1A2A9A246EC75EC4745F7/156604.png"
303
+ },
304
+ {
305
+ "id": "icon_guardian_big",
306
+ "icon": "https://render.guildwars2.com/file/28D46E95F70834CE45640375FCDB0DEAF198325B/716635.png"
307
+ },
308
+ {
309
+ "id": "icon_warrior_big",
310
+ "icon": "https://render.guildwars2.com/file/09903302A30373E52F49CBA948D4A268D30A5E39/716647.png"
311
+ },
312
+ {
313
+ "id": "icon_revenant_big",
314
+ "icon": "https://render.guildwars2.com/file/FF240FFCF7D86A0436450FB610AB21716D5B6AA7/965716.png"
315
+ },
316
+ {
317
+ "id": "icon_necromancer_big",
318
+ "icon": "https://render.guildwars2.com/file/08BD360F557115260FA4D71E6F76ACCCF59FF70F/716639.png"
319
+ },
320
+ {
321
+ "id": "icon_mesmer_big",
322
+ "icon": "https://render.guildwars2.com/file/B2D21D2FFDB5C95CDC72B91BB02F60080F0F463D/716638.png"
323
+ },
324
+ {
325
+ "id": "icon_elementalist_big",
326
+ "icon": "https://render.guildwars2.com/file/0303027C1F73E97F5F011ECFCE9C9A40767BB747/716633.png"
327
+ },
328
+ {
329
+ "id": "icon_thief_big",
330
+ "icon": "https://render.guildwars2.com/file/5C092FE9351A2DF820B1B5719B5F5097D20633EE/716644.png"
331
+ },
332
+ {
333
+ "id": "icon_ranger_big",
334
+ "icon": "https://render.guildwars2.com/file/9BFA11F4D5114FBF11AFBEF00F249C3934AD62AD/716643.png"
335
+ },
336
+ {
337
+ "id": "icon_engineer_big",
338
+ "icon": "https://render.guildwars2.com/file/1E90D49793D5BAFDE2DFDC95089FDF9A997401F1/716634.png"
339
+ },
340
+ {
341
+ "id": "map_crafting_scribe",
342
+ "icon": "https://render.guildwars2.com/file/F95DFA3FBDCC9E9F317551A903E5A2A6DF1CC7E3/1293677.png"
343
+ },
344
+ {
345
+ "id": "map_bank",
346
+ "icon": "https://render.guildwars2.com/file/B497533A51E879284D029DD10A2CDE23D04F6A4D/102494.png"
347
+ },
348
+ {
349
+ "id": "map_guild_bank",
350
+ "icon": "https://render.guildwars2.com/file/BE7D7158C522C37B02DB9FE0ADA4D733B9D0C333/102684.png"
351
+ },
352
+ {
353
+ "id": "map_trading_post",
354
+ "icon": "https://render.guildwars2.com/file/1608A16AF9B0EEE466699380AA30F54A36A0EEDA/102496.png"
355
+ },
356
+ {
357
+ "id": "map_crafting_armorsmith",
358
+ "icon": "https://render.guildwars2.com/file/2952B92FA93C03A5281F94D223A4CE4C7E0B0906/102461.png"
359
+ },
360
+ {
361
+ "id": "map_crafting_artificer",
362
+ "icon": "https://render.guildwars2.com/file/0D75999D6DEA1FDFF9DB43BBC2054B62764EB9A0/102463.png"
363
+ },
364
+ {
365
+ "id": "map_crafting_cook",
366
+ "icon": "https://render.guildwars2.com/file/424E410B90DE300CEB4A1DE2AB954A287C7A5419/102465.png"
367
+ },
368
+ {
369
+ "id": "map_crafting_huntsman",
370
+ "icon": "https://render.guildwars2.com/file/0C91017241F016EF35A2BCCE183CA9F7374023FC/102462.png"
371
+ },
372
+ {
373
+ "id": "map_crafting_jeweler",
374
+ "icon": "https://render.guildwars2.com/file/F97F4D212B1294052A196734C71BCE42E199735B/102458.png"
375
+ },
376
+ {
377
+ "id": "map_crafting_leatherworker",
378
+ "icon": "https://render.guildwars2.com/file/192D1D0D73BA7899F1745F32BAC1634C1B4671BF/102464.png"
379
+ },
380
+ {
381
+ "id": "map_crafting_tailor",
382
+ "icon": "https://render.guildwars2.com/file/0EB64958BE48AB9605DD56807713215095B8BEED/102459.png"
383
+ },
384
+ {
385
+ "id": "map_crafting_weaponsmith",
386
+ "icon": "https://render.guildwars2.com/file/AEEF1CF774EE0D5917D5E1CF3AAC269FEE5EC03A/102460.png"
387
+ },
388
+ {
389
+ "id": "map_guild_registrar",
390
+ "icon": "https://render.guildwars2.com/file/98EECF5621BB3DFC98BA9CB3D938C939CA0B227B/102498.png"
391
+ },
392
+ {
393
+ "id": "map_profession_trainer",
394
+ "icon": "https://render.guildwars2.com/file/0BA90BAA02D468ABF8CB9FD90AEB4DFCC1F1D43A/102363.png"
395
+ },
396
+ {
397
+ "id": "map_repair",
398
+ "icon": "https://render.guildwars2.com/file/A5DE06130C0D1E2C9A9780EAD037E61462B1E825/102597.png"
399
+ },
400
+ {
401
+ "id": "map_vendor",
402
+ "icon": "https://render.guildwars2.com/file/061298EB40D97DEC6C73F7631BE2393ECAB50B4E/240662.png"
403
+ },
404
+ {
405
+ "id": "map_vendor_armor",
406
+ "icon": "https://render.guildwars2.com/file/A03D9027D6B80E95C8E49947A39D1B3FA6B59D4F/240661.png"
407
+ },
408
+ {
409
+ "id": "map_vendor_weapons",
410
+ "icon": "https://render.guildwars2.com/file/08B5431F5D6DF7D5983437C5197E6ED96901A431/240663.png"
411
+ },
412
+ {
413
+ "id": "map_vendor_mystic_forge",
414
+ "icon": "https://render.guildwars2.com/file/0A294B967DFAF499263F0EE76163566543EEC470/866143.png"
415
+ },
416
+ {
417
+ "id": "map_vendor_laurel",
418
+ "icon": "https://render.guildwars2.com/file/5ECCB15E69380AED53619C01E4AC604669BE9709/534744.png"
419
+ },
420
+ {
421
+ "id": "map_fractal",
422
+ "icon": "https://render.guildwars2.com/file/80F608A1E8112313595813033BDEAD3C05A43D01/514379.png"
423
+ },
424
+ {
425
+ "id": "map_raid_entrance",
426
+ "icon": "https://render.guildwars2.com/file/5866630DA52DCB5C423FB81ECF69FD071611E36B/1128644.png"
427
+ },
428
+ {
429
+ "id": "map_adventure",
430
+ "icon": "https://render.guildwars2.com/file/94ED0C4A49295657095EF5D09CC8C4E6709E6FCA/961368.png"
431
+ },
432
+ {
433
+ "id": "map_adventure_complete",
434
+ "icon": "https://render.guildwars2.com/file/B40B6E1EF07719AC0AC5641068390F12250C0B68/961381.png"
435
+ },
436
+ {
437
+ "id": "map_adventure_locked",
438
+ "icon": "https://render.guildwars2.com/file/79D1034931E46459AB6FBEB77C7B7491A9641F16/961365.png"
439
+ },
440
+ {
441
+ "id": "map_outpost",
442
+ "icon": "https://render.guildwars2.com/file/A1DAD9F89738A8B87E5A5F42D0F4E504CDD9DB67/961370.png"
443
+ },
444
+ {
445
+ "id": "map_outpost_locked",
446
+ "icon": "https://render.guildwars2.com/file/EC6F495BBB6ADDF013DD0C1433E7EEC774433623/961378.png"
447
+ },
448
+ {
449
+ "id": "map_outpost_contested",
450
+ "icon": "https://render.guildwars2.com/file/9675B9054E6C74E00835623B190C07D7430970F3/961367.png"
451
+ },
452
+ {
453
+ "id": "map_outpost_active",
454
+ "icon": "https://render.guildwars2.com/file/62949A4FB4DBFA3541C60929540F4908979CC8E3/961377.png"
455
+ },
456
+ {
457
+ "id": "map_vendor_festival",
458
+ "icon": "https://render.guildwars2.com/file/FCC165DB616D50C24812E74914B02D45E10B5A9F/1013044.png"
459
+ },
460
+ {
461
+ "id": "map_guild_armorer",
462
+ "icon": "https://render.guildwars2.com/file/FBFE070F0AC0E86ADB5C0F56B30A27CD7703EF98/1302774.png"
463
+ },
464
+ {
465
+ "id": "map_guild_weaponsmith",
466
+ "icon": "https://render.guildwars2.com/file/993B219C020F4510F6091BC8D1EFFA66A5B84E98/1302777.png"
467
+ },
468
+ {
469
+ "id": "map_vendor_ecto",
470
+ "icon": "https://render.guildwars2.com/file/E45E205E24055C1BA62FA3C03618B57334AE4553/1013043.png"
471
+ },
472
+ {
473
+ "id": "map_vendor_guild",
474
+ "icon": "https://render.guildwars2.com/file/A932E10F313765CC2931714AD32DE3326C29D901/544515.png"
475
+ },
476
+ {
477
+ "id": "map_vendor_cultural_armor",
478
+ "icon": "https://render.guildwars2.com/file/3C09B54C729FF4C24BDE45E4F226ADBE73ECEAA8/400047.png"
479
+ },
480
+ {
481
+ "id": "map_vendor_cultural_weapons",
482
+ "icon": "https://render.guildwars2.com/file/08B5431F5D6DF7D5983437C5197E6ED96901A431/240663.png"
483
+ },
484
+ {
485
+ "id": "map_vendor_crystalline_ore",
486
+ "icon": "https://render.guildwars2.com/file/73C5A813B2C8167F04010708A1FD5FB931D1BB7D/1302771.png"
487
+ },
488
+ {
489
+ "id": "map_vendor_airship_parts",
490
+ "icon": "https://render.guildwars2.com/file/5F91B42F0C454C695EEC345AF0BABF1D5D2D4196/1228846.png"
491
+ },
492
+ {
493
+ "id": "map_vendor_aurillium",
494
+ "icon": "https://render.guildwars2.com/file/7792E9BDC4E13F940F5527239ADD5423046D79C8/1228847.png"
495
+ },
496
+ {
497
+ "id": "map_vendor_leyline_crystals",
498
+ "icon": "https://render.guildwars2.com/file/2F78C0A0E29B0E0601B77BEA9C9DB4B174D6D5E9/1228926.png"
499
+ },
500
+ {
501
+ "id": "map_vendor_dungeon",
502
+ "icon": "https://render.guildwars2.com/file/06A8E45802010ABCE0E2FC5DF0E0334833BD8009/1030009.png"
503
+ },
504
+ {
505
+ "id": "map_elevator_down",
506
+ "icon": "https://render.guildwars2.com/file/2AE198D4A5BCC57FBEAB07C242A00B979BA3914A/102619.png"
507
+ },
508
+ {
509
+ "id": "map_elevator_up",
510
+ "icon": "https://render.guildwars2.com/file/1540B246DCCFBC5E22039765DBACCEDCD3E20BEB/102620.png"
511
+ },
512
+ {
513
+ "id": "map_ramp_down",
514
+ "icon": "https://render.guildwars2.com/file/9092CD68AE63A8F1AA436878B2BCB5C2DC45012E/102622.png"
515
+ },
516
+ {
517
+ "id": "map_ramp_up",
518
+ "icon": "https://render.guildwars2.com/file/04B2EE3D5822B30F1F3508BA710244C5E4F94AB2/102621.png"
519
+ },
520
+ {
521
+ "id": "map_stairs_down",
522
+ "icon": "https://render.guildwars2.com/file/05486465DF0BAE1301D48042FF5708B51D062FB8/102443.png"
523
+ },
524
+ {
525
+ "id": "map_stairs_up",
526
+ "icon": "https://render.guildwars2.com/file/0F80D8D900E1F356B41F752594BEFCE52693DEB3/102442.png"
527
+ }
528
+ ]
38
529
  http_version:
39
- recorded_at: Thu, 26 Feb 2015 22:21:37 GMT
530
+ recorded_at: Wed, 13 Jun 2018 22:10:45 GMT
40
531
  recorded_with: VCR 2.9.3