Chex Quest Wiki
Register
Advertisement
SMR

A picture of the Flembomination.

The Flembomination is a new boss in Chex Quest 3 replacing the Spider Mastermind. (His Latin name is Flemoidus Abominus.)


DECORATE[]

ACTOR Flembomination replaces SpiderMastermind 7
{
	Game Chex
	SpawnID 7
	Health 3000
	Radius 100
	Height 100
	Mass 1000
	damagefactor "Flem", 0.0
	Speed 12
	PainChance 40
	Monster
	MinMissileChance 160
	+BOSS
	+MISSILEMORE
	+FLOORCLIP
	+NORADIUSDMG
	+DONTMORPH
	+BOSSDEATH
	+DONTGIB
	SeeSound "spider/sight"
	AttackSound "spider/attack"
	PainSound "spider/pain"
	DeathSound "spider/death"
	ActiveSound "spider/active"
	Obituary "$OB_FLEMBOMINATION"
	States
	{
	Spawn:
		SPID ABCD 6 A_Look
		Loop
	See:
		SPID A 3 A_Hoof
		SPID ABBCC 3 A_Chase
		SPID D 3 A_Metal
		SPID D 3 A_Chase
		Loop
	Missile:
		SPID F 20 A_FaceTarget 
		SPID G 8 A_CustomComboAttack("CycloptisBall", 32, random[headattack](1,6)*10, "", "flem")
 		SPID H 8 A_CustomComboAttack("CycloptisBall", 32, random[headattack](1,6)*10, "", "flem")
		Goto Missile
	Pain:
		SPID I 3
		SPID I 3 A_Pain
		Goto See
	Death:
		SPID J 20 A_Scream
		SPID K 10 A_NoBlocking
		SPID LMNOPQR 10
		SPID S 30
		SPID S -1 A_BossDeath    
		Stop
	}
}
Advertisement