48704 {
48717 }
int width
The width of this Entity's hitbox, in pixels.
int height
The height of this Entity's hitbox, in pixels.
static readonly SoundStyle Item3
SoundStyle? UseSound
The sound this item makes when used. Set this to an existing T:Terraria.ID.SoundID entry or assign to...
static int buyPrice(int platinum=0, int gold=0, int silver=0, int copper=0)
Converts the provided buy price into copper coins. If assigned to F:Terraria.Item....
bool useTurn
Whether the player can turn around while the using animation of this item is happening....
int useAnimation
The time span of the using animation for the item in ticks. This is independent of the time it takes ...
int value
The number of copper coins this item is worth (aka, cost to buy from a merchant). Setting it to 10462...
int rare
Indicates the rarity of an item. Assign to a T:Terraria.ID.ItemRarityID value. Vanilla values range f...
int maxStack
The maximum number of items that can be contained within a single stack. F:Terraria....
bool consumable
Whether the item is consumed after use. If consumed, the item stack will decrease by 1....
int healLife
The amount of health this item restores on use. Use M:Terraria.ModLoader.ModItem....
int useStyle
Assign to an T:Terraria.ID.ItemUseStyleID value to give this item a specific animation while in use....
static int CommonMaxStack
The default stack size for stackable items: 9999.
int useTime
The time span of using the item in ticks. This is independent of the time it takes for the item anima...
bool potion
If true, this item will inflict potion sickness on use. Also determines whether the item cannot be us...