v3.2 — ArchiveXL localization with VALID empty .archive
- Copy valid 8192-byte .archive from Arasaka Cyberarms mod - ArchiveXL .xl file references translation_strings.json - YAML uses string keys (crystal_katana_name) not LocKey# - ArchiveXL resolves string keys via translation_strings.json - This time the .archive is a real valid CP2077 archive file
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user