Creatures drop objects when killed (creature step 5)
Closed this issue · 4 comments
crankycyclops commented
When a creature is killed, it should drop all of its objects.
crankycyclops commented
Maybe, each object should be either dropped or removed from the game with some probability (and, probability could perhaps be a function of object itself, and could be configurable via game.xml, with a value of 1 by default?)
crankycyclops commented
Related to #28
crankycyclops commented
Each object should be configurable as to whether or not it gets dropped, the probability of being dropped, etc. This should probably be calculated on a per-item basis.
crankycyclops commented
Closing for now. If I decide to do probabilities, I'll come back and open another issue.