TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ IsDrill

bool [] Terraria.ID.ItemID.Sets.IsDrill = Factory.CreateBoolSet(388, 1231, 385, 386, 2779, 1196, 1189, 2784, 3464, 1203, 2774, 579)
static

If true for a given item type (F:Terraria.Item.type), then that item is a drill.
Drills have 40% faster use times (F:Terraria.Item.useTime, F:Terraria.Item.useAnimation) and 1 less tile reach (F:Terraria.Item.tileBoost) than what are set in M:Terraria.Item.SetDefaults(System.Int32).
Defaults to false.

This set does not allow an T:Terraria.Item to damage tiles – use F:Terraria.Item.pick for that.

Definition at line 413 of file ItemID.cs.

Referenced by Terraria.Item.SetDefaults().