mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-15 09:01:24 +00:00
- Added new skill level for Doom and Heretic. Yes this is heresy!
This commit is contained in:
parent
6af14d17fd
commit
82fda3a589
3 changed files with 25 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue