summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-08-03 15:39:26 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-08-03 15:39:26 -0400
commit9461ac7c65cc31e94ac7ca78d7281b2f3a545af3 (patch)
treebca199e6d3da32aec332a1b3a39832fe83437c94 /crawl-ref/source/dat
parente20b3768576a97c1c3861378d61b58e5289d4679 (diff)
downloadcrawl-ref-9461ac7c65cc31e94ac7ca78d7281b2f3a545af3.tar.gz
crawl-ref-9461ac7c65cc31e94ac7ca78d7281b2f3a545af3.zip
Improve portal sound messages.
In general portals sounds were quite a mess. Ossuary and wizlab in particular went from quick -> slow, the opposite of all the other sounds. Sewer, volcano, labyrinth, and bazaar messages are unchanged. Ossuary now uses the sewer/volcano set of messages, and wizlabs use the lab/bazaar ones. Bailey and icecaves, which were already almost identical, are merged and have an edit so that no one word is ever used in more than one time slot.
Diffstat (limited to 'crawl-ref/source/dat')
-rw-r--r--crawl-ref/source/dat/des/portals/bailey.des4
-rw-r--r--crawl-ref/source/dat/des/portals/icecave.des2
-rw-r--r--crawl-ref/source/dat/des/portals/ossuary.des6
-rw-r--r--crawl-ref/source/dat/des/portals/wizlab.des7
4 files changed, 7 insertions, 12 deletions
diff --git a/crawl-ref/source/dat/des/portals/bailey.des b/crawl-ref/source/dat/des/portals/bailey.des
index 3a1a94544f..da459cd4ac 100644
--- a/crawl-ref/source/dat/des/portals/bailey.des
+++ b/crawl-ref/source/dat/des/portals/bailey.des
@@ -26,8 +26,8 @@ function bailey_portal(e, ptype)
noisemaker = 'oriflamme',
ranges = {
{ 5000, 'faint ' }, { 4000, '' },
- { 2500, 'steady ' }, { 1500, 'rapid ' },
- { 0, 'frantic ' }
+ { 2500, 'steady ' }, { 1500, 'quick ' },
+ { 0, 'loud ' }
}
}
diff --git a/crawl-ref/source/dat/des/portals/icecave.des b/crawl-ref/source/dat/des/portals/icecave.des
index bd326e1d30..345edf762d 100644
--- a/crawl-ref/source/dat/des/portals/icecave.des
+++ b/crawl-ref/source/dat/des/portals/icecave.des
@@ -28,7 +28,7 @@ function ice_cave_portal(e)
noisemaker = 'melting archway',
ranges = {
{ 5000, 'faint ' }, { 4000, '' },
- { 2500, 'steady ' }, { 1500, 'rapid ' },
+ { 2500, 'steady ' }, { 1500, 'quick ' },
{ 0, 'loud ' }
}
}
diff --git a/crawl-ref/source/dat/des/portals/ossuary.des b/crawl-ref/source/dat/des/portals/ossuary.des
index 935fd6dde3..f43c749675 100644
--- a/crawl-ref/source/dat/des/portals/ossuary.des
+++ b/crawl-ref/source/dat/des/portals/ossuary.des
@@ -26,9 +26,9 @@ function ossuary_portal(e)
-- This is always preceded by an article, so...
noisemaker = 'avalanche of sand',
ranges = {
- { 5000, 'rapid ' }, { 4000, '' },
- { 2500, 'slow ' }, { 1500, 'irregular ' },
- { 0, 'erratic ' }
+ { 5000, 'slow ' }, { 4000, '' },
+ { 2500, 'brisk ' }, { 1500, 'quick ' },
+ { 0, 'rapid ' }
}
}
diff --git a/crawl-ref/source/dat/des/portals/wizlab.des b/crawl-ref/source/dat/des/portals/wizlab.des
index 0e5ecee265..44b57e8fc8 100644
--- a/crawl-ref/source/dat/des/portals/wizlab.des
+++ b/crawl-ref/source/dat/des/portals/wizlab.des
@@ -86,12 +86,7 @@ function wizlab_portal (e)
finalmsg = "The crackle of the magical portal is almost imperceptible now.",
verb = 'crackle',
- noisemaker = 'magical portal',
- ranges = {
- { 5000, 'rapid ' }, { 4000, '' },
- { 2500, 'slow ' }, { 1500, 'irregular ' },
- { 0, 'erratic ' }
- }
+ noisemaker = 'magical portal'
}
e.lua_marker('O',