182 lines
4.9 KiB
JSON
182 lines
4.9 KiB
JSON
{
|
|
"Actor": {
|
|
"types": ["character", "npc"],
|
|
"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": []
|
|
},
|
|
"npc": {
|
|
"templates": ["rings", "social", "conflict"],
|
|
"name": "",
|
|
"type": "minion",
|
|
"attitude": "",
|
|
"notes": "",
|
|
"conflict_rank": {
|
|
"martial": 0,
|
|
"social": 0
|
|
},
|
|
"rings_affinities": {
|
|
"strength": {
|
|
"ring": "fire",
|
|
"value": 2
|
|
},
|
|
"weakness": {
|
|
"ring": "water",
|
|
"value": -2
|
|
}
|
|
},
|
|
"skills": {
|
|
"artisan": 0,
|
|
"martial": 0,
|
|
"scholar": 0,
|
|
"social": 0,
|
|
"trade": 0
|
|
},
|
|
"feats": []
|
|
}
|
|
},
|
|
"Item": {
|
|
"types": ["item", "armor", "weapon", "feat", "quality", "advantage", "disadvantage", "advancement"],
|
|
"item": {
|
|
"description": "",
|
|
"properties": "",
|
|
"quantity": 1,
|
|
"rarity": 0,
|
|
"weight": 0,
|
|
"zeni": 0
|
|
},
|
|
"armor": {
|
|
"quantity": 1,
|
|
"weight": 0,
|
|
"description": "",
|
|
"armor": {
|
|
"physical": 0,
|
|
"supernatural": 0
|
|
},
|
|
"properties": "",
|
|
"rarity": 0,
|
|
"zeni": 0
|
|
},
|
|
"weapon": {
|
|
"category": "",
|
|
"skill": "melee",
|
|
"range": 0,
|
|
"damage": 0,
|
|
"deadliness": 0,
|
|
"grip_1": "",
|
|
"grip_2": "",
|
|
"properties": "",
|
|
"quantity": 1,
|
|
"rarity": 0,
|
|
"weight": 0,
|
|
"zeni": 0,
|
|
"description": ""
|
|
},
|
|
"feat": {
|
|
"feat_type": "",
|
|
"xp_used": 0,
|
|
"rank": 0,
|
|
"ring": "",
|
|
"effects": "",
|
|
"description": ""
|
|
},
|
|
"quality": {
|
|
"description": ""
|
|
},
|
|
"advantage": {
|
|
"description": ""
|
|
},
|
|
"disadvantage": {
|
|
"description": ""
|
|
},
|
|
"advancement": {
|
|
"description": "TODO"
|
|
}
|
|
}
|
|
}
|