This commit is contained in:
Nikolaj
2025-08-05 10:15:03 +02:00
parent 38e52a3371
commit ce5c9534b4
7 changed files with 84 additions and 55 deletions

View File

@@ -84,6 +84,8 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi
context.system.spArmorClass += 2;
}
context.defenses = ["1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1", "1"]
context.system.speed = 30+5*context.system.stats.speed;
return context;