mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-07 13:30:19 +00:00
127 lines
1.9 KiB
Text
127 lines
1.9 KiB
Text
|
|
ACTOR StealthArachnotron : Arachnotron
|
|
{
|
|
Game Doom
|
|
SpawnID 117
|
|
+STEALTH
|
|
RenderStyle Translucent
|
|
Alpha 0
|
|
Obituary "$OB_STEALTHBABY"
|
|
}
|
|
|
|
ACTOR StealthArchvile : Archvile
|
|
{
|
|
Game Doom
|
|
SpawnID 118
|
|
+STEALTH
|
|
RenderStyle Translucent
|
|
Alpha 0
|
|
Obituary "$OB_STEALTHVILE"
|
|
}
|
|
|
|
ACTOR StealthBaron : BaronOfHell
|
|
{
|
|
Game Doom
|
|
SpawnID 100
|
|
+STEALTH
|
|
RenderStyle Translucent
|
|
Alpha 0
|
|
Obituary "$OB_STEALTHBARON"
|
|
HitObituary "$OB_STEALTHBARON"
|
|
}
|
|
|
|
ACTOR StealthCacodemon : Cacodemon
|
|
{
|
|
Game Doom
|
|
SpawnID 119
|
|
+STEALTH
|
|
RenderStyle Translucent
|
|
Alpha 0
|
|
Obituary "$OB_STEALTHCACO"
|
|
HitObituary "$OB_STEALTHCACO"
|
|
}
|
|
|
|
ACTOR StealthChaingunGuy : ChaingunGuy
|
|
{
|
|
Game Doom
|
|
SpawnID 120
|
|
+STEALTH
|
|
RenderStyle Translucent
|
|
Alpha 0
|
|
Obituary "$OB_STEALTHCHAINGUY"
|
|
}
|
|
|
|
ACTOR StealthDemon : Demon
|
|
{
|
|
Game Doom
|
|
SpawnID 121
|
|
+STEALTH
|
|
RenderStyle Translucent
|
|
Alpha 0
|
|
Obituary "$OB_STEALTHDEMON"
|
|
HitObituary "$OB_STEALTHDEMON"
|
|
}
|
|
|
|
ACTOR StealthHellKnight : HellKnight
|
|
{
|
|
Game Doom
|
|
SpawnID 101
|
|
+STEALTH
|
|
RenderStyle Translucent
|
|
Alpha 0
|
|
Obituary "$OB_STEALTHKNIGHT"
|
|
HitObituary "$OB_STEALTHKNIGHT"
|
|
}
|
|
|
|
ACTOR StealthDoomImp : DoomImp
|
|
{
|
|
Game Doom
|
|
SpawnID 122
|
|
+STEALTH
|
|
RenderStyle Translucent
|
|
Alpha 0
|
|
Obituary "$OB_STEALTHIMP"
|
|
HitObituary "$OB_STEALTHIMP"
|
|
}
|
|
|
|
ACTOR StealthFatso : Fatso
|
|
{
|
|
Game Doom
|
|
SpawnID 123
|
|
+STEALTH
|
|
RenderStyle Translucent
|
|
Alpha 0
|
|
Obituary "$OB_STEALTHFATSO"
|
|
}
|
|
|
|
ACTOR StealthRevenant : Revenant
|
|
{
|
|
Game Doom
|
|
SpawnID 124
|
|
+STEALTH
|
|
RenderStyle Translucent
|
|
Alpha 0
|
|
Obituary "$OB_STEALTHUNDEAD"
|
|
HitObituary "$OB_STEALTHUNDEAD"
|
|
}
|
|
|
|
ACTOR StealthShotgunGuy : ShotgunGuy
|
|
{
|
|
Game Doom
|
|
SpawnID 103
|
|
+STEALTH
|
|
RenderStyle Translucent
|
|
Alpha 0
|
|
Obituary "$OB_STEALTHSHOTGUNGUY"
|
|
}
|
|
|
|
ACTOR StealthZombieMan : ZombieMan
|
|
{
|
|
Game Doom
|
|
SpawnID 102
|
|
+STEALTH
|
|
RenderStyle Translucent
|
|
Alpha 0
|
|
Obituary "$OB_STEALTHZOMBIE"
|
|
}
|
|
|