mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
5aecc8abf5
- Converted internal MAPINFOs to new syntax. SVN r1417 (trunk)
44 lines
539 B
Text
44 lines
539 B
Text
skill baby
|
|
{
|
|
AmmoFactor = 2
|
|
DamageFactor = 0.5
|
|
EasyBossBrain
|
|
SpawnFilter = Baby
|
|
PicName = "M_JKILL"
|
|
Key = "i"
|
|
}
|
|
|
|
skill easy
|
|
{
|
|
EasyBossBrain
|
|
SpawnFilter = Easy
|
|
PicName = "M_ROUGH"
|
|
Key = "h"
|
|
}
|
|
|
|
skill normal
|
|
{
|
|
SpawnFilter = Normal
|
|
PicName = "M_HURT"
|
|
Key = "h"
|
|
}
|
|
|
|
skill hard
|
|
{
|
|
SpawnFilter = Hard
|
|
PicName = "M_ULTRA"
|
|
Key = "u"
|
|
}
|
|
|
|
skill nightmare
|
|
{
|
|
AmmoFactor = 2
|
|
FastMonsters
|
|
DisableCheats
|
|
RespawnTime = 12
|
|
SpawnFilter = Nightmare
|
|
PicName = "M_NMARE"
|
|
MustConfirm
|
|
Key = "n"
|
|
}
|
|
|