Debuting the conversion of skills to items list : Db and item Sheet

This commit is contained in:
Vlyan
2023-01-07 15:57:44 +01:00
parent ac43982f24
commit 5fbb34d882
20 changed files with 342 additions and 4 deletions

View File

@@ -194,7 +194,8 @@
"signature_scroll",
"item_pattern",
"army_cohort",
"army_fortification"
"army_fortification",
"skill"
],
"templates": {
"basics": {
@@ -220,6 +221,11 @@
"properties": []
}
},
"skill": {
"templates": ["basics"],
"category": "artisan",
"rank": 0
},
"item": {
"templates": ["basics", "item"]
},