//////////////////
//--Cavaliere--//
/////////////////

Actor Cavaliere Replaces ShortGreenColumn 
{
Game Doom
Radius 16
Height 54
DAMAGEFACTOR "ExplosiveImpact", 0.6    
DAMAGEFACTOR "Blood", 0.0 DAMAGEFACTOR "BlueBlood", 0.0 DAMAGEFACTOR "GreenBlood", 0.0
+LOOKALLAROUND
mass 99999
+SHOOTABLE
+NOBLOOD
+SOLID
health 200
deathheight 38
+FORCEYBILLBOARD
Mass 900000
states
	{
	Spawn:
		COL2 A 2 
		Loop
         Death:
                CAD1 AABBCCDD 1
                TNT1 A 1 A_PlaySound("METAL_BREAK")
                TNT1 A 0 A_SpawnItem("cavalieretrutto")
TNT1 A 0 A_SpawnItem("GNOMO")
		stop

	}
}
Actor cavalieretrutto
{
	Game Doom
	Radius 16
	Height 56
	ProjectilePassHeight -16
        -SOLID
	States
	{
	Spawn:
                CAD1 D -1
		stop
	}
}