|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
static |
Dictionary for defining what ores can spawn as bonus drop inside slime body. All items in this dictionary are equally likely to roll, and will drop with a stack size between minStack and maxStack (inclusive).
Stack sizes with less than 1 or where minStack is not strictly smaller than maxStack will lead to exceptions being thrown.
Definition at line 1667 of file ItemID.cs.
Referenced by Terraria.NPC.AI_001_Slimes_GenerateItemInsideBody(), Terraria.GameContent.ItemDropRules.SlimeBodyItemDropRule.GetDropInfo(), and Terraria.ModLoader.ItemLoader.ValidateDropsSet().