# File: pit.txt

# This file is used to initialize the "monster nest/pit" information for Angband.

# Do not modify this file unless you know exactly what you are doing, unless
# you wish to risk possible system crashes and broken savefiles.

# If you add more pits to the file, make sure to update limits.txt.

# === Understanding pit.txt ===

# N: serial number : name
# R: room type
# A: rarity : average level
# O: object rarity
# T: template name
# T: template name
# F: flag | flag | ...
# S: spell | spell | ...
# s: forbidden spell | ...
#
# Each entry must start with an 'N' line, with a new serial number,
# and a name.
#
# 'R' is for room type. Currently, room type is one of the following:
#   (1) Pits (large room filled with many monsters of a few types in an ordered fashion)
#   (2) Nests (large room filled with many types of monsters in a disordered fashion)
#
# 'A' is for rarity and average level. A rarity of N means that the pit is N times
# more rare than a pit with a rarity of 1. The average level is the dungeon level
# at which this pit is most common.
#
# 'O' is for object rarity. A rarity of N means that every square of the pit has a
# 1 in N chance of having an item.
#
# 'T' is for monster template (see monster_base.txt). Up to 4 'T' lines may be present.
# If there are no 'T' lines, then monsters may have any monster template. Otherwise,
# every monster in this pit/nest will be one of the listed templates.
#
# 'F' is for monster flags. Every monster in this pit/nest will have every listed flag.
# As many 'F' lines as are necessary may be used.
#
# 'S' is for spell flags. Every monster in this nest/pit will have every listed spell flag.
# As many 'S' lines as are necessary may be used.
#
# 's' is for forbidden spell flags. No monster in this nest/pit will have any of the listed
# spell flags. As many 's' lines as are necessary may be used.

N:1:Orc
R:1
A:1:25
O:0
T:orc

N:2:Troll
R:1
A:1:45
O:0
T:troll

N:3:Giant
R:1
A:1:65
O:0
T:giant

N:4:Acid dragons
R:1
A:6:85
O:0
T:dragon
T:ancient dragon
S:BR_ACID
s:BR_ELEC

N:5:Electric dragons
R:1
A:6:85
O:0
T:dragon
T:ancient dragon
S:BR_ELEC
s:BR_ACID

N:6:Fire dragons
R:1
A:6:85
O:0
T:dragon
T:ancient dragon
S:BR_FIRE
s:BR_COLD

N:7:Ice dragons
R:1
A:6:85
O:0
T:dragon
T:ancient dragon
S:BR_COLD
s:BR_FIRE

N:8:Poison dragons
R:1
A:6:85
O:0
T:dragon
T:ancient dragon
S:BR_POIS
s:BR_FIRE

N:9:Multi-hued dragons
R:1
A:6:85
O:0
T:dragon
T:ancient dragon
S:BR_ACID | BR_ELEC | BR_FIRE |
S:BR_COLD | BR_POIS

N:10:Demons
R:1
A:1:105
O:0
T:major demon

N:11:Jelly
R:2
A:1:20
O:30
T:icky thing
T:jelly
T:mold
T:mushroom

N:12:Animals
R:2
A:1:50
O:10
F:ANIMAL

N:13:Undead
R:2
A:1:80
O:5
F:UNDEAD

N:14:Kobolds
R:1
A:1:15
O:0
T:kobold

N:15:Spellcasters
R:1
A:1:20
O:0
T:kobold
T:humanoid
T:orc
T:person
S:MISSILE
s:ARROW_1
s:ARROW_2

N:16:Naga
R:1
A:1:25
O:0
T:naga

N:17:Creepy crawlies
R:2
A:1:20
O:30
T:centipede
T:killer beetle
T:spider
s:BLINK
s:CONF
s:SLOW

N:18:Dark elves
R:1
A:1:30
O:0
T:humanoid
F:HURT_LIGHT

N:19:Minor demons
R:1
A:1:20
O:20
T:minor demon
s:S_DEMON

N:20:Serpents
R:2
A:1:40
O:30
T:snake
T:naga
T:hydra
s:BA_POIS
s:BR_FIRE

N:21:Lesser undead
R:2
A:1:45
O:10
T:skeleton
T:zombie
T:wraith
s:BO_NETH
s:TELE_AWAY

N:22:Eyes
R:1
A:1:30
O:20
T:eye
s:S_UNDEAD
s:S_KIN

N:23:Ogres
R:1
A:1:30
O:0
T:ogre

N:24:Mimics
R:2
A:1:30
O:15
T:creeping coins
T:mimic

N:25:Believers
R:1
A:1:35
O:0
T:person
S:HEAL
s:S_ANIMAL

N:26:Wizards
R:1
A:1:40
O:0
T:person
S:CONF

N:27:Hydra
R:2
A:1:55
O:15
T:hydra

N:28:Vampires
R:1
A:1:55
O:0
T:vampire

N:29:Angels
R:1
A:1:60
O:0
T:angel

N:30:Golems
R:1
A:1:65
O:10
T:golem
s:BR_POIS

N:31:Gold dragons
R:1
A:6:85
O:0
T:dragon
T:ancient dragon
S:BR_SOUN
s:BR_SHAR

