File: mini.des

package info (click to toggle)
crawl 2%3A0.34.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100,188 kB
  • sloc: cpp: 363,709; ansic: 27,765; javascript: 9,516; python: 8,463; perl: 3,293; java: 3,132; xml: 2,380; makefile: 1,835; sh: 611; objc: 250; cs: 15; sed: 9; lisp: 3
file content (30 lines) | stat: -rw-r--r-- 1,576 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
##############################################################################
# mini.des, mini_features, mini_monsters:
#           These are the places where minivaults should go. Minivaults are
#           vaults without any ORIENT line. General vaults with ORIENT lines
#           are stored in either float.des or large.des. For specific branch
#           vaults or altars, there are separate files. In particular, maps
#           maps dealing with the Vaults branch system, including Vaults:$,
#           reside in vaults.des.
#
# mini.des:          this file: general notes for minivault makers
# mini_features.des: often flavour only; loot/risk optional; no monsters
# mini_monsters.des: minivaults with monsters (and with or without loot)
#
###############################################################################

##############################################################################
# Some notes on minivaults for designers:
#
# Minivaults were traditionally drawn after rotating the vault by 90 degrees
# anticlockwise. Under the new dungeon vault handling, the map may be freely
# rotated and mirrored to any position (20061105).
#
# Minivaults were traditionally 12x12 (hardcoded limitation in dungeon.cc).
# Under the new rules they can be any size, but the smaller the better. I'd
# recommend no larger than 35x30 or so.
#
# Minivaults must NOT have an ORIENT: attribute. Including an ORIENT: attribute
# makes the map a normal vault, and mayhem can result.
#
###############################################################################