Bug Closed · Invalid

DropTables interfer with money drops

#3420 opened by Unknown 3 years ago

Unknownreported this bug

Summary

Describe the bug encountered in detail.

Steps to reproduce Have a mob with Drops: - DropTable 1 1 - money 1 1 Where the DropTable has maxItems=1

Current behavior

When a mob has a drop table that reaches max items, it won't drop money even if it is a separate guaranteed drop

Intended correct behavior

The mob should drop both the money, as well as the intended items on the droptable

Unknowncommented

If a drop table has MaxItems: 1 it will only drop 1 item, the chances/weights of the individual item do not affect this. You can use nested drop tables to achieve something more precise.

Sign in to join the discussion.