mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-21 02:51:37 +00:00
- Swap skill levels, don't replace nightmare anymore.
This commit is contained in:
parent
e67e6b21c0
commit
4030d22d97
2 changed files with 23 additions and 23 deletions
|
@ -207,18 +207,6 @@ skill hard
|
|||
Key = "u"
|
||||
}
|
||||
|
||||
skill extreme_lzd
|
||||
{
|
||||
AmmoFactor = 0.5
|
||||
DamageFactor = 2
|
||||
DisableCheats
|
||||
SpawnFilter = Hard
|
||||
PicName = "M_EXTR"
|
||||
Name = "$SKILL_EXTREME"
|
||||
MustConfirm
|
||||
NoMenu
|
||||
}
|
||||
|
||||
skill nightmare
|
||||
{
|
||||
AmmoFactor = 2
|
||||
|
@ -231,3 +219,15 @@ skill nightmare
|
|||
MustConfirm
|
||||
Key = "n"
|
||||
}
|
||||
|
||||
skill extreme_lzd
|
||||
{
|
||||
AmmoFactor = 0.5
|
||||
DamageFactor = 2
|
||||
DisableCheats
|
||||
SpawnFilter = Hard
|
||||
PicName = "M_EXTR"
|
||||
Name = "$SKILL_EXTREME"
|
||||
MustConfirm
|
||||
NoMenu
|
||||
}
|
||||
|
|
|
@ -304,17 +304,6 @@ skill hard
|
|||
Name = "$MNU_SMITE"
|
||||
}
|
||||
|
||||
skill extreme_lzd
|
||||
{
|
||||
AmmoFactor = 0.5
|
||||
DamageFactor = 1.5
|
||||
MonsterHealth = 0.5
|
||||
HealthFactor = 0.5
|
||||
DisableCheats
|
||||
SpawnFilter = Hard
|
||||
Name = "$MNU_EXTREME"
|
||||
}
|
||||
|
||||
skill nightmare
|
||||
{
|
||||
AmmoFactor = 1.5
|
||||
|
@ -327,6 +316,17 @@ skill nightmare
|
|||
MustConfirm
|
||||
}
|
||||
|
||||
skill extreme_lzd
|
||||
{
|
||||
AmmoFactor = 0.5
|
||||
DamageFactor = 1.5
|
||||
MonsterHealth = 0.5
|
||||
HealthFactor = 0.5
|
||||
DisableCheats
|
||||
SpawnFilter = Hard
|
||||
Name = "$MNU_EXTREME"
|
||||
}
|
||||
|
||||
clearepisodes
|
||||
episode e1m1
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue