Post Monday, 31st August 2015, 21:30

Minivault Submissions

Creates a room separated by water or lava, with varying number of entrances. Can result in sealed off items or ranged fights over the moat.
  Code:
NAME: moat_split_room
TAGS: no_pool_fixup
DEPTH: D, Vaults, Depths

NSUBST: A = 1 : +/.
KFEAT: A = x / . / G / +
KFEAT: O : w / l

MAP
xxxxAxxxx
x.......x
A.......A
x.......x
xOOOOOOOx
x.......x
A.......A
x.......x
xxxxAxxxx
ENDMAP


This minivault makes a good killhole against some monsters, but is compromised by a door or pool in an inconvenient place. Occasionally the player gets lucky and there's a statue instead.
  Code:
NAME: faulty_killhole
TAGS: no_pool_fixup
DEPTH: D, Depths

KFEAT: A = + w:20 / w / l / G w:5

MAP
 xxx
xx.xx
x.x.x
..A..
xxxxx
ENDMAP


This minivault is made to look like a little prison, with some plain monsters held captive by a vault guard/sentinel/warden. Previews a characteristic Vaults monster right around the Vaults entrance.
  Code:
NAME: jail_cells
DEPTH: D:13-15

KFEAT: i = iron_grate
MONS: vault guard w:20 / vault warden / vault sentinel

MAP
vvvvvvvvvv
v.0v.0v.0v
v..v..v..v
vi=vi=vi=v
v........v
+.....1..v
vvvvvvvvvv
ENDMAP


A tiny restoration of lava orcs. The Swift/Flame combo is dangerous, but mid-Orc characters shouldn't have too much trouble given the weak base monster.
  Code:
NAME: lava_orc_den
TAGS: no_monster_gen
DEPTH: Orc:2-3

KFEAT: L = x / . / l / I w:5
MONS: orc warrior name:lava name_adjective \
      perm_ench:swift perm_ench:inner_flame

MAP
   xxx
  xxLxxx
 xx1..Lx
xxL.ll.xx
xL.llL.Lx
xxL...lxx
 xxx.xxx
   x+x
ENDMAP
Wins: DsWz(6), DDNe(4), HuIE(5), HuFE(4), MiBe(3)