Working on 0.8.x

- Showing titles (title_ability) in techniques pc/npc
This commit is contained in:
Vlyan
2021-05-22 23:12:54 +02:00
parent 90ccfd1d68
commit f8afea9513
4 changed files with 19 additions and 17 deletions

View File

@@ -162,6 +162,7 @@
"advancement": {
"in_curriculum": false,
"xp_used": 3,
"xp_cost": 3,
"rank": 1,
"bought_at_rank": 1,
"ring": "void"
@@ -198,8 +199,7 @@
},
"technique": {
"templates": ["basics", "advancement"],
"technique_type": "kata",
"xp_cost": 3
"technique_type": "kata"
},
"property": {
"templates": ["basics"]
@@ -216,23 +216,19 @@
},
"title": {
"templates": ["basics", "advancement"],
"xp_cost": 3,
"advancements": []
},
"bond": {
"templates": ["basics", "advancement"],
"bond_type": "",
"xp_cost": 3
"bond_type": ""
},
"item_pattern": {
"templates": ["basics", "advancement"],
"linked_property_id": null,
"rarity_modifier": "",
"xp_cost": 3
"rarity_modifier": ""
},
"signature_scroll": {
"templates": ["basics", "advancement"],
"xp_cost": 3
"templates": ["basics", "advancement"]
}
}
}