Chex Quest Wiki
Register
Advertisement
Cycber

A picture of Lord Snotfolus.

The final boss of Chex Quest 3, Lord Snotfolus! He sends the Meteor Spaceship to Planet Ralston in Chex Quest 3.

Cyberdemon[]

A DooM boss monster. It is a demon with a cyborg arm and it shoots missiles. To kill it, shoot it until it dies.

In Chex Quest 3, the Cyberdemon is replaced with Lord Snotfolus.


DECORATE[]

ACTOR Snotfolus replaces Cyberdemon 1016
{
	Game Chex
	SpawnID 114
	Health 4000
	Radius 40
	Height 110
	Mass 1000
	damagefactor "Flem", 0.0
	Speed 16
	PainChance 20
	Monster
	MinMissileChance 160
	+BOSS 
	+MISSILEMORE
	+FLOORCLIP
	+NORADIUSDMG
	+DONTMORPH
	+BOSSDEATH
	+DONTGIB
	//+NOBLOODDECALS
	SeeSound "cyber/sight"
	PainSound "cyber/pain"
	DeathSound "cyber/death"
	ActiveSound "cyber/active"
	Obituary "$OB_SNOTFOLUS"
	States
	{
	Spawn:
		CYBR AB 10 A_Look
		Loop
	See:
		CYBR A 3 A_Hoof
		CYBR ABBCC 3 A_Chase
		CYBR D 3 A_Metal
		CYBR D 3 A_Chase
		Loop
	Missile:
		CYBR E 6 A_FaceTarget
		CYBR F 12 A_CustomMissile("MaximusBall", 32)
		CYBR E 12 A_FaceTarget
		CYBR F 12 A_CustomMissile("MaximusBall", 32)
		CYBR E 12 A_FaceTarget
		CYBR F 12 A_CustomMissile("MaximusBall", 32)
		Goto See
	Pain:
		CYBR G 10 A_Pain
		Goto See
	Death:
		CYBR H 10
		CYBR I 10 A_Scream
		CYBR JKL 10
		CYBR M 10 A_NoBlocking
		CYBR NO 10
		CYBR P 30
		CYBR P -1 A_BossDeath
		Stop
	}
}
Advertisement