Char - WIP
This commit is contained in:
@ -21,70 +21,83 @@
|
||||
"level": 0,
|
||||
"cdp": 0,
|
||||
"notes": "",
|
||||
"gmnotes": ""
|
||||
"gmnotes": "",
|
||||
"racename": ""
|
||||
}
|
||||
},
|
||||
"core": {
|
||||
"race": [],
|
||||
"abilities": [],
|
||||
"subactors": [],
|
||||
"statistics": {
|
||||
"agi":{
|
||||
"label": "Agility",
|
||||
"abbrev": "AGI",
|
||||
"level": 1,
|
||||
"value": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"mnd":{
|
||||
"label": "Mind",
|
||||
"abbrev": "MND",
|
||||
"level": 1,
|
||||
"value": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"soc":{
|
||||
"label": "Social",
|
||||
"abbrev": "SOC",
|
||||
"level": 1,
|
||||
"value": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"str":{
|
||||
"label": "Strength",
|
||||
"abbrev": "STR",
|
||||
"level": 1,
|
||||
"value": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"phy":{
|
||||
"label": "Physique",
|
||||
"abbrev": "PHY",
|
||||
"level": 1,
|
||||
"value": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"com":{
|
||||
"label": "Combat",
|
||||
"abbrev": "COM",
|
||||
"level": 1,
|
||||
"value": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"def":{
|
||||
"label": "Defence",
|
||||
"abbrev": "DEF",
|
||||
"level": 1,
|
||||
"value": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"stl":{
|
||||
"label": "Stealth",
|
||||
"abbrev": "STL",
|
||||
"level": 1,
|
||||
"value": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"per":{
|
||||
"label": "Perception",
|
||||
"abbrev": "PER",
|
||||
"level": 1,
|
||||
"value": 1,
|
||||
"mod": 0
|
||||
},
|
||||
"foc":{
|
||||
"label": "Focus",
|
||||
"abbrev": "FOC",
|
||||
"level": 1,
|
||||
"value": 1,
|
||||
"mod": 0
|
||||
}
|
||||
},
|
||||
@ -142,6 +155,7 @@
|
||||
"messagespecplus1": "",
|
||||
"specialisationsplus1": [],
|
||||
"powers1": [],
|
||||
"MR": 0,
|
||||
"specialperk": [],
|
||||
"statincreasechoice": [ { "name":"AGI", "flag":false }, {"name":"MND", "flag":false }, {"name":"SOC", "flag":false }, {"name":"STR", "flag":false },
|
||||
{"name":"PHY", "flag":false }, {"name":"COM", "flag":false }, {"name":"DEF", "flag":false }, {"name":"STL", "flag":false },
|
||||
@ -316,7 +330,8 @@
|
||||
"type": "",
|
||||
"powersource": "",
|
||||
"effects": "",
|
||||
"purchasedeffects": ""
|
||||
"purchasedeffects": "",
|
||||
"description": ""
|
||||
},
|
||||
"armor": {
|
||||
"statistic": "",
|
||||
|
Reference in New Issue
Block a user