gestion de l'age

This commit is contained in:
François-Xavier Guillois
2023-08-30 10:33:26 +02:00
parent 9182d12dba
commit f605cd14d6
17 changed files with 100 additions and 34 deletions
+5
View File
@@ -5,6 +5,11 @@ export const VERMINE = {};
* @type {Object}
*/
VERMINE.AgeTypes = {
1:{ "name":"AGE_TYPES.young", "beginning": 0 },
2:{ "name":"AGE_TYPES.adult", "beginning": 16 },
3:{ "name":"AGE_TYPES.old", "beginning": 45 }
}
VERMINE.SkillLevels = {
1:{ "label":"VERMINE.skill_level.beginner", "dicePool":1, "reroll":0},