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": "ALLOW",
"forbid_scape_dolls": true,
"replace_char": false,
"box_drop_area": 10
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"battle_rules": {
"tech_disk_mode": "LIMIT_LEVEL",
"weapon_and_armor_mode": "FORBID_ALL",
"forbid_mags": false,
"tool_mode": "FORBID_ALL",
"meseta_drop_mode": "CLEAR_AND_ALLOW",
"forbid_scape_dolls": true,
"max_tech_disk_level": 0,
"replace_char": true,
"char_level": 0,
"box_drop_area": 1
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"battle_rules": {
"tech_disk_mode": "LIMIT_LEVEL",
"weapon_and_armor_mode": "FORBID_ALL",
"forbid_mags": false,
"tool_mode": "FORBID_ALL",
"meseta_drop_mode": "FORBID_ALL",
"forbid_scape_dolls": true,
"max_tech_disk_level": 0,
"replace_char": true,
"char_level": 4,
"box_drop_area": 3
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"battle_rules": {
"tech_disk_mode": "LIMIT_LEVEL",
"weapon_and_armor_mode": "FORBID_ALL",
"forbid_mags": false,
"tool_mode": "FORBID_ALL",
"meseta_drop_mode": "CLEAR_AND_ALLOW",
"forbid_scape_dolls": true,
"max_tech_disk_level": 1,
"replace_char": true,
"char_level": 1,
"box_drop_area": 1
}
}
+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
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"battle_rules": {
"tech_disk_mode": "LIMIT_LEVEL",
"weapon_and_armor_mode": "FORBID_ALL",
"forbid_mags": false,
"tool_mode": "FORBID_ALL",
"meseta_drop_mode": "CLEAR_AND_ALLOW",
"forbid_scape_dolls": true,
"max_tech_disk_level": 4,
"replace_char": true,
"char_level": 19,
"box_drop_area": 6
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"battle_rules": {
"tech_disk_mode": "LIMIT_LEVEL",
"weapon_and_armor_mode": "FORBID_ALL",
"forbid_mags": false,
"tool_mode": "FORBID_ALL",
"meseta_drop_mode": "CLEAR_AND_ALLOW",
"forbid_scape_dolls": false,
"max_tech_disk_level": 0,
"replace_char": true,
"char_level": 0,
"box_drop_area": 2
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"battle_rules": {
"tech_disk_mode": "LIMIT_LEVEL",
"weapon_and_armor_mode": "FORBID_ALL",
"forbid_mags": false,
"tool_mode": "FORBID_ALL",
"meseta_drop_mode": "FORBID_ALL",
"forbid_scape_dolls": true,
"max_tech_disk_level": 0,
"replace_char": true,
"char_level": 19,
"box_drop_area": 1
}
}
+3
View File
@@ -0,0 +1,3 @@
{
"challenge_template_index": 0
}
+3
View File
@@ -0,0 +1,3 @@
{
"challenge_template_index": 1
}
+3
View File
@@ -0,0 +1,3 @@
{
"challenge_template_index": 2
}
+3
View File
@@ -0,0 +1,3 @@
{
"challenge_template_index": 3
}
+3
View File
@@ -0,0 +1,3 @@
{
"challenge_template_index": 4
}
+3
View File
@@ -0,0 +1,3 @@
{
"challenge_template_index": 5
}
+3
View File
@@ -0,0 +1,3 @@
{
"challenge_template_index": 6
}
+3
View File
@@ -0,0 +1,3 @@
{
"challenge_template_index": 7
}
+3
View File
@@ -0,0 +1,3 @@
{
"challenge_template_index": 8
}
+3
View File
@@ -0,0 +1,3 @@
{
"challenge_template_index": 1
}
+3
View File
@@ -0,0 +1,3 @@
{
"challenge_template_index": 4
}
+3
View File
@@ -0,0 +1,3 @@
{
"challenge_template_index": 5
}
+3
View File
@@ -0,0 +1,3 @@
{
"challenge_template_index": 8
}
+3
View File
@@ -0,0 +1,3 @@
{
"challenge_template_index": 8
}