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": "Kristallschneider",
|
||||
"maleVariant": "",
|
||||
"primaryKey": 0,
|
||||
"secondaryKey": "crystal_katana_name"
|
||||
},
|
||||
{
|
||||
"femaleVariant": "Ein Katana mit monomolekularer Kristallklinge. Jeder Treffer verursacht unkontrollierbare Blutung — Rüstung ist bedeutungslos.",
|
||||
"maleVariant": "",
|
||||
"primaryKey": 0,
|
||||
"secondaryKey": "crystal_katana_desc"
|
||||
},
|
||||
{
|
||||
"femaleVariant": "Phantom Splitter",
|
||||
"maleVariant": "",
|
||||
"primaryKey": 0,
|
||||
"secondaryKey": "crystal_knife_name"
|
||||
},
|
||||
{
|
||||
"femaleVariant": "Ein Wurfdolch mit monomolekularer Kristallklinge. Geworfene Treffer garantieren Blutung. Wenn das Ziel bereits blutet, verursacht der Dolch innere Blutungen und heilt den Träger.",
|
||||
"maleVariant": "",
|
||||
"primaryKey": 0,
|
||||
"secondaryKey": "crystal_knife_desc"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user