mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- Set +NEVERRESPAWN flag for several Strife monsters that should not respawn in Bloodbath skill.
SVN r2372 (trunk)
This commit is contained in:
parent
6ff2abc53d
commit
f73fe072f6
6 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,7 @@ ACTOR Acolyte : StrifeHumanoid
|
|||
+SEESDAGGERS
|
||||
+NOSPLASHALERT
|
||||
+FLOORCLIP
|
||||
+NEVERRESPAWN
|
||||
MinMissileChance 150
|
||||
Tag "ACOLYTE"
|
||||
SeeSound "acolyte/sight"
|
||||
|
|
|
@ -20,6 +20,7 @@ ACTOR Loremaster 12
|
|||
+INCOMBAT
|
||||
+LOOKALLAROUND
|
||||
+NOICEDEATH
|
||||
+NEVERRESPAWN
|
||||
DamageFactor "Fire", 0.5
|
||||
MinMissileChance 150
|
||||
Tag "PRIEST"
|
||||
|
|
|
@ -16,6 +16,7 @@ ACTOR Macil1 64
|
|||
+NOICEDEATH
|
||||
+NOSPLASHALERT
|
||||
+NODAMAGE
|
||||
+NEVERRESPAWN
|
||||
DamageFactor "Fire", 0.5
|
||||
MinMissileChance 150
|
||||
SeeSound "macil/sight"
|
||||
|
|
|
@ -11,6 +11,7 @@ ACTOR Oracle 199
|
|||
Monster
|
||||
+NOTDMATCH
|
||||
+NOBLOOD
|
||||
+NEVERRESPAWN
|
||||
DamageFactor "Fire", 0.5
|
||||
DamageFactor "SpectralLow", 0
|
||||
MaxDropoffHeight 32
|
||||
|
|
|
@ -20,6 +20,7 @@ ACTOR Sentinel 3006
|
|||
+INCOMBAT
|
||||
+MISSILEMORE
|
||||
+LOOKALLAROUND
|
||||
+NEVERRESPAWN
|
||||
MinMissileChance 150
|
||||
SeeSound "sentinel/sight"
|
||||
DeathSound "sentinel/death"
|
||||
|
|
|
@ -17,6 +17,7 @@ ACTOR StrifeBishop 187
|
|||
+FLOORCLIP
|
||||
+INCOMBAT
|
||||
+NOICEDEATH
|
||||
+NEVERRESPAWN
|
||||
DamageFactor "Fire", 0.5
|
||||
MinMissileChance 150
|
||||
MaxDropoffHeight 32
|
||||
|
|
Loading…
Reference in a new issue