mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
e5bce37755
- Made Hexenarmor factors configurable by DECORATE. - Added support for selecting the invulnerability mode per item as well. - Made Invulnerability and Healing radius behavior selectable by player class instead of hard coding the special behavior to the Hexen classes. SVN r379 (trunk)
66 lines
2.4 KiB
Text
66 lines
2.4 KiB
Text
#include "actors/shared/blood.txt"
|
|
#include "actors/shared/debris.txt"
|
|
#include "actors/shared/splashes.txt"
|
|
#include "actors/shared/pickups.txt"
|
|
|
|
#include "actors/doom/doomplayer.txt"
|
|
#include "actors/doom/possessed.txt"
|
|
#include "actors/doom/doomimp.txt"
|
|
#include "actors/doom/demon.txt"
|
|
#include "actors/doom/lostsoul.txt"
|
|
#include "actors/doom/cacodemon.txt"
|
|
#include "actors/doom/bruiser.txt"
|
|
#include "actors/doom/revenant.txt"
|
|
#include "actors/doom/arachnotron.txt"
|
|
#include "actors/doom/fatso.txt"
|
|
#include "actors/doom/painelemental.txt"
|
|
#include "actors/doom/archvile.txt"
|
|
#include "actors/doom/cyberdemon.txt"
|
|
#include "actors/doom/spidermaster.txt"
|
|
#include "actors/doom/keen.txt"
|
|
|
|
#include "actors/doom/deadthings.txt"
|
|
#include "actors/doom/doomammo.txt"
|
|
#include "actors/doom/doomarmor.txt"
|
|
#include "actors/doom/doomartifacts.txt"
|
|
#include "actors/doom/doomhealth.txt"
|
|
#include "actors/doom/doomkeys.txt"
|
|
#include "actors/doom/doommisc.txt"
|
|
#include "actors/doom/doomdecorations.txt"
|
|
#include "actors/doom/stealthmonsters.txt"
|
|
|
|
#include "actors/raven/artiegg.txt"
|
|
#include "actors/raven/ravenartifacts.txt"
|
|
#include "actors/raven/ravenhealth.txt"
|
|
|
|
#include "actors/heretic/hereticplayer.txt"
|
|
#include "actors/heretic/hereticammo.txt"
|
|
#include "actors/heretic/hereticarmor.txt"
|
|
#include "actors/heretic/hereticartifacts.txt"
|
|
#include "actors/heretic/heretickeys.txt"
|
|
#include "actors/heretic/hereticdecorations.txt"
|
|
|
|
#include "actors/hexen/fighterplayer.txt"
|
|
#include "actors/hexen/clericplayer.txt"
|
|
#include "actors/hexen/mageplayer.txt"
|
|
#include "actors/hexen/flame.txt"
|
|
#include "actors/hexen/hexenarmor.txt"
|
|
#include "actors/hexen/hexendecorations.txt"
|
|
#include "actors/hexen/hexenkeys.txt"
|
|
#include "actors/hexen/hexenspecialdecs.txt"
|
|
#include "actors/hexen/mana.txt"
|
|
#include "actors/hexen/puzzleitems.txt"
|
|
#include "actors/hexen/scriptprojectiles.txt"
|
|
#include "actors/hexen/speedboots.txt"
|
|
|
|
#include "actors/strife/beggars.txt"
|
|
#include "actors/strife/merchants.txt"
|
|
#include "actors/strife/peasants.txt"
|
|
#include "actors/strife/questitems.txt"
|
|
#include "actors/strife/ratbuddy.txt"
|
|
#include "actors/strife/strifeammo.txt"
|
|
#include "actors/strife/strifearmor.txt"
|
|
#include "actors/strife/strifeitems.txt"
|
|
#include "actors/strife/strifekeys.txt"
|
|
#include "actors/strife/strifestuff.txt"
|
|
#include "actors/strife/zombie.txt"
|