Doomsday Posted August 19, 2020 Also how to make that item only have a chance of dropping from the enemy. I'd rather not make a clone of a monster just to give it something new to drop. 0 Quote Share this post Link to post
0 Nootrac4571 Posted August 19, 2020 If you're targeting ZDoom/GZDoom, then you can use DECORATE to modify existing monsters. For example, this would give the cacodemon a 50% chance of dropping a clip: actor Cacodemon2 : Cacodemon replaces Cacodemon { DropItem "Clip", 127 } https://zdoom.org/wiki/Actor_properties#DropItem 1 Quote Share this post Link to post
Question
Doomsday
Also how to make that item only have a chance of dropping from the enemy. I'd rather not make a clone of a monster just to give it something new to drop.
Share this post
Link to post
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.