This commit is contained in:
François-Xavier Guillois
2023-09-07 10:47:34 +02:00
parent 1529f50602
commit 1c31e0c81d
8 changed files with 121 additions and 5 deletions
+9 -2
View File
@@ -411,7 +411,7 @@
}
},
"Item": {
"types": ["item", "weapon", "defense", "vehicle", "ability", "specialty", "trait", "background", "trauma", "evolution", "rumor", "target"],
"types": ["item", "weapon", "defense", "vehicle", "ability", "specialty", "trait", "background", "trauma", "evolution", "rumor", "target", "rite"],
"templates": {
"base": {
"description": "",
@@ -466,6 +466,9 @@
"templates": ["base"],
"mobility":3
},
"rite": {
"templates": ["base"]
},
"background": {
"templates": ["list"]
},
@@ -475,7 +478,11 @@
},
"evolution": {
"templates": ["list"],
"level":1
"level": {
"value": 1,
"min": 1,
"max": 4
}
},
"rumor": {
"templates": ["list"]