summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-06 13:23:18 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-06 13:23:18 +1000
commit4d920561429d56eac9e2c3cbb0b35cf199e94f89 (patch)
treea272ee251b1cbb67f132d91a38d11ab419148d6d /crawl-ref/docs
parent5a3f1e9bbe266db7cbd0287ab5b0c7df8b1423e8 (diff)
downloadcrawl-ref-4d920561429d56eac9e2c3cbb0b35cf199e94f89.tar.gz
crawl-ref-4d920561429d56eac9e2c3cbb0b35cf199e94f89.zip
Add further door_XXX properties for opening, closing, etc.
See documentation. This is somewhat hackish (or at least, hackier), but I think there's a precendent for it at least.
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/develop/levels/advanced.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/crawl-ref/docs/develop/levels/advanced.txt b/crawl-ref/docs/develop/levels/advanced.txt
index 4a061f0034..f9cd653809 100644
--- a/crawl-ref/docs/develop/levels/advanced.txt
+++ b/crawl-ref/docs/develop/levels/advanced.txt
@@ -719,6 +719,29 @@ dungeon cell which they are on:
before opening the door, with the value of the property used as
the prompt string.
+* door_description_adjective: Overwrite the adjective for the door. Not
+ currently used.
+
+* door_description_noun: Overwrite the noun used by the door. Replaces, for
+ instance, "door" with "doorway".
+
+* door_description_veto: Vetoes the use of "open", "closed" and "detected
+ secret" when applying adjectives to door descriptions.
+
+* door_berserk_verb_open: Replace the verb used for opening the door while
+ berserk. Should include "%s%s", as it is printed as a formatted string.
+
+* door_berserk_adjective: Replaces the adjective "with a bang" when the player
+ is not silenced while opening a door.
+
+* door_noisy_verb_open: Replaces "opens with a creak". Also requires "%s%s" as
+ it is a formatted string.
+
+* door_airborne_verb_open: Replaces "reach down and open", also requires "%s%s".
+
+* door_open_verb: Replaces "You open". Also requires "%s%s". All of the above "open"
+ have "close" counterparts which are used when closing a door.
+
* feature_description: What to use as the short description of the
cell's feature.