35 lines
539 B
JavaScript
35 lines
539 B
JavaScript
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",
|
|
];
|