Working on 0.8.x

- Working on title
- Added property update/delete for item patterns
This commit is contained in:
Vlyan
2021-05-21 14:12:14 +02:00
parent 4350ea25ee
commit 4f9b72c63f
22 changed files with 586 additions and 101 deletions

View File

@@ -155,7 +155,9 @@
"templates": {
"basics": {
"book_reference": "",
"description": ""
"description": "",
"parent_id": null,
"items": []
},
"advancement": {
"in_curriculum": false,
@@ -214,7 +216,8 @@
},
"title": {
"templates": ["basics", "advancement"],
"xp_cost": 3
"xp_cost": 3,
"advancements": []
},
"bond": {
"templates": ["basics", "advancement"],
@@ -223,6 +226,7 @@
},
"item_pattern": {
"templates": ["basics", "advancement"],
"linked_property_id": null,
"rarity_modifier": "",
"xp_cost": 3
},