implement character overlays for challenge mode

This commit is contained in:
Martin Michelsen
2023-10-18 17:16:51 -07:00
parent 8c2ce5210d
commit e8d8b94ffa
31 changed files with 378 additions and 16 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"battle_rules": {
"tech_disk_mode": "FORBID_ALL",
"weapon_and_armor_mode": "CLEAR_AND_ALLOW",
"forbid_mags": false,
"tool_mode": "CLEAR_AND_ALLOW",
"meseta_drop_mode": "CLEAR_AND_ALLOW",
"forbid_scape_dolls": true,
"replace_char": false,
"box_drop_area": 10
}
}