Files
l5rx-chiaroscuro/system/template.json
2026-04-24 22:04:09 +02:00

326 lines
8.7 KiB
JSON

{
"Actor": {
"types": [
"character",
"npc"
],
"templates": {
"softlock": {
"soft_locked": false
},
"identity": {
"identity": {
"age": "",
"clan": "",
"family": "",
"region": "",
"education": "",
"female": null,
"marital_status": "",
"roles": "",
"school": "",
"school_rank": 1,
"title": "",
"school_curriculum_journal": {}
}
},
"rings": {
"rings": {
"earth": 1,
"air": 1,
"water": 1,
"fire": 1,
"void": 1
}
},
"social": {
"notes": "",
"description": "",
"social": {
"honor": 0,
"glory": 0,
"status": 0,
"ninjo": "",
"giri": "",
"past_problems": "",
"bushido_tenets": {
"paramount": "",
"less_significant": ""
}
}
},
"skills": {
"skills": {
"artisan": {
"art": 0,
"composition": 0,
"design": 0,
"smithing": 0,
"labor": 0
},
"martial": {
"archery": 0,
"fitness": 0,
"melee": 0,
"unarmed": 0,
"meditation": 0
},
"scholar": {
"culture": 0,
"medicine": 0,
"sentiment": 0,
"tactics": 0,
"theology": 0
},
"social": {
"command": 0,
"courtesy": 0,
"invocation": 0,
"games": 0,
"performance": 0
},
"trade": {
"animal": 0,
"commerce": 0,
"seafaring": 0,
"survival": 0,
"urban": 0
}
}
},
"conflict": {
"endurance": 0,
"composure": 0,
"focus": 0,
"vigilance": 0,
"void_points": {
"max": 1,
"value": 0
},
"fatigue": {
"max": 1,
"value": 0
},
"strife": {
"max": 1,
"value": 0
},
"stance": "void",
"prepared": true
},
"advancement": {
"xp_total": 0,
"xp_spent": 0,
"xp_saved": 0
},
"techniques": {
"techniques": {
"kata": false,
"kiho": false,
"inversion": false,
"invocation": false,
"ritual": false,
"shuji": false,
"maho": false,
"ninjutsu": false,
"mantra": false,
"specificity": true
}
},
"aspects": {
"aspects": {
"solar": 0,
"lunar": 0,
"gauge": 0
}
}
},
"character": {
"templates": [
"softlock",
"identity",
"rings",
"social",
"skills",
"techniques",
"conflict",
"advancement",
"aspects"
],
"template": "core",
"is_samurai": true,
"quick_info": "",
"default_ring": "void",
"koku": 0,
"bu": 0,
"zeni": 0,
"identity_text1": "",
"identity_text2": "",
"twenty_questions": {}
},
"npc": {
"templates": [
"softlock",
"identity",
"rings",
"social",
"techniques",
"conflict"
],
"type": "adversary",
"attitude": "",
"martial_danger": "simple",
"social_danger": "simple",
"conflict_rank": {
"martial": 0,
"social": 0
},
"rings_affinities": {
"earth": 0,
"air": 0,
"water": 0,
"fire": 0,
"void": 0
},
"skills": {
"artisan": 0,
"martial": 0,
"scholar": 0,
"social": 0,
"trade": 0
}
}
},
"Item": {
"types": [
"item",
"armor",
"weapon",
"peculiarity",
"advancement",
"arcane",
"etat",
"mystere",
"technique_ecole",
"mot_invocation"
],
"templates": {
"basics": {
"source_reference": {
"source": "",
"page": 0
},
"description": "",
"parent_id": null,
"items": []
},
"advancement": {
"in_curriculum": false,
"xp_used": 3,
"xp_cost": 3,
"rank": 1,
"bought_at_rank": 1,
"ring": "void",
"invocation_type": ""
},
"item": {
"equipped": false,
"quantity": 1,
"weight": 0,
"rarity": "0",
"zeni": "0",
"properties": []
}
},
"item": {
"templates": [
"basics",
"item"
],
"item_type": ""
},
"armor": {
"templates": [
"basics",
"item"
],
"armor_category": "",
"armor": {
"physical": 0,
"supernatural": 0
}
},
"weapon": {
"templates": [
"basics",
"item"
],
"category": "",
"bonus": 0,
"skill": "melee",
"readied": false,
"range": "0",
"damage": 0,
"deadliness": 0,
"grip_1": "",
"grip_2": ""
},
"peculiarity": {
"templates": [
"basics",
"advancement"
],
"peculiarity_type": "distinction",
"types": ""
},
"advancement": {
"templates": [
"basics",
"advancement"
],
"advancement_type": "skill",
"skill": ""
},
"arcane": {
"templates": [
"basics"
],
"arcane_type": "",
"application": [],
"bonus": 2,
"progression": "",
"xp_cost": 1
},
"etat": {
"templates": [
"basics"
],
"application": "",
"mod": 0,
"effect": "",
"elimination": ""
},
"mystere": {
"templates": [
"basics"
],
"mystere_type": "mineur",
"prerequisite_skill": "",
"prerequisite_condition": ""
},
"technique_ecole": {
"templates": [
"basics"
],
"application": "",
"bonus": 3
},
"mot_invocation": {
"templates": [
"basics"
],
"invocation_type": "",
"mode_invocation": 0
}
}
}