Definition at line 3495 of file Item.cs.
3496 {
3498 {
3500 }
3501 return false;
3502 }
bool PaintOrCoating
true if F:Terraria.Item.paint > 0 || F:Terraria.Item.paintCoating > 0 and false otherwise.
int bait
The numerical value this item adds to a player's fishing skill when used as bait. If greater than 0,...
bool notAmmo
If true and the item is ammo (sets F:Terraria.Item.ammo to something), the item will not count as amm...
int type
The Item ID of this item. The Item ID is a unique number assigned to each Item loaded into the game....
References Terraria.Item.bait, Terraria.Item.notAmmo, Terraria.Item.PaintOrCoating, and Terraria.Item.type.