Initial import

This commit is contained in:
2021-12-05 20:36:34 +01:00
parent 742f96fcbe
commit 9e6cf0bf3b
34 changed files with 194 additions and 96 deletions

View File

@@ -29,61 +29,61 @@
"statistics": {
"agi":{
"label": "Agility",
"abbrev": "agi",
"abbrev": "AGI",
"level": 1,
"mod": 0
},
"mnd":{
"label": "Mind",
"abbrev": "mnd",
"abbrev": "MND",
"level": 1,
"mod": 0
},
"soc":{
"label": "Social",
"abbrev": "soc",
"abbrev": "SOC",
"level": 1,
"mod": 0
},
"str":{
"label": "Strength",
"abbrev": "str",
"abbrev": "STR",
"level": 1,
"mod": 0
},
"phy":{
"label": "Physique",
"abbrev": "phy",
"abbrev": "PHY",
"level": 1,
"mod": 0
},
"com":{
"label": "Combat",
"abbrev": "com",
"abbrev": "COM",
"level": 1,
"mod": 0
},
"def":{
"label": "Defence",
"abbrev": "def",
"abbrev": "DEF",
"level": 1,
"mod": 0
},
"stl":{
"label": "Stealth",
"abbrev": "stl",
"abbrev": "STL",
"level": 1,
"mod": 0
},
"per":{
"label": "Perception",
"abbrev": "per",
"abbrev": "PER",
"level": 1,
"mod": 0
},
"foc":{
"label": "Focus",
"abbrev": "foc",
"abbrev": "FOC",
"level": 1,
"mod": 0
}
@@ -142,6 +142,16 @@
"statistics": ""
},
"ability": {
"affectedstat": "",
"statmodifier": 0,
"statlevelincrease": 0,
"bonusdice": 0,
"otherdice": 0,
"statusaffected": "",
"statusmodifier": 0,
"powergained": 0,
"specgained": "",
"aoe": "",
"description": ""
},
"specialisation": {
@@ -154,6 +164,17 @@
"active": false,
"roundcount": 0,
"nbuse": "",
"gainstatdice": "",
"gainbonusdice": 0,
"gainotherdice": 0,
"specialisation": "",
"range": "",
"aoe": "",
"nbtargets": 0,
"nrgcost": 0,
"effectscaused": "",
"stataffected": "",
"targetresists": "",
"description": "",
"upgrades": "",
"rules": ""
@@ -201,6 +222,7 @@
"cost": 0,
"weight": 0,
"idr": "",
"range": "",
"equipped": false,
"description": ""
}