summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authormtitus_613 <mtitus_613@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-06 20:10:31 +0000
committermtitus_613 <mtitus_613@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-06 20:10:31 +0000
commit2b214aa07350746941caddf337ab4cd5bc82203d (patch)
tree474cfa4a3076878ed6ecc5d7c984cd50587ebb20 /crawl-ref/docs
parentbd1d91f4b91afaf8dd80c329c78b775f43382b87 (diff)
downloadcrawl-ref-2b214aa07350746941caddf337ab4cd5bc82203d.tar.gz
crawl-ref-2b214aa07350746941caddf337ab4cd5bc82203d.zip
Add LOW MAGIC WARNING. This involved creating a channel, modifying init.txt, and the crawl_options.txt docs. Message will trigger when player's magic drops below the percentage set in init.txt (default 10%). Nice for making sure casters don't run around with low magic amounts.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@988 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/crawl_options.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/crawl-ref/docs/crawl_options.txt b/crawl-ref/docs/crawl_options.txt
index 08009464ad..52645d50bc 100644
--- a/crawl-ref/docs/crawl_options.txt
+++ b/crawl-ref/docs/crawl_options.txt
@@ -45,9 +45,9 @@ The contents of this text are:
easy_unequip, easy_confirm, easy_quit_item_prompts,
easy_exit_menu, default_autoprayer, sort_menus
4-i Message and Display Improvements.
- hp_warning, hp_colour, mp_colour, always_greet, terse_hand,
- delay_message_clear, menu_colour, increasing_skill_progress,
- show_turns
+ hp_warning, magic_point_warninghp_colour, mp_colour, always_greet,
+ terse_hand, delay_message_clear, menu_colour,
+ increasing_skill_progress, show_turns
4-j Missiles.
fire_items_start, fire_order
4-k Message Channels.
@@ -642,9 +642,14 @@ sort_menus = (true | false | auto:X)
hp_warning = 10
hp_warning gives "* * * LOW HITPOINT WARNING * * *" on the danger
- channel when the player takens damage and their hitpoints are less than
+ channel when the player takes damage and their hitpoints are less than
this percentage of their maximum (use 0 to turn off these messages).
+mp_warning = 10
+ mp_warning gives "* * * LOW MAGIC WARNING * * *" on the danger
+ channel when the player's magic points drop below this percentage of
+ their maximum (use 0 to turn off these messages).
+
hp_colour = lightgrey, 50:yellow, 25:red
hp_colour colours your HP appropriately in the display. In the default
setting, your HP will appear in red if at less then 25%, yellow if at