Files
mod_test_defaults_and_patches/patches/characters.json
T
2026-09-10 10:59:40 +03:00

15 lines
187 B
JSON

{
"Items": [
{
"Id": "Marao",
"TestPatched": 42,
"TestDefault": 100
},
{
"Id": "*",
"TestDefault": -20,
"TestGlobalPatch": 1
}
]
}