Chex Quest Wiki
Advertisement
EAMO

A picture of a Flemoidus Stridicus.

Flemoidus Stridicus is one of the new flemiods in Chex Quest 3. The Stridicus is one of the fastest flemiods ever, because of its legs that can take long strides.

It replaces the Demon from Doom.


DECORATE[]

ACTOR FlemoidusStridicus 13334
{
	Game Chex
	SpawnID 8
	Health 225
	PainChance 100
	Speed 16
	Radius 30
	Height 56
	Mass 400
	damagefactor "Flem", 0.0
	Monster
	+FLOORCLIP +FASTER +FASTMELEE
	+DONTGIB
	//+NOBLOODDECALS
	SeeSound "demon/sight"
	AttackSound "demon/melee"
	PainSound "demon/pain"
	DeathSound "demon/death"
	ActiveSound "demon/active"
	Obituary "$OB_STRIDICUS"
	States
	{
	Spawn:
		SARG AB 10 A_Look
		Loop
	See:
		SARG AABBCCDD 2 A_Chase
		Loop
	Melee:
		SARG EF 8 A_FaceTarget
		SARG G 8 A_CustomMeleeAttack(random[sargattack](1,10)*4, "", "", "Flem")
		Goto See
	Pain:
		SARG H 2
		SARG H 2 A_Pain
		Goto See
	Death:
		SARG I 8
		SARG J 8 A_Scream
		SARG K 4
		SARG L 4 A_NoBlocking
		SARG M 4
		SARG N -1
		Stop
	Raise:
		SARG N 5
		SARG MLKJI 5
		Goto See
	}
}
Advertisement