|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
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().