Skip to content

Commit 21c55b4

Browse files
[Sky Island] Fix Evict hostiles interacting with normally-unkillable monsters exp (#83168)
1 parent 58985f4 commit 21c55b4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

data/mods/Sky_Island/EOCs.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,14 +1020,17 @@
10201020
"flags": [ "NO_FAIL", "NO_LEGS", "NO_HANDS", "NON_MAGICAL", "IGNORE_WALLS", "NO_PROJECTILE" ],
10211021
"condition": { "not": { "u_has_trait": "awayfromhome" } },
10221022
"difficulty": 0,
1023-
"min_damage": 99999999,
1024-
"max_damage": 99999999,
10251023
"min_range": 100,
10261024
"max_range": 100,
10271025
"base_casting_time": 0,
1028-
"effect": "banishment",
1029-
"shape": "blast",
1030-
"damage_type": "pure"
1026+
"effect": "effect_on_condition",
1027+
"effect_str": "EOC_SKY_ISLAND_EVICT_HOSTILES",
1028+
"shape": "blast"
1029+
},
1030+
{
1031+
"type": "effect_on_condition",
1032+
"id": "EOC_SKY_ISLAND_EVICT_HOSTILES",
1033+
"effect": [ { "u_die": { "remove_corpse": true, "supress_message": true, "remove_from_creature_tracker": true } } ]
10311034
},
10321035
{
10331036
"id": "island_close_tear_and_portal",

0 commit comments

Comments
 (0)