|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
static |
Dictionary for defining what items will drop from a F:Terraria.ID.ProjectileID.Geode when broken. All items in this dictionary are equally likely to roll, and will drop with a stack size between minStack and maxStack (exclusive).
Stack sizes with less than 1 or where minStack is not strictly smaller than maxStack will lead to exceptions being thrown.
Definition at line 1625 of file ItemID.cs.
Referenced by Terraria.Projectile.DropGeodeLoot(), and Terraria.ModLoader.ItemLoader.ValidateDropsSet().