Actor HellfireBrute 
{
//Creator: Naturalx
//Origin: Naturalx CF Addon
//Sprite: RKMN
//Title: "Hellfire Brute"
Health 450
Radius 20
Height 56
Mass 200
Speed 12
Painchance 30
DamageFactor 0.4
DamageFactor "PlayerPyro", 0.05
DamageFactor "SS", 0.0
RadiusDamageFactor 0.25
Monster
SeeSound "rkmnsee"
PainSound "rkmnpain"
DeathSound "rkmndeat"
Obituary "%o was blasted away by a Hellfire Brute."
Dropitem "RocketBox"
DropItem "PortableMedCell", 200, 1
DropItem "PortableMedkit", 200
DropItem "ArmorPlate", 200
DropItem "HandGrenadeAmmo", 200, 1
DropItem "MineAmmo", 200, 1
DropItem "AmmoPack", 150
DropItem "ExtraArmor" 256 1
DropItem "PyroCannon", 32
DropItem "BigGas", 200
DropItem "HellsMediumContract", 110
Tag "\c[o4]Hellfire Brute"
+FLOORCLIP
+MISSILEMORE
+MISSILEEVENMORE
States
{
  Spawn:
	RKMN AB 20 A_Look
	Loop
  See: 
	RKMN A 1 A_PlaySound(rkmnstep)
	RKMN A 11 A_Chase
	RKMN B 12 A_Chase
	RKMN C 1 A_PlaySound(rkmnstep)
	RKMN C 11 A_Chase
	RKMN D 12 A_Chase
	Loop
  Missile:
	RKMN EEEEEEEE 4 A_FaceTarget
	RKMN F 6 Bright A_FaceTarget
	TNT1 A 0 A_PlaySound("weapons/PCNNF",CHAN_WEAPON)
	RKMN G 6 Bright A_CustomMissile("SSPyroShot",40,20,0,CMF_TRACKOWNER)
	RKMN F 6 Bright
	TNT1 A 0 A_PlaySound("weapons/dtech10ksteam",6)
	RKMN EEE 20 Bright A_SpawnItemEx("LegendaryCannonSmoke",40,20,40)
	Goto See
  Pain:
	RKMN H 5
	RKMN H 5 A_Pain
	Goto See
  Death:
	RKMN I 5
	RKMN J 5 A_Scream
	RKMN K 5 A_NoBlocking
	RKMN L 5
	RKMN M 5
	RKMN N 5
	RKMN O 5
	RKMN P -1
	Stop
  Raise:
	TNT1 A 0
	TNT1 A 0 A_SpawnItemEx("VileHealEffect",0,0,0,0,0,0,0,SXF_NOCHECKPOSITION)
	RKMN PONMLKJI 5
	Goto See
	}
}