summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/sewer.des
Commit message (Collapse)AuthorAgeFilesLines
* Tweak open sea sewer mermaids. (Keskitalo)Jude Brown2010-01-021-2/+8
| | | | | | De-buff them slightly, as mermaids have been given a buff recently. Also mark them as either sickly or diseased (malarious) in order to emphasise that they are weaker than normal mermaids would be (which they now are).
* Fix "shallow water" -> "shallow_water".Jude Brown2009-12-311-2/+2
|
* Minor changes to sewer_kobolds.David Ploog2009-12-301-10/+11
|
* A new sewer map opening to the sea, by st.Eino Keskitalo2009-12-051-4/+63
| | | | Signed-off-by: Eino Keskitalo <evktalo@users.sourceforge.net>
* Proper weights for big baddie maps, plus a comment tweak.Eino Keskitalo2009-11-011-2/+3
| | | | Signed-off-by: Eino Keskitalo <evktalo@users.sourceforge.net>
* New sewer map, plus some tweaks.Eino Keskitalo2009-11-011-32/+66
| | | | | | Consolidated the various setup functions into one call. Also fix a typo'ed glyph in sewer_big_baddie. The new map has a giant slug. Signed-off-by: Eino Keskitalo <evktalo@users.sourceforge.net>
* Remove padding from sewer.des as well.Eino Keskitalo2009-10-311-145/+139
| | | | Signed-off-by: Eino Keskitalo <evktalo@users.sourceforge.net>
* Simplify. (dploog)Eino Keskitalo2009-10-151-2/+2
| | | | Signed-off-by: Eino Keskitalo <evktalo@users.sourceforge.net>
* Some sewer tweaks.Eino Keskitalo2009-10-151-11/+14
| | | | Signed-off-by: Eino Keskitalo <evktalo@users.sourceforge.net>
* Apply patch #2838024 by bookofjude: new Elven twins uniques, Duvessa and ↵evktalo2009-08-191-1/+1
| | | | | | Dowan. I'll do the tiles later. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10578 c06c8d41-db1a-0410-9941-cceddc491573
* * Modified the frog island sewer map to give the player a bit more options ↵evktalo2009-08-131-22/+77
| | | | | | | | when facing the frogs * Added another frog island map git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10536 c06c8d41-db1a-0410-9941-cceddc491573
* Milestones for entering Ice Cave, Sewer and Ossuary. Document making these ↵evktalo2009-07-201-0/+11
| | | | | | for portal vaults in level_design.txt. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10348 c06c8d41-db1a-0410-9941-cceddc491573
* Avoid additional fish in portal_sewer_entry_d.evktalo2009-07-111-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10149 c06c8d41-db1a-0410-9941-cceddc491573
* Make portal_sewer_entry_c rarer.evktalo2009-07-111-0/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10147 c06c8d41-db1a-0410-9941-cceddc491573
* Add a new low-level unique: Purgy, the meek troll. Used in a Sewer vault.evktalo2009-07-091-7/+9
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10127 c06c8d41-db1a-0410-9941-cceddc491573
* New sewer entry vault; also altered sewer_kobolds a bit - there seemed to be ↵evktalo2009-07-071-16/+26
| | | | | | a place that you could get stuck in. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10118 c06c8d41-db1a-0410-9941-cceddc491573
* Leaving a sewer portal vault turns the portal into floor, not andploog2009-05-101-1/+2
| | | | | | | empty stone arch anymore. (Zaba) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9757 c06c8d41-db1a-0410-9941-cceddc491573
* Apply evktalo's patch in [2586241]: Update level_design.txt and tweak dolorous2009-02-141-1/+1
| | | | | | | .des files. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9078 c06c8d41-db1a-0410-9941-cceddc491573
* Adding FTILE/RTILE vault commands for setting per-glyph floor and rock ↵ennewalker2009-01-201-4/+4
| | | | | | | | | | | tiles. Most vaults with COLOUR tags now also use FTILE/RTILE. FLOORCOL, ROCKCOL, FLOORTILE, and ROCKTILE have been renamed to LFLOORCOL, LROCKCOL, LFLOORTILE, and LROCKTILE to emphasize the fact that they are a per-level setting (similar to LFLAGS) and to disambiguate them from COLOUR/FTILE/RTILE. This change also fixes green water not appearing green outside of the sewers and vaults (like the ice cave) not getting their default tiles set appropriately due to a recent change. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8615 c06c8d41-db1a-0410-9941-cceddc491573
* Apply Eino's patches 2495756 and 2496205. Thanks!j-p-e-g2009-01-101-0/+12
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8378 c06c8d41-db1a-0410-9941-cceddc491573
* Apply Eino's patches 2494428, 2494591 and 2494703. Thanks!j-p-e-g2009-01-091-52/+54
| | | | | | | | | 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
* The entry gates to portal vaults can now set their long feature description viazelgadis2008-12-281-0/+9
| | | | | | | | | | | | | | | | | | the desc_long property of the Lua marker. The lets the portal vault code be enitrely self contained, rather than having to have a portion of the description in dat/descript/features.txt. Also, in theory each different entry vault could have its own version of the description, or it could even programatically vary after the entry vault had been generated (since it can be a function in addition to a string). Also, since the gate's short feature description is no longer needed as a key into the features database, the short description doesn't need to be the same for each entry vault. The way I put the descriptions into the .des files is a bit clunky, but when I tried to use the Lua multi-line string quote ([[string]]) each line displayed by Crawl was indented one space. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8001 c06c8d41-db1a-0410-9941-cceddc491573
* Fix messages for disappearing portals.dploog2008-12-031-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7733 c06c8d41-db1a-0410-9941-cceddc491573
* Timer message fixes for the new times portal vaults.dploog2008-12-031-0/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7731 c06c8d41-db1a-0410-9941-cceddc491573
* Fix .des timer messaging to be easier to customise, applied timer to sewer ↵dshaligram2008-12-011-11/+28
| | | | | | | | | | portals. Fix typo in monspeak.txt (slinkies). Fixed hippogriff plural. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7709 c06c8d41-db1a-0410-9941-cceddc491573
* Change range for the Sewer portal vault to D:3-6 (was 3-7).dploog2008-12-011-3/+6
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7701 c06c8d41-db1a-0410-9941-cceddc491573
* [2054793] Partial implementation of the request to have COLOUR tags affect ↵ennewalker2008-12-011-0/+2
| | | | | | | | | tile choice. Vaults can now override the default tileset (walls and floors) for an entire level. This has been pushed to vaults where it makes sense (sewers, ice caves, ziggurats, bazaars, Shoals:5, Zot). ROCKTILE and FLOORTILE can be used when authoring vaults to set these values, both of which take a single tile name as a string. These values are ignored in console builds. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7700 c06c8d41-db1a-0410-9941-cceddc491573
* Changed "dstovermap" portal vault entrance parameter to "overmap".zelgadis2008-11-271-1/+1
| | | | | | | | | | New portal vault entrance parameter "overmap_note" can be used to associate a note with a particular entrance on the overmap display. The overmap display now notes entry fee for each known ziggurat. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7647 c06c8d41-db1a-0410-9941-cceddc491573
* Portal vault entries now show up on the overmap. Breaks savefilezelgadis2008-11-241-0/+1
| | | | | | | compatabilty. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7583 c06c8d41-db1a-0410-9941-cceddc491573
* For items that originate in a portal vault, store the string describingzelgadis2008-11-241-1/+3
| | | | | | | | | | | | | | | | | their origin place in "portal_vault_origin" in the item's prop hash table, so that (for example) an item bought in a bazaar will display its origin as "in a bazaar" after exiting the bazaar, instead of "in a Portal Vault". The string can be made different than the default with the "dstorigin" property of the entrance portal marker, or via the lua function dgn.set_level_type_origin(). Ziggurat items now say "on level X of a ziggurat", and sewer items "in the sewers", with other portal vaults using the default. Breaks savefile compatibilty. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7577 c06c8d41-db1a-0410-9941-cceddc491573
* Added Ice Cave portal vault (Eino). dploog2008-11-241-3/+2
| | | | | | | | Not yet fully finished, but easier to get feedback this way. And also easy to temporarily block it by removing it's tag from loadmaps.lua. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7566 c06c8d41-db1a-0410-9941-cceddc491573
* Some modifications to the Sewers.dploog2008-11-221-1/+8
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7540 c06c8d41-db1a-0410-9941-cceddc491573
* Added new Sewer vault (Eino).dploog2008-11-221-32/+99
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7529 c06c8d41-db1a-0410-9941-cceddc491573
* Separate CHANCE and WEIGHT. CHANCE is a probability, WEIGHT is a raw number ↵dshaligram2008-11-191-1/+1
| | | | | | used as a generation weight (i.e. WEIGHT is what the old CHANCE used to be). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7501 c06c8d41-db1a-0410-9941-cceddc491573
* Randomised a sewer map (Zaba).dploog2008-11-191-23/+30
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7498 c06c8d41-db1a-0410-9941-cceddc491573
* Added another entry vault for the Sewer.dploog2008-11-181-0/+22
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7488 c06c8d41-db1a-0410-9941-cceddc491573
* Portal vault entries' TAG: uniq_ labels should not end in "entry".dploog2008-11-181-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7486 c06c8d41-db1a-0410-9941-cceddc491573
* Each new type of portal vault should get its own des file.dploog2008-11-181-0/+239
Renamed portal.des to sewer.des. Added description. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7483 c06c8d41-db1a-0410-9941-cceddc491573