Move to public

This commit is contained in:
2022-07-23 22:35:27 +02:00
parent d0a2d66d92
commit adcd3227ca
8 changed files with 137 additions and 184 deletions

View File

@@ -83,7 +83,10 @@
}
},
"Item": {
"types": [ "race", "skill", "armor", "shield", "equipment", "weapon", "money" , "feat"],
"types": [ "race", "skill", "armor", "shield", "equipment", "weapon", "money" , "feat", "spell", "condition"],
"condition": {
"description": ""
},
"race": {
"description": ""
},
@@ -115,20 +118,18 @@
"description":""
},
"equipment": {
"type": "",
"equiptype": "",
"cost": 0,
"weight": 0,
"quantity": 0,
"equipped": false,
"iscontainer": false,
"containercapacity": 0,
"containerid": "",
"threatlevel": 0
"description":""
},
"money" : {
"value": 0,
"quantity": 0,
"weight": 0,
"description": ""
},
"weapon": {
@@ -142,6 +143,12 @@
"cost": 0,
"equipped": false,
"description": ""
},
"spell":{
"lore": "",
"circle": 1,
"range": "",
"description": ""
}
}
}