✨
This commit is contained in:
@@ -103,6 +103,14 @@ 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user