Class ItemDropAttribute
Register item drop for the entity, use ItemSystem.DropItemFor(Entity) to perform the item drop.
Constructors
ItemDropAttribute(int, int, int)
Register item drop for the entity, use ItemSystem.DropItemFor(Entity) to perform the item drop.
Declaration
protected ItemDropAttribute(int typeID, int dropChance, int dropCount = 1)
Probability of dropping this item. 0 means 0%, 1000 means 100%
How many items does it drop at once