literally check if they are there

This commit is contained in:
kvan7
2026-08-29 13:14:34 -05:00
parent a6f724b1d2
commit a771fc2eeb
+8
View File
@@ -276,6 +276,14 @@ async function loadStats(language: string) {
};
STATS_ITERATOR = ndjsonFindLines<Stat>(ndjson);
const res = STATS_ITERATOR("#% to Fire Resistance").toArray();
console.log(`w/ fire res ${res.length}`);
console.log(res);
const light = STATS_ITERATOR("Adds # to # Lightning Damage").toArray();
console.log(`w/ lightning ${light.length}`);
console.log(light);
}
// assertion, to avoid regressions in stats.ndjson