//---------------------------------------
// STOCK BULLET CHIPS
//---------------------------------------

decal BulletChip1
{
	pic BULIMP1
	translucent 0.85
	shade "00 00 00"
	x-scale 0.125
	y-scale 0.125
	randomflipx
	randomflipy
}

decal BulletChip2
{
	pic BULIMP1
	translucent 0.85
	shade "00 00 00"
	x-scale 0.13
	y-scale 0.13
	randomflipx
	randomflipy
}

decal BulletChip3
{
	pic BULIMP1
	translucent 0.85
	shade "00 00 00"
	x-scale 0.1
	y-scale 0.1
	randomflipx
	randomflipy
}

decal BulletChip4
{
	pic BULIMP1
	translucent 0.85
	shade "00 00 00"
	x-scale 0.125
	y-scale 0.125
	randomflipx
	randomflipy
}

decal BulletChip5
{
	pic BULIMP1
	translucent 0.85
	shade "00 00 00"
	x-scale 0.15
	y-scale 0.15
	randomflipx
	randomflipy
}

decalgroup BulletChip
{
	BulletChip1	1
	BulletChip2	1
	BulletChip3	1
	BulletChip4	1
	BulletChip5	1
}

// Fadeout
fader ChipFade
{
	DecayStart 0.25
	DecayTime 0.50
}

decal Bullet1
{
pic CHIP1
fullbright
x-scale 0.25
y-scale 0.25
shade "FF CC 01"
lowerdecal BulletChip
animator ChipFade
}

decal Bullet2
{
pic CHIP2
fullbright
x-scale 0.25
y-scale 0.25
shade "FF CC 01"
lowerdecal BulletChip
animator ChipFade
}

decal Bullet3
{
pic CHIP3
fullbright
x-scale 0.25
y-scale 0.25
shade "FF CC 01"
lowerdecal BulletChip
animator ChipFade
}

decal Bullet4
{
pic CHIP4
fullbright
x-scale 0.25
y-scale 0.25
shade "FF CC 01"
lowerdecal BulletChip
animator ChipFade
}

decal Bullet5
{
pic CHIP5
fullbright
x-scale 0.25
y-scale 0.25
shade "FF CC 01"
lowerdecal BulletChip
animator ChipFade
}

decalgroup Bullet
{
	Bullet1	1
	Bullet2	1
	Bullet3	1
	Bullet4	1
	Bullet5	1
}