Files
l5rx-chiaroscuro/system/template.json
2020-12-12 14:42:45 +01:00

118 lines
3.2 KiB
JSON

{
"Actor": {
"types": ["character"],
"templates": {
"identity": {
"clan": "",
"family": "",
"school": "",
"school_rank": 0,
"roles": ""
},
"rings": {
"rings": {
"earth": 1,
"air": 1,
"water": 1,
"fire": 1,
"void": 1
}
},
"social": {
"social": {
"honor": 0,
"glory": 0,
"status": 0,
"ninjo": "",
"giri": "",
"titles": ""
}
},
"skills": {
"skills": {
"artisan": {
"aesthetics": 0,
"composition": 0,
"design": 0,
"smithing": 0
},
"martial": {
"fitness": 0,
"melee": 0,
"ranged": 0,
"unarmed": 0,
"meditation": 0,
"tactics": 0
},
"scholar": {
"culture": 0,
"government": 0,
"medicine": 0,
"sentiment": 0,
"theology": 0
},
"social": {
"command": 0,
"courtesy": 0,
"games": 0,
"performance": 0
},
"trade": {
"commerce": 0,
"labor": 0,
"seafaring": 0,
"skulduggery": 0,
"survival": 0
}
}
},
"conflict": {
"endurance": 0,
"composure": 0,
"focus": 0,
"vigilante": 0,
"void_points": {
"max": 0,
"current": 0
},
"fatigue": 0,
"strife": 0,
"stance": "void"
},
"xp": {
"xp_total": 0,
"xp_spent": 0,
"xp_saved": 0
}
},
"character": {
"templates": ["identity", "rings", "social", "skills", "conflict", "xp"],
"notes": "",
"feats": []
}
},
"Item": {
"types": ["item", "weapon", "feat", "xp-advancement"],
"item": {
"description": "",
"quantity": 1,
"weight": 0
},
"weapon": {
"quantity": 1,
"weight": 0,
"description": "",
"damage": 0,
"range": 0,
"properties": ""
},
"feat": {
"feat_type": "",
"xp_used": 0,
"rank": 0,
"ring": "",
"description": ""
}
}
}