diff --git a/data/mods/Isolation-Protocol/EOC/danger_clock_eoc.json b/data/mods/Isolation-Protocol/EOC/danger_clock_eoc.json index 4b90bee463c48..790c59042fb72 100644 --- a/data/mods/Isolation-Protocol/EOC/danger_clock_eoc.json +++ b/data/mods/Isolation-Protocol/EOC/danger_clock_eoc.json @@ -12,10 +12,10 @@ "id": "ISO_DANGER_LEVEL_SPAWNER", "recurrence": "5 minutes", "global": true, - "condition": { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", ">=", "20" ] }, + "condition": { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", ">=", "25" ] }, "effect": [ { - "u_spawn_monster": "mon_hound_tindalos", + "u_spawn_monster": "mon_tindalos", "real_count": 2, "min_radius": 20, "max_radius": 40, @@ -27,7 +27,7 @@ "run_eocs": [ { "id": "ISO_CURRENT_LEVEL_DANGER_medium", - "condition": { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", ">=", "15" ] }, + "condition": { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", ">=", "20" ] }, "effect": [ { "u_spawn_monster": "mon_darkman", @@ -42,7 +42,7 @@ "run_eocs": [ { "id": "ISO_CURRENT_LEVEL_DANGER_low", - "condition": { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", ">=", "10" ] }, + "condition": { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", ">=", "15" ] }, "effect": [ { "u_spawn_monster": "mon_shadow", diff --git a/data/mods/Isolation-Protocol/Map/levels/microlab_small_level.json b/data/mods/Isolation-Protocol/Map/levels/microlab_small_level.json index 99c8e9ec6aedb..89dd21a22064f 100644 --- a/data/mods/Isolation-Protocol/Map/levels/microlab_small_level.json +++ b/data/mods/Isolation-Protocol/Map/levels/microlab_small_level.json @@ -100,27 +100,6 @@ [ { "overmap": "hallway_curve", "max": { "poisson": 0.5, "bounds": [ 0, 1 ] } } ], [ { "overmap": "hallway_straight", "max": { "poisson": 0.7, "bounds": [ 1, 3 ] } } ], [ { "overmap": "hallway_cross", "max": { "poisson": 0.5, "bounds": [ 0, 1 ] } } ], - [ - { - "name": "subway_chunk_at_-2", - "chunk": [ - { "overmap": "firebreak", "pos": [ 0, 0, 0 ], "rot": "east" }, - { "overmap": "hallway_straight", "pos": [ 1, 0, 0 ], "rot": "east" }, - { "overmap": "hallway_straight", "pos": [ -1, 0, 0 ], "rot": "east" }, - { "overmap": "special_rock", "pos": [ 0, 1, 0 ] }, - { "overmap": "special_rock", "pos": [ 0, 2, 0 ] }, - { "overmap": "special_rock", "pos": [ 0, 3, 0 ] }, - { "overmap": "special_rock", "pos": [ 0, 4, 0 ] }, - { "overmap": "special_rock", "pos": [ 0, 5, 0 ] }, - { "overmap": "special_rock", "pos": [ 0, -1, 0 ] }, - { "overmap": "special_rock", "pos": [ 0, -2, 0 ] }, - { "overmap": "special_rock", "pos": [ 0, -3, 0 ] }, - { "overmap": "special_rock", "pos": [ 0, -4, 0 ] }, - { "overmap": "special_rock", "pos": [ 0, -5, 0 ] } - ], - "max": { "poisson": 0.5, "bounds": [ 0, 1 ] } - } - ], [ { "overmap": "hallway_straight", "max": { "poisson": 3 } } ], [ { "overmap": "iso_next_level_elevator", "max": 1 } ], [ { "overmap": "hallway_end", "weight": 1 } ], diff --git a/data/mods/Isolation-Protocol/ui.json b/data/mods/Isolation-Protocol/ui.json index adbf6dfd066b9..7d1ed11c7fef6 100644 --- a/data/mods/Isolation-Protocol/ui.json +++ b/data/mods/Isolation-Protocol/ui.json @@ -37,7 +37,7 @@ { "id": "iso_danger", "type": "widget", - "label": "Location normality", + "label": "Ambient normality:", "style": "text", "clauses": [ { @@ -53,7 +53,7 @@ "condition": { "and": [ { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", ">=", "0" ] }, - { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", "<", "10" ] }, + { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", "<", "15" ] }, { "not": { "or": [ { "u_at_om_location": "iso_hallway_safe" }, { "u_at_om_location": "iso_elevator_safe" } ] } } @@ -65,7 +65,7 @@ "text": "Distorted", "color": "dark_gray", "condition": { - "and": [ { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", ">=", "10" ] }, { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", "<", "15" ] } ] + "and": [ { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", ">=", "15" ] }, { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", "<", "15" ] } ] } }, { @@ -73,14 +73,14 @@ "text": "Unstable", "color": "magenta", "condition": { - "and": [ { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", ">=", "15" ] }, { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", "<", "20" ] } ] + "and": [ { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", ">=", "20" ] }, { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", "<", "20" ] } ] } }, { "id": "vbad", "text": "Unraveling", "color": "pink", - "condition": { "and": [ { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", ">=", "20" ] } ] } + "condition": { "and": [ { "math": [ "u_ISO_CURRENT_LEVEL_DANGER", ">=", "25" ] } ] } } ] }