// Copied & modified from zdoom.pk3
// This just changes the color of the lightning from green to blue to match
// Freedoom's BFG color.

decal BFGLightning1
{
	pic BFGLITE1
	shade "65 75 ff"
	fullbright
	randomflipx
	animator GoAway2
	lowerdecal BFGScorch
}

decal BFGLightning2
{
	pic BFGLITE2
	shade "75 65 ff"
	fullbright
	randomflipy
	animator GoAway2
	lowerdecal BFGScorch
}

// Uses a modified blast1 graphic from zdoom.pk3 (offset for blast1 was wrong)

decal RevenantScorch
{
	pic BLAST2
	shade "00 00 00"
	x-scale 0.35
	y-scale 0.35
	randomflipx
	randomflipy
}