Chex Quest Wiki
Register
Advertisement
FLE2C2C8

A picture of a Flemoidus Bipedicus.

English Name: Bipedal Flemoid

The Flemoidus Bipedicus is a slightly evolved form of the Flemoidus Commonus, and is the second most common enemy in Chex Quest and Chex Quest 2. They appear on every map.

These flemoids replace the Shotgun Guy from Doom.


DECORATE[]

 ACTOR FlemoidusBipedicus replaces ShotgunGuy 2009
{
	Game Chex
	SpawnID 1
	Health 30
	Radius 20
	Height 56
	Mass 100
	damagefactor "Flem", 0.0
	Speed 8
	PainChance 170
	Monster
	+FLOORCLIP
	+DONTGIB
	//+NOBLOODDECALS
	SeeSound "shotguy/sight"
	AttackSound "shotguy/attack"
	PainSound "shotguy/pain"
	DeathSound "shotguy/death"
	ActiveSound "shotguy/active"
	Obituary "$OB_BIPEDICUS"
	States
	{
	Spawn:
		SPOS AB 10 A_Look
		Loop
	See:
		SPOS AABBCCDD 3 A_Chase
		Loop
	Melee:
		SPOS E 14 A_FaceTarget
		SPOS F 14 A_CustomMeleeAttack(random[posattack](1,5)*3, "", "", "Flem")
		Goto See
	Pain:
		SPOS G 3
		SPOS G 3 A_Pain
		Goto See
	Death:
		SPOS H 5
		SPOS I 5 A_Scream
		SPOS J 5 A_NoBlocking
		SPOS K 5
		SPOS L -1
		Stop
	XDeath:
		SPOS M 5
		SPOS N 5 A_XScream
		SPOS O 5 A_NoBlocking
		SPOS PQRST 5
		SPOS U -1
		Stop
	Raise:
		SPOS L 5
		SPOS KJIH 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