Initial system development
This commit is contained in:
108
template.json
108
template.json
@@ -13,7 +13,102 @@
|
||||
"vehicules": []
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"stats": {
|
||||
"strength": {
|
||||
"value": 0,
|
||||
"cardsuit": "spade",
|
||||
"group": "STATS.physical",
|
||||
"label": "STATS.strength",
|
||||
"xp": 0
|
||||
},
|
||||
"dexterity": {
|
||||
"value": 0,
|
||||
"cardsuit": "hearth",
|
||||
"group": "STATS.physical",
|
||||
"label": "STATS.dexterity",
|
||||
"xp": 0
|
||||
},
|
||||
"speed": {
|
||||
"value": 0,
|
||||
"cardsuit": "diamond",
|
||||
"group": "STATS.physical",
|
||||
"label": "STATS.speed",
|
||||
"xp": 0
|
||||
},
|
||||
"endurance": {
|
||||
"value": 0,
|
||||
"cardsuit": "club",
|
||||
"group": "STATS.physical",
|
||||
"label": "STATS.endurance",
|
||||
"xp": 0
|
||||
},
|
||||
"intelligence": {
|
||||
"value": 0,
|
||||
"cardsuit": "spade",
|
||||
"group": "STATS.mental",
|
||||
"label": "STATS.intelligence",
|
||||
"xp": 0
|
||||
},
|
||||
"perception": {
|
||||
"value": 0,
|
||||
"cardsuit": "hearth",
|
||||
"group": "STATS.mental",
|
||||
"label": "STATS.perception",
|
||||
"xp": 0
|
||||
},
|
||||
"charisma": {
|
||||
"value": 0,
|
||||
"cardsuit": "diamond",
|
||||
"group": "STATS.mental",
|
||||
"label": "STATS.charisma",
|
||||
"xp": 0
|
||||
},
|
||||
"determination": {
|
||||
"value": 0,
|
||||
"cardsuit": "club",
|
||||
"group": "STATS.mental",
|
||||
"label": "STATS.determination",
|
||||
"xp": 0
|
||||
}
|
||||
},
|
||||
"internals": {
|
||||
"deck": []
|
||||
},
|
||||
"scores": {
|
||||
"edge": {
|
||||
"value": 0
|
||||
},
|
||||
"wealth": {
|
||||
"value": 0
|
||||
},
|
||||
"lifestyle": {
|
||||
"value": 0
|
||||
},
|
||||
"defense": {
|
||||
"value1": 0,
|
||||
"value2": 0
|
||||
},
|
||||
"dr": {
|
||||
"value": 0
|
||||
},
|
||||
"shock": {
|
||||
"value": 0
|
||||
},
|
||||
"totalwounds": {
|
||||
"value": 0
|
||||
},
|
||||
"wound": {
|
||||
"value": 0
|
||||
},
|
||||
"encumbrance": {
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"background": {
|
||||
"geneline": "",
|
||||
"subculture": "",
|
||||
"history": "",
|
||||
"notes": "Notes",
|
||||
"gmnotes": "GM notes",
|
||||
@@ -21,6 +116,7 @@
|
||||
"hair": "",
|
||||
"weight": "",
|
||||
"sex": "",
|
||||
"corp": "",
|
||||
"age": 0
|
||||
},
|
||||
"personnage": {
|
||||
@@ -31,7 +127,17 @@
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"types": ["object", "weapon", "armor", "container" ],
|
||||
"types": ["object", "weapon", "armor", "container", "skills" ],
|
||||
"skills": {
|
||||
"stat":"",
|
||||
"value": 0,
|
||||
"xp": 0,
|
||||
"description": ""
|
||||
},
|
||||
"skillexperience": {
|
||||
"skillname": "",
|
||||
"description": ""
|
||||
},
|
||||
"object": {
|
||||
"description": "",
|
||||
"quantity": 1,
|
||||
|
||||
Reference in New Issue
Block a user