system_salt_modify_overwrite - VanaDev/Vana GitHub Wiki
Indicates a specific set of indexes to replace and values to replace with.
- table of number keys and bytechar replacements: Indicates which indexes to replace and what to replace them with. e.g.
{ [3] = 35, -- Replaces index 3 (C++ 0-based index) with the byte value 35 [4] = "b", [16] = 99, -- If 16 happens to be longer than the salt, this is ignored }