v3.1 — Use TweakXL LocalizationOverride for names (no ArchiveXL needed)

- LocalizationOverride block in YAML registers LocKeys via TweakXL
- Remove ArchiveXL .xl and localization JSONs — not needed
- Clean structure: only r6/tweaks/crystal_blades/crystal_blades.yaml
- LocKey#crystal_katana_name etc. resolved by TweakXL
This commit is contained in:
arch_agent
2026-07-21 22:35:39 +02:00
parent 0fd748d536
commit 1382c89737
4 changed files with 21 additions and 63 deletions
@@ -1,26 +0,0 @@
[
{
"femaleVariant": "Crystal Cleaver",
"maleVariant": "",
"primaryKey": 0,
"secondaryKey": "crystal_katana_name"
},
{
"femaleVariant": "A katana with a monomolecular crystal blade. Every strike causes uncontrollable bleeding — armor is meaningless.",
"maleVariant": "",
"primaryKey": 0,
"secondaryKey": "crystal_katana_desc"
},
{
"femaleVariant": "Phantom Splitter",
"maleVariant": "",
"primaryKey": 0,
"secondaryKey": "crystal_knife_name"
},
{
"femaleVariant": "A throwing knife with a monomolecular crystal edge. Thrown hits guarantee bleeding. If the target is already bleeding, the knife causes hemorrhaging and heals the wielder.",
"maleVariant": "",
"primaryKey": 0,
"secondaryKey": "crystal_knife_desc"
}
]