crankycyclops/trogdor-pp

Creatures drop objects when killed (creature step 5)

Closed this issue · 4 comments

When a creature is killed, it should drop all of its objects.

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?)

Related to #28

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.

Closing for now. If I decide to do probabilities, I'll come back and open another issue.