This commit is contained in:
Nikolaj
2025-08-05 11:38:43 +02:00
parent c922666747
commit 90a9a7047d
7 changed files with 11 additions and 12 deletions

View File

@@ -103,14 +103,6 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi
effectiveness *= this.effectivenessChart[type][context.system.type2] ?? 1;
}
if (effectiveness == 0.5) {
effectiveness = "½";
}
if (effectiveness == 0.25) {
effectiveness = "¼";
}
return effectiveness
}