gw2e-account-statistics 3.5.0 → 3.6.0

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.
@@ -62,6 +62,7 @@ exports.default = {
62
62
  unusualCoins: 62,
63
63
  jadeSlivers: 64,
64
64
  testimonyOfJadeHeroics: 65,
65
+ ancientCoins: 66,
65
66
  canachCoins: 67,
66
67
  imperialFavor: 68,
67
68
  talesOfDungeonDelving: 69,
@@ -254,6 +254,7 @@ exports.default = function (accountData) {
254
254
 
255
255
  // (16) GEMSTORE
256
256
  instruments: countItems(items, [36174, // Musical Bass Guitar
257
+ 38128, // Choir Bell
257
258
  42888, // Marriner's Horn
258
259
  42973, // Flute
259
260
  43008, // Flute
@@ -265,12 +266,18 @@ exports.default = function (accountData) {
265
266
  66323, // Musical Lute
266
267
  67391, // Haunted Gramophone
267
268
  68361, // Magnanimous Choir Bell
269
+ 71747, // Zephyrites Music Box
268
270
  80932, // Duskk's World 2 Super Boom Box
269
271
  80972, // Duskk's World 1 Super Boom Box
272
+ 82286, // Hafez's Music Box
273
+ 82432, // Ghiwane's Music Box
274
+ 83444, // Tinari's Music Box
275
+ 83826, // Khadiri's Music Box
276
+ 84566, // Nightingale's Music Box
270
277
  88004, // Musical Minstrel
271
278
  88066, // Musical Verdarach
272
279
  88385 // Unbreakable Choir Bell
273
- ]),
280
+ ], true),
274
281
  permanentTools: countItems(items, _permanentToolIds2.default),
275
282
  permanentContracts: countItems(items, [35976, // Personal Trader Express
276
283
  35977, // Personal Merchant Express
@@ -285,7 +292,9 @@ exports.default = function (accountData) {
285
292
  78455, // Endless Repair Contract
286
293
  84440, // Collector's Edition Sandstorm
287
294
  86497, // Endless Upgrade Extractor Contract
288
- 86549 // Endless Upgrade Extractor
295
+ 86549, // Endless Upgrade Extractor
296
+ 36182, // Permanent Mobile Crafting Station
297
+ 99989 // Permanent Crafting Station Contract
289
298
  ]),
290
299
  gemstoreToys: countItems(items, _gemstoreToyIds2.default),
291
300
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gw2e-account-statistics",
3
- "version": "3.5.0",
3
+ "version": "3.6.0",
4
4
  "description": "Calculate statistics of guildwars2 accounts",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -64,6 +64,7 @@ describe('statistics > wallet', () => {
64
64
  zephyriteLockpicks: null,
65
65
  researchNotes: null,
66
66
  unusualCoins: null,
67
+ ancientCoins: null,
67
68
  jadeSlivers: null,
68
69
  testimonyOfJadeHeroics: null,
69
70
  canachCoins: null,
@@ -182,6 +183,7 @@ describe('statistics > wallet', () => {
182
183
  jadeSlivers: 0,
183
184
  testimonyOfJadeHeroics: 0,
184
185
  canachCoins: 0,
186
+ ancientCoins: 0,
185
187
  imperialFavor: 0,
186
188
  talesOfDungeonDelving: 0,
187
189
  _legendaryInsightsFromWallet: 0