Form for skills, weapon and armors
This commit is contained in:
@@ -83,23 +83,31 @@
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"types": [ "race", "skill", "armor", "shield", "equipment", "weapon", "money" ],
|
||||
"types": [ "race", "skill", "armor", "shield", "equipment", "weapon", "money" , "feat"],
|
||||
"race": {
|
||||
"description": ""
|
||||
},
|
||||
"feat": {
|
||||
"isfeatdie": false,
|
||||
"issl": false,
|
||||
"sl": 0,
|
||||
"description": ""
|
||||
},
|
||||
"skill": {
|
||||
"ability": "",
|
||||
"armorpenalty": false,
|
||||
"level": 0,
|
||||
"background": 0,
|
||||
"basic": 0,
|
||||
"class": 0,
|
||||
"exp": 0,
|
||||
"armor": "",
|
||||
"description": ""
|
||||
},
|
||||
"armor": {
|
||||
"type": "",
|
||||
"armortype": "",
|
||||
"absorprionroll": "",
|
||||
"damagedroll": "",
|
||||
"isproficient": false,
|
||||
"minstr": 0,
|
||||
"skillpenalty": 0,
|
||||
"equipped": false,
|
||||
@@ -125,13 +133,13 @@
|
||||
},
|
||||
"weapon": {
|
||||
"ability": "",
|
||||
"qualities": [],
|
||||
"flaws": [],
|
||||
"isproficient": false,
|
||||
"qualities": "",
|
||||
"flaws": "",
|
||||
"damage": "",
|
||||
"cost": 0,
|
||||
"weight": 0,
|
||||
"range": "",
|
||||
"maxrange": "",
|
||||
"cost": 0,
|
||||
"equipped": false,
|
||||
"description": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user