Data model change

This commit is contained in:
2022-07-26 21:40:42 +02:00
parent eda4455be3
commit 80708e3f0a
10 changed files with 100 additions and 126 deletions

View File

@@ -100,7 +100,10 @@
}
},
"Item": {
"types": [ "race", "skill", "armor", "shield", "equipment", "weapon", "money" , "feat", "spell", "condition"],
"types": [ "race", "skill", "armor", "shield", "equipment", "weapon", "money" , "feat", "spell", "condition", "poison"],
"poison": {
"description": ""
},
"condition": {
"description": ""
},