- Added new skill level for Doom and Heretic. Yes this is heresy!

This commit is contained in:
drfrag666 2018-06-22 19:10:15 +02:00
parent 6af14d17fd
commit 82fda3a589
3 changed files with 25 additions and 0 deletions

View file

@ -1600,6 +1600,7 @@ SKILL_EASY = "Hey, not too rough";
SKILL_NORMAL = "Hurt me plenty";
SKILL_HARD = "Ultra-Violence";
SKILL_NIGHTMARE = "NIGHTMARE!";
SKILL_EXTREME = "Unholy massacre.";
CSKILL_BABY = "Easy does it";
CSKILL_EASY = "Not so sticky";
@ -1618,6 +1619,7 @@ MNU_YELLOWBELLIES = "YELLOWBELLIES-R-US";
MNU_BRINGEST = "BRINGEST THEM ONETH";
MNU_SMITE = "THOU ART A SMITE-MEISTER";
MNU_BLACKPLAGUE = "BLACK PLAGUE POSSESSES THEE";
MNU_EXTREME = "1000 DEATHS AWAIT THEE";
MNU_SQUIRE = "SQUIRE";
MNU_KNIGHT = "KNIGHT";

View file

@ -202,6 +202,17 @@ skill hard
Key = "u"
}
skill extreme_lzd
{
AmmoFactor = 0.5
DamageFactor = 2
DisableCheats
SpawnFilter = Hard
PicName = "M_EXTR"
Name = "$SKILL_EXTREME"
MustConfirm
}
skill nightmare
{
AmmoFactor = 2

View file

@ -306,8 +306,20 @@ skill nightmare
DoubleAmmoFactor = 1.5
FastMonsters
DisableCheats
RespawnTime = 15
SpawnFilter = Nightmare
Name = "$MNU_BLACKPLAGUE"
MustConfirm
}
skill extreme_lzd
{
AmmoFactor = 0.5
DamageFactor = 2
DisableCheats
SpawnFilter = Hard
Name = "$MNU_EXTREME"
MustConfirm
}
clearepisodes