Chex Quest Wiki
Register
Advertisement
FLEMA1
Common Name
Genus Name
First Appearance


English Name: Common Flemoid

Flemoidus Commonus is the first enemy encountered in Chex Quest and Chex Quest 2. It is generally weak and has a very weak slime attack. He is encountered on every level in all games.

Flemoidconcept

Early concept art.

He replaces the Trooper from Doom.

DECORATE[]

 ACTOR FlemoidusCommonus Zombieman 6004
{
	Game Chex
	SpawnID 4
	Health 20
	Radius 20
	Height 56
	Speed 8
	damagefactor "Flem", 0.0
	PainChance 200
	Monster
	+FLOORCLIP
	+DONTGIB
	//+NOBLOODDECALS
	SeeSound "grunt/sight"
	AttackSound "grunt/attack"
	PainSound "grunt/pain"
	DeathSound "grunt/death"
	ActiveSound "grunt/active"
	Obituary "$OB_COMMONUS"
	States
	{
	Spawn:
		POSS AB 10 A_Look
		Loop
	See:
		POSS AABBCCDD 4 A_Chase
		Loop
	Melee:
		POSS E 10 A_FaceTarget
		POSS F 10 A_CustomMeleeAttack(random[posattack](1,5)*3, "", "", "Flem")
		Goto See
	Pain:
		POSS G 3
		POSS G 3 A_Pain
		Goto See
	Death:
		POSS H 5
		POSS I 5 A_Scream
		POSS J 5 A_NoBlocking
		POSS K 5
		POSS L -1
		Stop
	XDeath:
		POSS M 5
		POSS N 5 A_XScream
		POSS O 5 A_NoBlocking
		POSS PQRST 5
		POSS U -1
		Stop
	Raise:
		POSS K 5
		POSS JIH 5
		Goto See
	}
}
	 
Chex Quest
Levels E1M1: Landing Zone (Chex Quest) | E1M2: Storage Facility (Chex Quest) | E1M3: Laboratory (Chex Quest) | E1M4: Arboretum (Chex Quest) | E1M5: Caverns of Bazoik (Chex Quest)
Items Computer Area Map | Keys | Slime-Proof Suit | Ultra Goggles
Health/Armor Glass of Water | Bowl of Fruit | Bowl of Vegetables | Supercharge Breakfast | Slime Repellent | Chex Armor | Super Chex Armor
Zorchers Bootspoon | Super Bootspork | Mini Zorcher | Large Zorcher | Rapid Zorcher | Zorch Propulsor | Phasing Zorcher | Large Area Zorching Device
Flemoids Flemoidus Bipedicus | Flemoidus Bipedicus (armored) | Flemoidus Commonus | Flemoidus Cycloptis | The Flembrane
Advertisement