foundryvtt-shadows-over-sol/template.json

262 lines
5.3 KiB
JSON

{
"Actor": {
"types": ["character"],
"templates": {
"subactors": {
"subactors": {
"followers": [],
"mounts": [],
"vehicules": []
}
},
"common": {
"stats": {
"strength": {
"value": 0,
"cardsuit": "spade",
"group": "STATS.physical",
"label": "STATS.strength",
"xp": 0
},
"dexterity": {
"value": 0,
"cardsuit": "hearts",
"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": "hearts",
"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": {}
},
"wounds": {
"light": 0,
"moderate": 0,
"severe": 0,
"critical": 0
},
"scores": {
"edge": {
"label": "SCORES.Edge",
"value": 0,
"bonusmalus": 0
},
"wealth": {
"label": "SCORES.Wealth",
"value": 0,
"bonusmalus": 0
},
"lifestyle": {
"label": "SCORES.Lifestyle",
"value": 0,
"bonusmalus": 0
},
"defense": {
"label": "SCORES.Defense",
"value": 0,
"critical": 0,
"bonusmalus": 0
},
"dr": {
"label": "SCORES.DR",
"value": 0,
"bonusmalus": 0
},
"shock": {
"label": "SCORES.Shock",
"value": 0,
"bonusmalus": 0
},
"currentwounds": {
"label": "SCORES.Currentwounds",
"value": 0,
"bonusmalus": 0
},
"wound": {
"label": "SCORES.Wounds",
"value": 0,
"bonusmalus": 0
},
"encumbrance": {
"label": "SCORES.Encumbrance",
"value": 0,
"bonusmalus": 0
}
}
},
"background": {
"geneline": "",
"subculture": "",
"history": "Background",
"notes": "Notes",
"gmnotes": "GM notes",
"eyes": "",
"hair": "",
"weight": "",
"genre": "",
"age": 0
}
},
"character": {
"templates": [ "background", "common", "subactors" ]
}
},
"Item": {
"types": ["gear", "weapon", "armor", "container", "skill", "language", "weakness", "geneline",
"subculture", "consequence", "action", "injury", "malady", "vehicle", "skillexperience"],
"templates": {
"commongear": {
"big": 0,
"computer": 0,
"conceal": 0,
"container": 0,
"implant": 0,
"neg": false,
"mil": false,
"software": 0,
"worn": false,
"description": "",
"quantity": 0,
"costrating": 0,
"defensive": 0,
"containerid": ""
}
},
"consequence": {
"severity": "",
"description": ""
},
"language": {
"description": ""
},
"weakness": {
"subtitle": "",
"category": "",
"description": ""
},
"geneline": {
"experiences": "",
"edge": "",
"weakness": "",
"description": ""
},
"subculture": {
"experiences": "",
"description": ""
},
"skill": {
"value": 0,
"xp": 0,
"description": ""
},
"skillexperience": {
"skill": "",
"description": ""
},
"gear": {
"templates": [ "commongear" ]
},
"container": {
"templates": [ "commongear" ],
"container": 0
},
"weapon": {
"templates": [ "commongear" ],
"area": 0,
"autofire": 0,
"damage_club": "",
"damage_hearts": "",
"damage_spade": "",
"damage_diamond": "",
"hands": 1,
"pierce": 0,
"range": 0,
"reload": 1,
"shots": 0,
"stun": false,
"thrown": false,
"reach": false,
"shallow": false,
"spread": false,
"category": "",
"equiped": false
},
"armor": {
"templates": [ "commongear" ],
"bulky": 0,
"dr": 0,
"gel": 0,
"reflect": 0,
"str": 0,
"vac": false
},
"vehicle": {
"templates": [ "commongear" ],
"cruise": 0,
"defense": "",
"dr": 0,
"handling": 0,
"shock": 0,
"structure": 0
},
"action": {
"type": "",
"minap": 0,
"targetneeded": false,
"description": 0
},
"injury": {
"card": "",
"description": ""
},
"malady": {
"vector": "",
"action": "",
"effect": "",
"notes": ""
}
}
}