Item descriptions

This commit is contained in:
2022-12-28 10:30:56 +01:00
parent d56be5dcd6
commit d49452efc5
12 changed files with 120 additions and 62 deletions

View File

@@ -24,7 +24,9 @@
"str": {
"label": "Strength",
"value": 10,
"base": 10
"base": 10,
"realcost": 0,
"activecost": 0
},
"dex": {
"label": "Dexterity",
@@ -91,12 +93,20 @@
"pd": {
"label": "PD",
"value": 2,
"base": 2
"base": 2,
"pd_nonresistant_total": 0,
"pd_resistant_toal": 0,
"pd_resistant_primary": 0,
"pd_resistant_secondary": 0
},
"ed": {
"label": "ED",
"value": 2,
"base": 2
"base": 2,
"ed_nonresistant_total": 0,
"ed_resistant_toal": 0,
"ed_resistant_primary": 0,
"ed_resistant_secondary": 0
},
"rec": {
"label": "REC",
@@ -149,7 +159,11 @@
"leaping": {
"label": "Leaping",
"value": 4,
"base": 4
"base": 4,
"leaping_horizontal_base": 0,
"leaping_horizontal_total": 0,
"leaping_vertical_base": 0,
"leaping_vertical_total": 0
},
"flying": {
"label": "Flying",
@@ -186,20 +200,25 @@
],
"templates": {
"common": {
"displayname": "",
"description": "",
"notes": "",
"effects": "",
"cost": "",
"activecost": 0,
"basecost": 0,
"value": 0,
"modifiers": []
},
"power": {
"description": "",
"cost": "",
"displayname": "",
"modifiers": [],
"type": "",
"effect": 0,
"petype": "",
"levels": 0,
"end": 0,
"quantity": 0,
"range": "",
"damage": "",
"endurance": 0,
"items": {}
}
},
@@ -214,9 +233,9 @@
]
},
"skill": {
"skilltype": "",
"skilltype": "agility",
"characteristic": "",
"base": 0,
"base": "",
"skillroll": 0,
"levels": 0,
"templates": [
@@ -226,14 +245,16 @@
},
"power": {
"templates": [
"common",
"power"
]
},
"equipment": {
"templates": [
"common",
"power"
],
"quantity": 1,
"value": 0,
"weight": 0,
"moneycost": 0
},
@@ -288,21 +309,29 @@
"velValue": 0
},
"perk": {
"roll": 0,
"templates": [
"common"
]
},
"talent": {
"roll": 0,
"templates": [
"common"
]
},
"complication": {
"hasroll": false,
"roll": 0,
"templates": [
"common"
]
},
"martialart": {
"maneuver_phase": 0,
"maneuver_ocv": 0,
"maneuver_dcv": 0,
"maneuver_effect": "",
"templates": [
"common"
]