Move to public
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user