Skip to content

Commit

Permalink
Merge pull request #72732 from RenechCDDA/real_is_real
Browse files Browse the repository at this point in the history
Restore drops to real spawned monsters that are meant to have them
  • Loading branch information
Maleclypse authored Mar 31, 2024
2 parents 3fc1f36 + 3553a1d commit b234efd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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

0 comments on commit b234efd

Please sign in to comment.