gw2e-account-statistics 3.5.1 → 3.7.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.
@@ -37,7 +37,6 @@ exports.default = {
37
37
  testimonyOfHeroics: 36,
38
38
  exaltedKeys: 37,
39
39
  machetes: 38,
40
- gaetingCrystals: 39,
41
40
  banditSkeletonKeys: 40,
42
41
  pactCrowbars: 41,
43
42
  vialsOfChakAcid: 42,
@@ -62,6 +61,7 @@ exports.default = {
62
61
  unusualCoins: 62,
63
62
  jadeSlivers: 64,
64
63
  testimonyOfJadeHeroics: 65,
64
+ ancientCoins: 66,
65
65
  canachCoins: 67,
66
66
  imperialFavor: 68,
67
67
  talesOfDungeonDelving: 69,
@@ -38,9 +38,12 @@ exports.default = function (accountData) {
38
38
  hatchedChili: countItems(items, 92072),
39
39
  eternalIceShard: countItems(items, 92272),
40
40
  eitriteIngots: countItems(items, 92317),
41
+ essenceOfDespair: countItems(items, 100078),
42
+ essenceOfGreed: countItems(items, 100414),
43
+ essenceOfTriumph: countItems(items, 100055),
41
44
 
42
45
  // (4) DUNGEONS
43
- chestOfDungeoneering: countItems(items, 78252),
46
+ chestOfDungeoneering: countItems(items, [78252, 98187]),
44
47
 
45
48
  // (5) FRACTALS
46
49
  fractalTonics: countItems(items, 49277),
@@ -297,6 +300,16 @@ exports.default = function (accountData) {
297
300
  99989 // Permanent Crafting Station Contract
298
301
  ]),
299
302
  gemstoreToys: countItems(items, _gemstoreToyIds2.default),
303
+ permanentLoungePasses: countItems(items, [90025, // Armistice Bastion Pass
304
+ 81578, // Champion's Rest Pass
305
+ 50104, // Captain's Airship Pass
306
+ 79500, // Lava Lounge Pass
307
+ 82081, // Invitation to "Lily of the Elon"
308
+ 81664, // Mistlock Sanctuary Passkey
309
+ 79140, // Noble's Folly Pass
310
+ 49149, // Royal Terrace Pass
311
+ 97969 // Thousand Seas Pavilion Pass
312
+ ], true),
300
313
 
301
314
  // (17) POINTLESS STATISTICS
302
315
  brokenTwig: countItems(items, 76046),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gw2e-account-statistics",
3
- "version": "3.5.1",
3
+ "version": "3.7.0",
4
4
  "description": "Calculate statistics of guildwars2 accounts",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -64,6 +64,7 @@ describe('statistics > items', () => {
64
64
  petrifiedWood: null,
65
65
  tomesOfKnowledge: null,
66
66
  permanentContracts: null,
67
+ permanentLoungePasses: null,
67
68
  freshWinterberries: null,
68
69
  wintersHeartInfusions: null,
69
70
  kodasWarmthEnrichment: null,
@@ -76,6 +77,9 @@ describe('statistics > items', () => {
76
77
  dragoniteOre: null,
77
78
  bloodstoneDust: null,
78
79
  empyrealFragments: null,
80
+ essenceOfDespair: null,
81
+ essenceOfGreed: null,
82
+ essenceOfTriumph: null,
79
83
  crystallineOre: null,
80
84
  airshipOil: null,
81
85
  auricDust: null,
@@ -39,7 +39,6 @@ describe('statistics > wallet', () => {
39
39
  tradeContract: null,
40
40
  elegyMosaic: null,
41
41
  testimonyOfHeroics: null,
42
- gaetingCrystals: null,
43
42
  volatileMagic: null,
44
43
  pvpTournamentVouchers: null,
45
44
  racingMedallions: null,
@@ -64,6 +63,7 @@ describe('statistics > wallet', () => {
64
63
  zephyriteLockpicks: null,
65
64
  researchNotes: null,
66
65
  unusualCoins: null,
66
+ ancientCoins: null,
67
67
  jadeSlivers: null,
68
68
  testimonyOfJadeHeroics: null,
69
69
  canachCoins: null,
@@ -154,7 +154,6 @@ describe('statistics > wallet', () => {
154
154
  tradeContract: 465,
155
155
  elegyMosaic: 98,
156
156
  testimonyOfHeroics: 645,
157
- gaetingCrystals: 561,
158
157
  volatileMagic: 980,
159
158
  pvpTournamentVouchers: 45,
160
159
  racingMedallions: 435,
@@ -182,6 +181,7 @@ describe('statistics > wallet', () => {
182
181
  jadeSlivers: 0,
183
182
  testimonyOfJadeHeroics: 0,
184
183
  canachCoins: 0,
184
+ ancientCoins: 0,
185
185
  imperialFavor: 0,
186
186
  talesOfDungeonDelving: 0,
187
187
  _legendaryInsightsFromWallet: 0