Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore drops to real spawned monsters that are meant to have them #72732

Merged
merged 1 commit into from
Mar 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
Expand All @@ -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."
}
Expand All @@ -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."
}
Expand Down
1 change: 1 addition & 0 deletions data/json/monsters/zed_lieutenant.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
Loading