136 lines
3.7 KiB
JSON
136 lines
3.7 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_standing": {
|
|
"social_standing": {
|
|
"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,
|
|
"stances": {
|
|
"air": {
|
|
"isSelected": false
|
|
},
|
|
"earth": {
|
|
"isSelected": false
|
|
},
|
|
"fire": {
|
|
"isSelected": false
|
|
},
|
|
"water": {
|
|
"isSelected": false
|
|
},
|
|
"void": {
|
|
"isSelected": false
|
|
}
|
|
}
|
|
},
|
|
"xp": {
|
|
"xp_total": 0,
|
|
"xp_spent": 0,
|
|
"xp_saved": 0
|
|
}
|
|
},
|
|
"character": {
|
|
"templates": ["identity", "rings", "social", "category", "conflict", "experience"],
|
|
"notes": "",
|
|
"feats": []
|
|
}
|
|
},
|
|
|
|
"Item": {
|
|
"types": ["item", "weapon", "feat"],
|
|
"item": {
|
|
"description": "",
|
|
"quantity": 1,
|
|
"weight": 0
|
|
},
|
|
"weapon" : {
|
|
"quantity": 1,
|
|
"weight": 0,
|
|
"description": "",
|
|
"damage": 0,
|
|
"deadliness": 0,
|
|
"range": 0,
|
|
"properties": ""
|
|
},
|
|
"feat": {
|
|
"feat_type": "",
|
|
"xp_used": 0,
|
|
"rank": 0,
|
|
"ring": "",
|
|
"description": ""
|
|
}
|
|
}
|
|
}
|