gw2e-account-statistics 3.4.0 → 3.4.1
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.
|
@@ -422,6 +422,12 @@ function countLegendaryInsights(items) {
|
|
|
422
422
|
li += Math.min(perfectedCount, 6) * 25 + Math.max(perfectedCount - 6, 0) * 50;
|
|
423
423
|
li += countItems(items, [envoyInsignia, giftOfProwess]) * 25;
|
|
424
424
|
li += countItems(items, legendaryInsight);
|
|
425
|
+
li += countItems(items, [97269, // Mai Trin's Magnificent Coffer
|
|
426
|
+
96638, // Ankka's Magnificent Coffer
|
|
427
|
+
96419, // Minister Li's Magnificent Coffer
|
|
428
|
+
95986 // Void's Magnificent Coffer
|
|
429
|
+
]);
|
|
430
|
+
|
|
425
431
|
return li;
|
|
426
432
|
}
|
|
427
433
|
|