From 3553a1db463408fc1e947db4d60a033bb9f44783 Mon Sep 17 00:00:00 2001 From: RenechCDDA <84619419+RenechCDDA@users.noreply.github.com> Date: Sat, 30 Mar 2024 15:41:03 -0400 Subject: [PATCH] Restore item drops to real temporary monsters --- .../nether_eocs/portal_storm_effect_on_condition.json | 3 +++ data/json/monsters/zed_lieutenant.json | 1 + 2 files changed, 4 insertions(+) diff --git a/data/json/effects_on_condition/nether_eocs/portal_storm_effect_on_condition.json b/data/json/effects_on_condition/nether_eocs/portal_storm_effect_on_condition.json index ddfee659c403d..cea3517386a31 100644 --- a/data/json/effects_on_condition/nether_eocs/portal_storm_effect_on_condition.json +++ b/data/json/effects_on_condition/nether_eocs/portal_storm_effect_on_condition.json @@ -470,6 +470,7 @@ "min_radius": 3, "max_radius": 20, "lifespan": [ "7 minutes", "10 minutes" ], + "temporary_drop_items": true, "spawn_message": "A chunk of reality gets loose and falls on the ground.", "spawn_message_plural": "Chunks of reality get loose and fall on the ground." } @@ -489,6 +490,7 @@ "min_radius": 3, "max_radius": 20, "lifespan": [ "7 minutes", "10 minutes" ], + "temporary_drop_items": true, "spawn_message": "Reality twists and deforms as a wriggling chunk of it falls on the ground.", "spawn_message_plural": "Reality twists and deforms as wriggling chunks of it fall on the ground." } @@ -508,6 +510,7 @@ "min_radius": 3, "max_radius": 20, "lifespan": [ "7 minutes", "10 minutes" ], + "temporary_drop_items": true, "spawn_message": "A chunk of reality tears itself asunder and takes shape on the ground.", "spawn_message_plural": "Chunks of reality tear themselves asunder and take shape on the ground." } diff --git a/data/json/monsters/zed_lieutenant.json b/data/json/monsters/zed_lieutenant.json index 72c01020e329a..47c01253add49 100644 --- a/data/json/monsters/zed_lieutenant.json +++ b/data/json/monsters/zed_lieutenant.json @@ -165,6 +165,7 @@ "outdoor_only": true, "//": "The maximum lifespan should not be terribly longer than the cooldown(currently 20 seconds), or else multiple groups can be active at once and make this much harder than desired.", "lifespan": [ "15 seconds", "30 seconds" ], + "temporary_drop_items": true, "target_var": { "global_val": "drain_terrain" } }, { "u_message": "The air rings out with a piercing shriek!", "type": "warning" }