gw2e-account-statistics 3.11.0 → 3.12.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.
@@ -104,6 +104,15 @@ exports.default = function (accountData) {
104
104
  elonRiverlandsHerosChoice: countItems(items, 91039),
105
105
  theDesolationHerosChoice: countItems(items, [84360, 90994]),
106
106
  domainOfVabbiHerosChoice: countItems(items, 83035),
107
+ seitungProvinceHerosChoice: countItems(items, 97895),
108
+ newKainengCityHerosChoice: countItems(items, 97901),
109
+ echovaldWildsHerosChoice: countItems(items, 97894),
110
+ dragonsEndHerosChoice: countItems(items, 97896),
111
+ gyalaDelveHerosChoice: countItems(items, 99704),
112
+ skywatchArchipelagoHerosChoice: countItems(items, 100547),
113
+ amnytasHerosChoice: countItems(items, 100193),
114
+ innerNayosEndHerosChoice: countItems(items, 101195),
115
+ convergenceHerosChoice: countItems(items, 101185),
107
116
  giftsOfExploration: countItems(items, 19677),
108
117
  giftsOfBattle: countItems(items, 19678),
109
118
  tomesOfKnowledge: countItems(items, [43741, 43766]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gw2e-account-statistics",
3
- "version": "3.11.0",
3
+ "version": "3.12.0",
4
4
  "description": "Calculate statistics of guildwars2 accounts",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -59,6 +59,15 @@ describe('statistics > items', () => {
59
59
  elonRiverlandsHerosChoice: null,
60
60
  theDesolationHerosChoice: null,
61
61
  domainOfVabbiHerosChoice: null,
62
+ seitungProvinceHerosChoice: null,
63
+ newKainengCityHerosChoice: null,
64
+ echovaldWildsHerosChoice: null,
65
+ dragonsEndHerosChoice: null,
66
+ gyalaDelveHerosChoice: null,
67
+ skywatchArchipelagoHerosChoice: null,
68
+ amnytasHerosChoice: null,
69
+ innerNayosEndHerosChoice: null,
70
+ convergenceHerosChoice: null,
62
71
  uniqueTonics: null,
63
72
  bloodRubies: null,
64
73
  petrifiedWood: null,