vehicules pour la feuille de groupe - v0.0.14

This commit is contained in:
François-Xavier Guillois
2023-06-06 16:02:39 +02:00
parent aed892e4d4
commit e5396b6991
14 changed files with 695 additions and 10 deletions
+38 -4
View File
@@ -25,7 +25,7 @@
"identity": {
"height": 0,
"weight": 0,
"vermine2047": "",
"totem": "",
"age": 15,
"profile": "",
"origin": "",
@@ -346,6 +346,29 @@
"max": 4
}
},
"group": {
"templates": ["base"],
"identity": {
"totem": "",
"profile": "",
"origin": "",
"theme": "",
"instincts": "",
"prohibits": "",
"major_objectives": "",
"minor_objectives": "",
"notes": ""
},
"equipment": {
"description": ""
},
"level": {
"value": 1,
"min": 1,
"max": 3
},
"members": []
},
"creature": {
"templates": ["base"],
"age": 15,
@@ -367,14 +390,15 @@
}
},
"Item": {
"types": ["item", "weapon", "defense", "ability", "specialty", "trait", "background", "trauma", "evolution", "rumor"],
"types": ["item", "weapon", "defense", "vehicle", "ability", "specialty", "trait", "background", "trauma", "evolution", "rumor"],
"templates": {
"base": {
"description": "",
"rarity":3,
"reliability":3,
"quantity": 1,
"weight": 0
"weight": 0,
"traits": []
},
"list": {
"description": ""
@@ -396,7 +420,14 @@
"mobility":3
},
"ability": {
"templates": ["list"]
"templates": ["list"],
"type": "character",
"level": {
"value": 1,
"min": 1,
"max": 3
},
"effects": []
},
"specialty": {
"templates": ["list"]
@@ -405,6 +436,9 @@
"templates": ["list"],
"level":0
},
"vehicle": {
"templates": ["base"]
},
"background": {
"templates": ["list"]
},