✨
This commit is contained in:
@@ -79,8 +79,8 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi
|
|||||||
}
|
}
|
||||||
|
|
||||||
calculateDerivated(context) {
|
calculateDerivated(context) {
|
||||||
context.system.phArmorClass = 10+context.system.stats.defense;
|
context.system.phArmorClass = 3+context.system.stats.defense;
|
||||||
context.system.spArmorClass = 10+context.system.stats.defense;
|
context.system.spArmorClass = 3+context.system.stats.specialDefense;
|
||||||
if (context.system.defenseCategory == "Physical") {
|
if (context.system.defenseCategory == "Physical") {
|
||||||
context.system.phArmorClass += 2;
|
context.system.phArmorClass += 2;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1.27",
|
"version": "0.1.28",
|
||||||
"id": "pokemon",
|
"id": "pokemon",
|
||||||
"title": "Pokémon TTRPG",
|
"title": "Pokémon TTRPG",
|
||||||
"description": "A Pokémon TTRPG",
|
"description": "A Pokémon TTRPG",
|
||||||
|
|||||||
BIN
system.zip
BIN
system.zip
Binary file not shown.
Reference in New Issue
Block a user