From 0b74d68828f8542b45be47bcc605dbe06f623fe0 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sun, 22 Jul 2007 05:57:33 +0000 Subject: Map updates (David). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1906 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/dat/bazaar.des | 102 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 99 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/dat/bazaar.des') diff --git a/crawl-ref/source/dat/bazaar.des b/crawl-ref/source/dat/bazaar.des index 94eb6a33ad..fe9c957c8a 100644 --- a/crawl-ref/source/dat/bazaar.des +++ b/crawl-ref/source/dat/bazaar.des @@ -43,17 +43,55 @@ w.w.w www ENDMAP +############################################################################### +# Some coins to shop with. +NAME: bzr_entry_002 +TAGS: bzr_entry +ORIENT: float +SUBST: $=$. +: check_expire_marker(_G) +MAP +xx.xx +x$$$x +.$O$. +x$$$x +xx.xx +ENDMAP + +############################################################################### +# Many customers +NAME: bzr_entry_003 +TAGS: bzr_entry +ORIENT: float +MONS: human, orc, goblin, kobold +SUBST: . = .:210 1 +SHUFFLE: 1234 +: check_expire_marker(_G) +MAP + ..... +....... +...O... +....... + ..... +ENDMAP + ############################################################################### # Bazaar layouts. # # "encompass" levels are recommended, and can be as small or large as you like. # No monsters are pre-placed in bazaars, and monsters do not spawn in bazaars, # but you can place monsters in your maps if you know what you're doing. +# +# Every encompass bazaar level must have at least one downstair, which will be +# replaced with an exit from the bazaar. It's a good idea to also provide an +# upstair, which will be converted into a stone arch (and on which the player +# will be placed when entering the bazaar). -NAME: bazaar_001 -TAGS: bazaar +NAME: bazaar_general_marketplace +TAGS: bazaar ORIENT: encompass -KFEAT: A = any shop +KFEAT: A = any shop +CHANCE: 30 MAP xxxxxxxxx xxxx>xxxx @@ -65,3 +103,61 @@ xxx...xxx xxxx>xxxx xxxxxxxxx ENDMAP + +NAME: bazaar_outfitter +TAGS: bazaar +ORIENT: encompass +KFEAT: A = any shop +SHUFFLE: ABC, de, xcv +KFEAT: A = weapon shop / armour shop +KFEAT: B = antique weapon shop / weapon shop +KFEAT: C = antique armour shop / armour shop +ITEM: any weapon / w:2 good_item any weapon +ITEM: any armour / w:2 good_item any armour +MAP +xxxxxxxxx +xxxx>xxxx +xx.....xx +x.......x +x.AdBeC.x +x.......x +xx.....xx +xxxxx +xxxwwx....Bxx +xxxxxxxwwwxxx +xxxxxxxxxxxxx +ENDMAP + +NAME: bazaar_wands +TAGS: bazaar +ORIENT: encompass +KFEAT: A = wand shop +ITEM: any wand +MAP +xxxxxxxxxxx +xx...>...xx +x..A...A..x +x.........x +xllll.llllx +x....>....x +x..d...d..x +xx...<...xx +xxxxxxxxxxx +ENDMAP -- cgit v1.2.3-54-g00ecf