stretcher DripStretcher
{
	StretchTime	70
	GoalY		2.0
}

slider DripSlider
{
	SlideTime	35
	DistY		-32
}

combiner DripSmearer
{
	DripStretcher
	DripSlider
}

// Clip

Decal FURClipDecalLower
{
	Pic "FD_BULET"
	Shade "00 00 00"
	RandomFlipY RandomFlipX
}

Decal FURClipDecal
{
	Pic "FD_BULET"
	Add 1
	Animator GoAway
	Shade "00 ff 00"
	RandomFlipY RandomFlipX
	FullBright
	LowerDecal FURClipDecalLower
}


// Shell

Decal FURShellLowerDecal
{
	Pic "FD_SHELL"
	Shade "00 00 00"
	RandomFlipY RandomFlipX
}

Decal FURShellDecal
{
	Pic "FD_SHELL"
	Add 1
	Animator GoAway2
	Shade "ff 00 00"
	RandomFlipY RandomFlipX
	FullBright
	LowerDecal FURShellLowerDecal
}

// Rocket

Decal FURGooDecal
{
	Pic "fd_goo"
	//Add 1
	FullBright
	RandomFlipY RandomFlipX
	Animator DripSmearer
}

// Plasma


decal FURPlasmaScorch1
{
	pic "HEXGA0"
	shade "00 00 00"
	randomflipx randomflipy
}
decal FURPlasmaScorch2
{
	pic "HEXGB0"
	shade "00 00 00"
	randomflipx randomflipy
}
decal FURPlasmaScorch3
{
	pic "HEXGC0"
	shade "00 00 00"
	randomflipx randomflipy
}
decal FURPlasmaScorch4
{
	pic "HEXGD0"
	shade "00 00 00"
	randomflipx randomflipy
}

DecalGroup FURPlasmaScorch
{
	FURPlasmaScorch1 	1
	FURPlasmaScorch2 	1
	FURPlasmaScorch3 	1
	FURPlasmaScorch4 	1
}

// BFG

decal FURBfgDecalBelow
{
	pic "FD_BFG"
	shade "00 00 00"
	randomflipx randomflipy
}

decal FURBfgDecal
{
	pic "FD_BFG"
	Animator GoAway
	FullBright
	randomflipx
	randomflipy
	LowerDecal FURBfgDecalBelow
}


// Kick

decal FURKick
{
	pic "FD_KICK"
	shade "9f 83 63"
	randomflipx
}
decal FURKickBerserk
{
	pic "FD_KBRSK"
	shade "00 00 00"
	randomflipx
}

// Paint

Decal FURPaintDrip
{
	Pic "graphics/decals/paint/paintdrip.png"
	solid
	randomflipx
	randomflipy
	animator DripSmearer
}

Decal FURPaint1
{
	Pic "graphics/decals/paint/pntda0.png"
	solid
	randomflipx
	randomflipy
	LowerDecal FURPaintDrip
	Animator DripSmearer
}

Decal FURPaint2
{
	Pic pntdb0
	solid
	randomflipx
	randomflipy
	LowerDecal FURPaintDrip
	Animator DripSmearer
}

Decal FURPaint3
{
	Pic pntdc0
	solid
	randomflipx
	randomflipy
	LowerDecal FURPaintDrip
	Animator DripSmearer
}

Decal FURPaint4
{
	Pic pntdd0
	solid
	randomflipx
	randomflipy
	LowerDecal FURPaintDrip
	Animator DripSmearer
}

Decal FURPaint5
{
	Pic pntde0
	solid
	randomflipx
	randomflipy
 	LowerDecal FURPaintDrip
	Animator DripSmearer
}

Decal FURPaint6
{
	Pic pntdf0
	solid
	randomflipx
	randomflipy
 	LowerDecal FURPaintDrip
	Animator DripSmearer
}

Decal FURPaint7
{
	Pic pntdg0
	solid
	randomflipx
	randomflipy
 	LowerDecal FURPaintDrip
	Animator DripSmearer
}

Decal FURPaint8
{
	Pic pntdh0
	solid
	randomflipx
	randomflipy
 	LowerDecal FURPaintDrip
	Animator DripSmearer
}

Decal FURPaint9
{
	Pic pntdi0
	solid
	randomflipx
	randomflipy
 	LowerDecal FURPaintDrip
	Animator DripSmearer
}
Decal FURPaint10
{
	Pic pntdj0
	solid
	randomflipx
	randomflipy
	LowerDecal FURPaintDrip
	Animator DripSmearer
}


DecalGroup FURPaintSplats
{
	FURPaint1 	1
	FURPaint2 	1
	FURPaint3 	1
	FURPaint4 	1
	FURPaint5 	1
	FURPaint6 	1
	FURPaint7 	1
	FURPaint8 	1
	FURPaint9 	1
	FURPaint10 	1
}