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

◆ TouchDamageBleeding

bool [] Terraria.ID.TileID.Sets.TouchDamageBleeding = Factory.CreateBoolSet(48, 232)
static

Applies the F:Terraria.ID.BuffID.Bleeding buff to any player touching the tile. The duration is random from 4 to 10 seconds. Used by F:Terraria.ID.TileID.Spikes and F:Terraria.ID.TileID.WoodenSpikes. Used in conjunction with F:Terraria.ID.TileID.Sets.TouchDamageImmediate to deal damage on contact.

Definition at line 361 of file TileID.cs.

Referenced by Terraria.Player.ApplyTouchDamage(), and Terraria.Collision.CanTileHurt().