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

@@ -6,3 +6,14 @@ abilities = [
"wisdom",
"charisma",
];
ABILITIES = abilities;
ABILITY_MODS = [
"strengthMod",
"dexterityMod",
"constitutionMod",
"intelligenceMod",
"wisdomMod",
"charismaMod",
];