sheet terms

This commit is contained in:
François-Xavier Guillois
2023-05-30 15:42:33 +02:00
parent cb71f649f1
commit 411c8f9bce
8 changed files with 95 additions and 142 deletions
+10 -8
View File
@@ -67,14 +67,16 @@ TOTEM.skillCategories = {
TOTEM.sexes = {"male": "TOTEM.sexes.male", "female": "TOTEM.sexes.female"};
TOTEM.signs = {"wolf":"SIGNS.wolf.name","child": "SIGNS.child.name" ,
"tree": "SIGNS.tree.name" ,
"specter": "SIGNS.specter.name" ,
"whirlwind": "SIGNS.whirlwind.name" ,
"vulture": "SIGNS.vulture.name" ,
"ship": "SIGNS.ship.name" ,
"sword": "SIGNS.sword.name" ,
"cat": "SIGNS.cat.name" }
TOTEM.totems = {"human":"TOTEMS.human.name",
"predator": "TOTEMS.predator.name" ,
"scavenger": "TOTEMS.scavenger.name" ,
"symbiote": "TOTEMS.symbiote.name" ,
"parasite": "TOTEMS.parasite.name" ,
"builder": "TOTEMS.builder.name" ,
"horde": "TOTEMS.horde.name" ,
"hive": "TOTEMS.hive.name" ,
"loner": "TOTEMS.loner.name",
"adapted": "TOTEMS.adapted.name" }
TOTEM.origins = {"aon":"Aon",
"avhorae": "Avhorae" ,