qzdoom/wadsrc/static/actors/chex/chexmonsters.txt
Christoph Oelckers 2c74e287a9 - Prefixed all names of CQ decorations with Chex after seeing some conflicts
with PWADs.
- Removed Chex Quest actors that were just unaltered duplicates of Doom's.
- Added detection for Chex Quest 3 IWAD.
- Cleaned up M_QuitGame because the code was almost incomprehensible and I
  wanted to add CQ3's new quit messages.
- Added Chex Quest obituaries and a few other messages from CQ3.
- Fixed: drawbar improperly clipped images when not in the top left quadrant.



SVN r1219 (trunk)
2008-09-13 19:19:53 +00:00

95 lines
1.8 KiB
Text

//===========================================================================
//
// Flemoidus Commonus
//
//===========================================================================
actor FlemoidusCommonus : ZombieMan 3004
{
Game Chex
DropItem ""
Obituary "$OB_COMMONUS"
States
{
Missile:
stop
Melee:
goto Super::Missile
}
}
//===========================================================================
//
// Flemoidus Bipedicus
//
//===========================================================================
actor FlemoidusBipedicus : ShotgunGuy 9
{
Game Chex
DropItem ""
Obituary "$OB_BIPEDICUS"
States
{
Missile:
stop
Melee:
goto Super::Missile
}
}
//===========================================================================
//
// Flemoidus Bipedicus w/ Armor
//
//===========================================================================
actor ArmoredFlemoidusBipedicus : DoomImp 3001
{
Game Chex
Obituary "$OB_BIPEDICUS2"
HitObituary "$OB_BIPEDICUS2"
}
//===========================================================================
//
// Flemoidus Cycloptis Commonus
//
//===========================================================================
actor FlemoidusCycloptisCommonus : Demon 3002
{
Game Chex
Obituary "$OB_CYCLOPTIS"
}
//===========================================================================
//
// The Flembrane
//
//===========================================================================
actor Flembrane : BaronOfHell 3003
{
Game Chex
radius 44
height 100
speed 0
Obituary "$OB_FLEMBRANE"
States
{
Missile:
BOSS EF 3 A_FaceTarget
BOSS G 0 A_BruisAttack
goto See
}
}
//===========================================================================
actor ChexSoul : LostSoul 3006
{
Game Chex
height 0
}