summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/crypt.des
Commit message (Collapse)AuthorAgeFilesLines
* Remove accidentally committed test weight on glass_crypt.Jude Brown2010-01-111-1/+0
|
* Set the glass_crypt liches free when you get to the loot.Jude Brown2010-01-111-0/+20
|
* Restore missing Crypt:5 vault.Darshan Shaligram2010-01-091-0/+34
|
* Remove my Crypt:5 vault (glassed liches).David Ploog2010-01-081-34/+0
|
* Tweak 'tile:' specifier for monsters.Jude Brown2009-12-161-9/+9
| | | | | | No longer automatically prepends 'mons_', as this is not a standard. Instead, generates an error for invalid tiles. Update documentation and uses.
* Repair quadcrypt vault (Neil).David Ploog2009-12-161-1/+1
|
* New tile: plant_crypt for withered plants in Crypt vaults. (Eino)Jude Brown2009-12-101-6/+9
| | | | | Useable with the syntax "plant tile:withered_plant". Not strictly limited to Crypt, of course.
* Move Tomb branch flag no_tele_control from crypt.des to branch.cc.Robert Vollmert2009-11-201-3/+0
| | | | | | | | | | This fixes shaft traps being generated on Tomb:1; apparently, BFLAGS: was being interpreted after placing traps on the level; shaft traps are not placed in no-telecontrol levels. A better fix would be to make sure BFLAGS is called earlier. Alternatively, BFLAGS could be remove -- it doesn't appear to be used any more.
* item_pickup_change_flags: "auto" item nameMatthew Cline2009-11-081-1/+1
| | | | | | item_pickup_change_flags (and the underlying DgnTriggerable) can take the item name "auto", in which case it automatically picks the item placed on top of the marker.
* crypt.des: grey plants are called "withered"Matthew Cline2009-11-081-3/+9
| | | | | All of the grey coloured plants which occur in the Crypt or Tomb are now named "withered plant".
* Fix coinflips, in Lua 0 is true (Mu_)Adam Borowski2009-11-071-3/+3
|
* FR 1837856: note vaults generated in dumpMatthew Cline2009-10-261-1/+3
| | | | | | | | | | Include new dump section "vaults", which for game-end dumps (or any wizard-mode dumps) will include a list (by place) of all the vaults generated in the game. The savefile now includes a player-associated CrawlHashTable (you.props), which can be used for storing player information which doesn't need to be accessed efficiently.
* Remove testing WEIGHT from new Crypt:5 map.David Ploog2009-10-141-5/+4
|
* New Crypt:5 map (Neil Middleton).David Ploog2009-10-111-1/+157
|
* Fix deprecated F symbol.evktalo2009-08-171-0/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10557 c06c8d41-db1a-0410-9941-cceddc491573
* Sometimes use glass stone in the Crypt:5 vault with caged liches.dploog2009-08-151-0/+1
| | | | | | | (greensnark) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10553 c06c8d41-db1a-0410-9941-cceddc491573
* Fix shafts generated in Tomb by changing '^' from the maps to '~'.evktalo2009-07-271-7/+7
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10433 c06c8d41-db1a-0410-9941-cceddc491573
* Apply Eino's patches 2494428, 2494591 and 2494703. Thanks!j-p-e-g2009-01-091-16/+16
| | | | | | | | | I had to comment out the line set_random_mon_list in icecave.des because that gave an error "Too many arguments" and I couldn't find any example where it was already used. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8356 c06c8d41-db1a-0410-9941-cceddc491573
* Simplify.dploog2008-11-241-53/+20
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7596 c06c8d41-db1a-0410-9941-cceddc491573
* Added elaborate Crypt vaults from weyrava.dploog2008-11-241-0/+153
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7575 c06c8d41-db1a-0410-9941-cceddc491573
* Update of the level making guide. Replaced all FLAGS by TAGS.dploog2008-11-181-4/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7482 c06c8d41-db1a-0410-9941-cceddc491573
* Applying Darshan's new linebreak \ command across the board.dploog2008-10-201-7/+12
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7292 c06c8d41-db1a-0410-9941-cceddc491573
* More sane Crypt:5 loot (doy); see BR 2091544.dploog2008-09-031-17/+21
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6870 c06c8d41-db1a-0410-9941-cceddc491573
* Added third staircase to crypt end vault.dploog2008-06-241-3/+3
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6128 c06c8d41-db1a-0410-9941-cceddc491573
* Bug 1948750: The lua function item.name() now returns by default nameszelgadis2008-06-061-1/+1
| | | | | | | | like "golden rune of Zot" rather than "golden rune", so change lua markers which were dependant on the names of items. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5508 c06c8d41-db1a-0410-9941-cceddc491573
* Repair a Crypt end.dploog2008-04-211-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4457 c06c8d41-db1a-0410-9941-cceddc491573
* Map and help cleanup (dpeg).dshaligram2008-02-021-2/+8
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3384 c06c8d41-db1a-0410-9941-cceddc491573
* Removed bad tags from Crypt:5 map.dshaligram2008-01-171-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3292 c06c8d41-db1a-0410-9941-cceddc491573
* New Crypt:5 (dpeg).dshaligram2008-01-131-0/+31
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3267 c06c8d41-db1a-0410-9941-cceddc491573
* Added new vaults (incl. Crypt, altars, entries). Contributed by Lemuel, ↵dshaligram2007-12-301-16/+128
| | | | | | | | | bobbens, zaba. Fixed level lexer to handle DOS-style line endings in .des files on Unix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3159 c06c8d41-db1a-0410-9941-cceddc491573
* Updated CREDITS and INSTALL, fixed Tomb:2 (David), fixed Xom's ↵dshaligram2007-10-301-3/+4
| | | | | | mutation-as-reward strategy. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2683 c06c8d41-db1a-0410-9941-cceddc491573
* Vault fixes + applied bobbens' levdes.vim water-colour patch.dshaligram2007-10-291-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2665 c06c8d41-db1a-0410-9941-cceddc491573
* Changed vaults (dploog).j-p-e-g2007-10-281-107/+0
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2639 c06c8d41-db1a-0410-9941-cceddc491573
* New vaults, courtesy bobbens.dshaligram2007-10-101-0/+226
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2412 c06c8d41-db1a-0410-9941-cceddc491573
* Added new maps by bobbens, moved Crypt and Tomb maps to crypt.des.dshaligram2007-10-061-0/+524
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2342 c06c8d41-db1a-0410-9941-cceddc491573