added zeni and reworking identity

This commit is contained in:
Vlyan
2020-12-16 10:36:12 +01:00
parent 0c99a65e57
commit 48356701b2
4 changed files with 171 additions and 106 deletions

View File

@@ -3,11 +3,13 @@
"types": ["character", "npc"],
"templates": {
"identity": {
"clan": "",
"family": "",
"school": "",
"school_rank": 0,
"roles": ""
"identity": {
"clan": "",
"family": "",
"school": "",
"school_rank": 0,
"roles": ""
}
},
"rings": {
"rings": {
@@ -83,16 +85,28 @@
"xp_total": 0,
"xp_spent": 0,
"xp_saved": 0
},
"techniques": {
"techniques": {
"kata": false,
"kiho": false,
"invocation": false,
"ritual": false,
"shuji": false,
"maho": false,
"ninjutsu": false
}
}
},
"character": {
"templates": ["identity", "rings", "social", "skills", "conflict", "xp"],
"templates": ["identity", "rings", "social", "skills", "techniques", "conflict", "xp"],
"zeni": 0,
"notes": "",
"feats": []
"feats": [],
"twenty_questions": {}
},
"npc": {
"templates": ["rings", "social", "conflict"],
"name": "",
"type": "minion",
"attitude": "",
"notes": "",