First round of changes

This commit is contained in:
2026-04-23 14:27:33 +02:00
parent f72230dd39
commit abe35cb537
45 changed files with 1860 additions and 56 deletions

View File

@@ -10,6 +10,8 @@
"age": "",
"clan": "",
"family": "",
"region": "",
"education": "",
"female": null,
"marital_status": "",
"roles": "",
@@ -36,6 +38,7 @@
"status": 0,
"ninjo": "",
"giri": "",
"past_problems": "",
"bushido_tenets": {
"paramount": "",
"less_significant": ""
@@ -118,18 +121,34 @@
"mantra": false,
"specificity": true
}
},
"aspects": {
"aspects": {
"solar": 0,
"lunar": 0,
"gauge": 0
}
}
},
"character": {
"templates": ["softlock", "identity", "rings", "social", "skills", "techniques", "conflict", "advancement"],
"templates": ["softlock", "identity", "rings", "social", "skills", "techniques", "conflict", "advancement", "aspects"],
"template": "core",
"twenty_questions": {},
"zeni": 0
"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
@@ -194,7 +213,10 @@
"signature_scroll",
"item_pattern",
"army_cohort",
"army_fortification"
"army_fortification",
"arcane",
"etat",
"mystere"
],
"templates": {
"basics": {
@@ -224,10 +246,12 @@
}
},
"item": {
"templates": ["basics", "item"]
"templates": ["basics", "item"],
"item_type": ""
},
"armor": {
"templates": ["basics", "item"],
"armor_category": "",
"armor": {
"physical": 0,
"supernatural": 0
@@ -236,6 +260,7 @@
"weapon": {
"templates": ["basics", "item"],
"category": "",
"bonus": 0,
"skill": "melee",
"readied": false,
"range": "0",
@@ -248,7 +273,9 @@
"templates": ["basics", "advancement"],
"skill": "",
"difficulty": "",
"technique_type": "kata"
"technique_type": "kata",
"invocation_type": "",
"mode_invocation": 0
},
"property": {
"templates": ["basics"],
@@ -303,6 +330,27 @@
"difficulty": 0,
"attrition_reduction": 0,
"notes": ""
},
"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": ""
}
}
}