✨
This commit is contained in:
@@ -81,11 +81,6 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi
|
||||
calculateDerivated(context) {
|
||||
context.system.phArmorClass = 3+context.system.stats.defense;
|
||||
context.system.spArmorClass = 3+context.system.stats.specialDefense;
|
||||
if (context.system.defenseCategory == "Physical") {
|
||||
context.system.phArmorClass += 2;
|
||||
} else {
|
||||
context.system.spArmorClass += 2;
|
||||
}
|
||||
|
||||
context.defenses = context.types.map(type => this.calcEffectiveness(context, type));
|
||||
|
||||
|
||||
BIN
system.zip
BIN
system.zip
Binary file not shown.
Reference in New Issue
Block a user