Initial import
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
"mod": 0
|
||||
},
|
||||
"soc":{
|
||||
"label": "Sociability",
|
||||
"label": "Social",
|
||||
"abbrev": "soc",
|
||||
"level": 1,
|
||||
"mod": 0
|
||||
@@ -52,19 +52,19 @@
|
||||
"mod": 0
|
||||
},
|
||||
"phy":{
|
||||
"label": "Physical",
|
||||
"label": "Physique",
|
||||
"abbrev": "phy",
|
||||
"level": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"com":{
|
||||
"label": "Communication",
|
||||
"label": "Combat",
|
||||
"abbrev": "com",
|
||||
"level": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"def":{
|
||||
"label": "Defense",
|
||||
"label": "Defence",
|
||||
"abbrev": "def",
|
||||
"level": 1,
|
||||
"mod": 0
|
||||
@@ -92,20 +92,24 @@
|
||||
"health": {
|
||||
"label": "Health",
|
||||
"value": 0,
|
||||
"type": "value",
|
||||
"max": 0
|
||||
},
|
||||
"delirium": {
|
||||
"label": "Delirium",
|
||||
"value": 0,
|
||||
"type": "value",
|
||||
"max": 0
|
||||
},
|
||||
"nrg": {
|
||||
"label": "NRJ",
|
||||
"label": "NRG",
|
||||
"value": 0,
|
||||
"type": "value",
|
||||
"max": 0
|
||||
},
|
||||
"mr": {
|
||||
"label": "MR",
|
||||
"type": "dice",
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
@@ -123,7 +127,7 @@
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"types": [ "race", "role", "ability", "specialisation", "perk", "power" , "armor", "equipment", "weapon"],
|
||||
"types": [ "race", "role", "ability", "specialisation", "perk", "power" , "armor", "shield", "equipment", "weapon"],
|
||||
"race": {
|
||||
"description": "",
|
||||
"environment": "",
|
||||
@@ -149,6 +153,7 @@
|
||||
"level": 1,
|
||||
"active": false,
|
||||
"roundcount": 0,
|
||||
"nbuse": "",
|
||||
"description": "",
|
||||
"upgrades": "",
|
||||
"rules": ""
|
||||
@@ -161,7 +166,8 @@
|
||||
"range": "",
|
||||
"action": "",
|
||||
"type": "",
|
||||
"effects": ""
|
||||
"effects": "",
|
||||
"purchasedeffects": ""
|
||||
},
|
||||
"armor": {
|
||||
"statistic": "",
|
||||
|
||||
Reference in New Issue
Block a user