gw2e-static-data 0.5.51 → 0.5.52
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/legendaries.js +1 -1
- package/package.json +1 -1
package/build/legendaries.js
CHANGED
|
@@ -18,7 +18,7 @@ exports.default = [
|
|
|
18
18
|
{ id: 106273, name: 'Ancora Bellum', type: 'weapon', skin: 13306, precursorId: null, precursorName: null, precursorSkin: null, generation: -1, source: 'PvE' }, { id: 105653, name: 'Ancora Pax', type: 'weapon', skin: 13334, precursorId: null, precursorName: null, precursorSkin: null, generation: -1, source: 'PvE' },
|
|
19
19
|
|
|
20
20
|
// PvE Trinket
|
|
21
|
-
{ id: 81908, name: 'Aurora', type: 'trinket', skin: null, precursorId: 81729, precursorName: 'Spark of Sentience', precursorSkin: null, generation: -1, source: 'PvE' }, { id: 91048, name: 'Vision', type: 'trinket', skin: null, precursorId: 91035, precursorName: 'Glimpse', precursorSkin: null, generation: -1, source: 'PvE' }, { id: 91234, name: 'Coalescence', type: 'trinket', skin: null, precursorId: 86104, precursorName: 'Hateful Sworl', precursorSkin: null, generation: -1, source: 'PvE' }, { id: 95380, name: 'Prismatic Champion\'s Regalia', type: 'trinket', skin: null, precursorId: null, precursorName: null, precursorSkin: null, generation: -1, source: 'PvE' },
|
|
21
|
+
{ id: 81908, name: 'Aurora', type: 'trinket', skin: null, precursorId: 81729, precursorName: 'Spark of Sentience', precursorSkin: null, generation: -1, source: 'PvE' }, { id: 91048, name: 'Vision', type: 'trinket', skin: null, precursorId: 91035, precursorName: 'Glimpse', precursorSkin: null, generation: -1, source: 'PvE' }, { id: 91234, name: 'Coalescence', type: 'trinket', skin: null, precursorId: 86104, precursorName: 'Hateful Sworl', precursorSkin: null, generation: -1, source: 'PvE' }, { id: 95380, name: 'Prismatic Champion\'s Regalia', type: 'trinket', skin: null, precursorId: null, precursorName: null, precursorSkin: null, generation: -1, source: 'PvE' }, { id: 107022, name: 'Endless Summer', type: 'trinket', skin: null, precursorId: null, precursorName: null, precursorSkin: null, generation: -1, source: 'PvE' },
|
|
22
22
|
|
|
23
23
|
// PvP Trinket
|
|
24
24
|
{ id: 92991, name: 'Transcendence', type: 'trinket', skin: null, precursorId: null, precursorName: null, precursorSkin: null, generation: -1, source: 'PvP' },
|