gw2e-static-data 0.5.38 → 0.5.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/legacy/raids.js +4 -1
- package/package.json +1 -1
package/build/legacy/raids.js
CHANGED
|
@@ -15,4 +15,7 @@ exports.default = [
|
|
|
15
15
|
{ id: 'conjured_amalgamate', raid: 'Mythwright Gambit', wing: 'Mythwright Gambit', name: 'Conjured Amalgamate', type: 'Boss' }, { id: 'twin_largos', raid: 'Mythwright Gambit', wing: 'Mythwright Gambit', name: 'Twin Largos', type: 'Boss' }, { id: 'qadim', raid: 'Mythwright Gambit', wing: 'Mythwright Gambit', name: 'Qadim', type: 'Boss' },
|
|
16
16
|
|
|
17
17
|
// The Key of Ahdashim
|
|
18
|
-
{ id: 'gate', raid: 'The Key of Ahdashim', wing: 'The Key of Ahdashim', name: 'Gate', type: 'Checkpoint' }, { id: 'adina', raid: 'The Key of Ahdashim', wing: 'The Key of Ahdashim', name: 'Cardinal Adina', type: 'Boss' }, { id: 'sabir', raid: 'The Key of Ahdashim', wing: 'The Key of Ahdashim', name: 'Cardinal Sabir', type: 'Boss' }, { id: 'qadim_the_peerless', raid: 'The Key of Ahdashim', wing: 'The Key of Ahdashim', name: 'Qadim the Peerless', type: 'Boss' }
|
|
18
|
+
{ id: 'gate', raid: 'The Key of Ahdashim', wing: 'The Key of Ahdashim', name: 'Gate', type: 'Checkpoint' }, { id: 'adina', raid: 'The Key of Ahdashim', wing: 'The Key of Ahdashim', name: 'Cardinal Adina', type: 'Boss' }, { id: 'sabir', raid: 'The Key of Ahdashim', wing: 'The Key of Ahdashim', name: 'Cardinal Sabir', type: 'Boss' }, { id: 'qadim_the_peerless', raid: 'The Key of Ahdashim', wing: 'The Key of Ahdashim', name: 'Qadim the Peerless', type: 'Boss' },
|
|
19
|
+
|
|
20
|
+
// Mount Balrior
|
|
21
|
+
{ id: 'camp', raid: 'Mount Balrior', wing: 'Mount Balrior', name: 'Camp', type: 'Checkpoint' }, { id: 'greer', raid: 'Mount Balrior', wing: 'Mount Balrior', name: 'Greer, the Blightbringer', type: 'Boss' }, { id: 'decima', raid: 'Mount Balrior', wing: 'Mount Balrior', name: 'Decima, the Stormsinger', type: 'Boss' }, { id: 'ura', raid: 'Mount Balrior', wing: 'Mount Balrior', name: 'Ura, the Steamshrieker', type: 'Boss' }];
|