|
From: <gi...@cr...> - 2017-06-27 07:10:13
|
via 54e4307ab322efb863b1ab53b8f30be45d38d8a1 (commit)
from 13b96418aaa066493c804fb6c499c16c990394bf (commit)
-----------------------------------------------------------------------
commit 54e4307ab322efb863b1ab53b8f30be45d38d8a1
Author: gammafunk <gam...@gm...>
Date: Tue Jun 27 02:00:57 2017 -0500
Fix ORIENT and DEPTH tags on some float vaults
A few transporter vaults in float.des were missing their float orient,
hence were placing as minivaults. Fix this, and and for these and a
couple other vaults, put the ORIENT line after the DEPTH line to style
consistency.
For gammafunk_sealed_arena, don't try to place this vault in the Vaults
branch. Float vaults don't work in this branch due to how the layout
works. This vault would place successfully using `P' in wizard mode when
the vault was (accidentally) a minivault, but minivaults are never
actually placed in this branch. It may be adaptable to a room vault, but
that would require making a separate vault altogether.
-----------------------------------------------------------------------
Summary of changes:
crawl-ref/source/dat/des/variable/float.des | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/crawl-ref/source/dat/des/variable/float.des b/crawl-ref/source/dat/des/variable/float.des
index 17e595f..4ee8ae1 100644
--- a/crawl-ref/source/dat/des/variable/float.des
+++ b/crawl-ref/source/dat/des/variable/float.des
@@ -4123,8 +4123,8 @@ ENDMAP
NAME: gammafunk_beogh_shrine
TAGS: no_monster_gen no_trap_gen
-ORIENT: float
DEPTH: D:7-, Orc
+ORIENT: float
KFEAT: _ = altar_beogh
KITEM: _ = $
: if you.in_branch("Orc") then
@@ -4177,8 +4177,8 @@ ENDMAP
NAME: gammafunk_corrupted_shrine
TAGS: no_monster_gen no_trap_gen
-ORIENT: float
DEPTH: Abyss, D:7-, Depths
+ORIENT: float
KFEAT: _ = altar_lugonu
: if you.in_branch("Abyss") then
MONS: lurking horror / ancient zyme / worldbinder
@@ -4232,8 +4232,8 @@ ENDMAP
NAME: gammafunk_steamed_eel
TAGS: no_monster_gen no_trap_gen no_pool_fixup
-ORIENT: float
DEPTH: D:3-9
+ORIENT: float
KMONS: p = plant
KMONS: 1 = electric eel
ITEM: wand of flame ident:type
@@ -4258,8 +4258,8 @@ ENDMAP
NAME: gammafunk_wand_slinger
TAGS: no_monster_gen no_trap_gen no_pool_fixup
-ORIENT: float
DEPTH: D:3-13
+ORIENT: float
KPROP: LM = no_tele_into
KMASK: LM = no_item_gen
ITEM: wand of flame
@@ -8653,7 +8653,8 @@ ENDMAP
NAME: gammafunk_sealed_arena
TAGS: no_monster_gen no_trap_gen
-DEPTH: Crypt, D:8-, Depths, Elf, Vaults, Zot
+DEPTH: Crypt, D:8-, Depths, Elf, Zot
+ORIENT: float
ITEM: any jewellery good_item
ITEM: cloak good_item / scarf good_item / helmet good_item / hat good_item \
/ gloves good_item / pair of boots good_item
@@ -8692,6 +8693,7 @@ ENDMAP
NAME: gammafunk_its_a_trap
TAGS: no_monster_gen no_trap_gen no_tele_into
DEPTH: Crypt, D:$, Depths, Elf, Shoals, Spider, Snake, Swamp, Zot
+ORIENT: float
KMASK: ^ = no_item_gen
ITEM: any randart jewellery
SHUFFLE: FGHI / JKLM
@@ -8728,6 +8730,7 @@ NAME: gammafunk_dig_for_victory
TAGS: no_monster_gen no_item_gen no_trap_gen
# Must not place on a branch end so it can place downhatch
DEPTH: D:13-, !D:$, Depths, !Depths:$, Pan, Zot, !Zot:$
+ORIENT: float
# DTEM can use LRD, so include stone tiles to be safe
KPROP: -DEFH1|*$eRcmn = no_tele_into
ITEM: wand of digging ident:all, any randart jewellery
@@ -8773,6 +8776,7 @@ ENDMAP
NAME: emtedronai_trogs_sanctum
TAGS: no_monster_gen no_trap_gen no_tele_into no_item_gen
DEPTH: D:13-, Depths
+ORIENT: float
: if not you.unrands("necklace_of_bloodlust") then
KITEM: _ = necklace of bloodlust no_pickup
: elseif not you.unrands("wrath_of_trog") then
--
Dungeon Crawl Stone Soup
|