basis of wound system

This commit is contained in:
François-Xavier Guillois
2023-09-05 15:04:06 +02:00
parent 983f856187
commit 848366e05c
7 changed files with 156 additions and 75 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ export const VERMINE = {};
VERMINE.AgeTypes = {
1:{ "name":"AGE_TYPES.young", "beginning": 0 },
2:{ "name":"AGE_TYPES.adult", "beginning": 16 },
3:{ "name":"AGE_TYPES.old", "beginning": 45 }
2:{ "name":"AGE_TYPES.adult", "beginning": 18 },
3:{ "name":"AGE_TYPES.old", "beginning": 47 }
}
VERMINE.SkillLevels = {