foundryvtt-shadows-over-sol/template.json

169 lines
3.4 KiB
JSON

{
"Actor": {
"types": ["character", "npc"],
"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": "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": {
"label": "SCORES.Edge",
"value": 0
},
"wealth": {
"label": "SCORES.Wealth",
"value": 0
},
"lifestyle": {
"label": "SCORES.Lifestyle",
"value": 0
},
"defense": {
"label": "SCORES.Defense",
"value": 0,
"critical": 0
},
"dr": {
"label": "SCORES.DR",
"value": 0
},
"shock": {
"label": "SCORES.Shock",
"value": 0
},
"totalwounds": {
"label": "SCORES.Totalwounds",
"value": 0
},
"wound": {
"label": "SCORES.Wounds",
"value": 0
},
"encumbrance": {
"label": "SCORES.Encumbrance",
"value": 0
}
}
},
"background": {
"geneline": "",
"subculture": "",
"history": "",
"notes": "Notes",
"gmnotes": "GM notes",
"eyes": "",
"hair": "",
"weight": "",
"genre": "",
"age": 0
}
},
"character": {
"templates": [ "background", "common", "subactors" ]
},
"npc": {
"templates": [ "background", "common" ]
}
},
"Item": {
"types": ["object", "weapon", "armor", "container", "skills" ],
"skills": {
"stat":"",
"value": 0,
"xp": 0,
"description": ""
},
"skillexperience": {
"skillname": "",
"description": ""
},
"object": {
"description": "",
"quantity": 1,
"enc": 0,
"price": 0
},
"container": {
"description": "",
"enc": 0,
"price": 0
},
"weapon": {
"description": "",
"enc": 0,
"price": 0
},
"armor": {
"description": "",
"enc": 0,
"price": 0
}
}
}