<
 
BdBleed
: Blood
 
BdBleed contains the actors spawned when monsters are hurt, replacing Doom's original Blood object - these are invisible classes that spawn a variety of the effects below. They're defined in the BloodType of a monster, which has three variations - Blood, BloodSplatter and AxeBlood. Those last two are used mostly by Heretic/Hexen when a weapon uses the BLOODSPLATTER or AXEBLOOD flag - BDLite just uses the same blood type for the first two, but uses BleedSaw for the AxeBlood replacement when using the chainsaw to produce a stronger blood effect.

File

Flags

Properties

decalBrutalBloodSplat
gameDoom
speed0

States

Spawn: TNT1 A 0 A_CustomMissile ("BdFlyingBlood", 7, 0, random (0, 360), 2, random (10, 40)) TNT1 AAAA 0 A_CustomMissile ("BdFlyingBloodTrail", 0, 0, random (0, 360), 2, random (0, 180)) TNT1 A 0 A_CustomMissile ("BdBloodHitEffect", 0, 0, random (0, 360), 2, random (0, 90)) TNT1 A 0 A_Stop TNT1 A 1 Stop

Class Hierarchy

Classes defined in \effects\BDBLOOD.txt