mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
dehacked: Change Freedoom monster names.
Some of these names do not match the sprites that we currently have in the IWADs. Change to be more fitting names. Remove "hell" or "undead" references as it's not clear that Freedoom's story has a hell theme, and use "minigun" instead of "mini-gun".
This commit is contained in:
parent
57daf24437
commit
ee03fb7b62
2 changed files with 22 additions and 22 deletions
|
@ -65,7 +65,7 @@ GOTSHELLS = picked up some shotgun shells.
|
|||
GOTSHELLBOX = picked up a box of shotgun shells.
|
||||
GOTBACKPACK = second backpack!
|
||||
GOTBFG9000 = the SKAG 1337 ... time to kick some ass!
|
||||
GOTCHAINGUN = you got the mini-gun!
|
||||
GOTCHAINGUN = you got the minigun!
|
||||
GOTCHAINSAW = you got the angle grinder!
|
||||
GOTLAUNCHER = you got the missile launcher!
|
||||
GOTPLASMA = you got the polaric energy cannon!
|
||||
|
@ -124,21 +124,21 @@ HUSTR_E4M8 = E4M8
|
|||
HUSTR_E4M9 = E4M9
|
||||
CC_ZOMBIE = zombie
|
||||
CC_SHOTGUN = shotgun zombie
|
||||
CC_HEAVY = mini-gun zombie
|
||||
CC_IMP = footsoldier
|
||||
CC_DEMON = slither-beast
|
||||
CC_LOST = skull flare
|
||||
CC_HEAVY = minigun zombie
|
||||
CC_IMP = serpent
|
||||
CC_DEMON = worm
|
||||
CC_LOST = deadflare
|
||||
CC_CACO = orb monster
|
||||
CC_HELL = pain bringer
|
||||
CC_BARON = pain lord
|
||||
CC_ARACH = small technospider
|
||||
CC_PAIN = globe fiend
|
||||
CC_REVEN = undead servant
|
||||
CC_MANCU = hellslug
|
||||
CC_ARCH = flamebringer
|
||||
CC_PAIN = deadflare ball
|
||||
CC_REVEN = dark soldier
|
||||
CC_MANCU = combat slug
|
||||
CC_ARCH = flame bringer
|
||||
CC_SPIDER = large technospider
|
||||
CC_CYBER = mechabomination
|
||||
CC_HERO = savior of us all
|
||||
CC_CYBER = assault tripod
|
||||
CC_HERO = savior of humanity
|
||||
HUSTR_1 = DM01: Tech Test
|
||||
HUSTR_2 = DM02: Tech Arena
|
||||
HUSTR_3 = DM03: AGM Ammo Depot
|
||||
|
|
|
@ -69,7 +69,7 @@ GOTSHELLS = picked up some shotgun shells.
|
|||
GOTSHELLBOX = picked up a box of shotgun shells.
|
||||
GOTBACKPACK = second backpack!
|
||||
GOTBFG9000 = the SKAG 1337 ... time to kick some ass!
|
||||
GOTCHAINGUN = you got the mini-gun!
|
||||
GOTCHAINGUN = you got the minigun!
|
||||
GOTCHAINSAW = you got the angle grinder!
|
||||
GOTLAUNCHER = you got the missile launcher!
|
||||
GOTPLASMA = you got the polaric energy cannon!
|
||||
|
@ -128,21 +128,21 @@ HUSTR_E4M8 = E4M8: Launch Bay
|
|||
HUSTR_E4M9 = E4M9: Operations
|
||||
CC_ZOMBIE = zombie
|
||||
CC_SHOTGUN = shotgun zombie
|
||||
CC_HEAVY = mini-gun zombie
|
||||
CC_IMP = footsoldier
|
||||
CC_DEMON = slither-beast
|
||||
CC_LOST = skull flare
|
||||
CC_HEAVY = minigun zombie
|
||||
CC_IMP = serpent
|
||||
CC_DEMON = worm
|
||||
CC_LOST = deadflare
|
||||
CC_CACO = orb monster
|
||||
CC_HELL = pain bringer
|
||||
CC_BARON = pain lord
|
||||
CC_ARACH = small technospider
|
||||
CC_PAIN = globe fiend
|
||||
CC_REVEN = undead servant
|
||||
CC_MANCU = hellslug
|
||||
CC_ARCH = flamebringer
|
||||
CC_PAIN = deadflare ball
|
||||
CC_REVEN = dark soldier
|
||||
CC_MANCU = combat slug
|
||||
CC_ARCH = flame bringer
|
||||
CC_SPIDER = large technospider
|
||||
CC_CYBER = mechabomination
|
||||
CC_HERO = savior of us all
|
||||
CC_CYBER = assault tripod
|
||||
CC_HERO = savior of humanity
|
||||
HUSTR_1 = MAP01
|
||||
HUSTR_2 = MAP02
|
||||
HUSTR_3 = MAP03
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue