Added efficient computation of characters to replace heavy export functionality

This commit is contained in:
Stefan Zermatten
2017-09-26 13:36:01 +02:00
parent 750022f0f1
commit 877f516565
5 changed files with 384 additions and 71 deletions

View File

@@ -0,0 +1,34 @@
ATTRIBUTES = [
"strength",
"dexterity",
"constitution",
"intelligence",
"wisdom",
"charisma",
"hitPoints",
"tempHP",
"experience",
"proficiencyBonus",
"speed",
"armor",
"carryMultiplier",
"level1SpellSlots",
"level2SpellSlots",
"level3SpellSlots",
"level4SpellSlots",
"level5SpellSlots",
"level6SpellSlots",
"level7SpellSlots",
"level8SpellSlots",
"level9SpellSlots",
"ki",
"sorceryPoints",
"rages",
"superiorityDice",
"expertiseDice",
"rageDamage",
"d6HitDice",
"d8HitDice",
"d10HitDice",
"d12HitDice",
];