Some automatisations on advancements

Added xp cost for technique
This commit is contained in:
Vlyan
2020-12-27 12:19:43 +01:00
parent 65be83dc14
commit c874caec1a
14 changed files with 200 additions and 44 deletions

View File

@@ -186,7 +186,8 @@
"technique": {
"templates": ["basics", "advancement"],
"technique_type": "kata",
"effects": ""
"effects": "",
"xp_cost": 3
},
"property": {
"templates": ["basics"]
@@ -198,7 +199,7 @@
},
"advancement": {
"templates": ["basics", "advancement"],
"advancement_type": "",
"advancement_type": "skill",
"skill": ""
}
}