summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2013-04-26 00:14:04 +0200
committerRaphael Langella <raphael.langella@gmail.com>2013-04-26 00:32:47 +0200
commita04a6eba42c965231a472cd979e47548ae39a753 (patch)
treedd8e5ab5760e718449d6eee0226bb72737e2b535 /crawl-ref/source/item_use.h
parent642d18e0e13e6f0dcc0206ddf2f358ac72da2ec1 (diff)
downloadcrawl-ref-a04a6eba42c965231a472cd979e47548ae39a753.tar.gz
crawl-ref-a04a6eba42c965231a472cd979e47548ae39a753.zip
New formula for the effect of strength on AEVP.
https://crawl.develz.org/wiki/doku.php?id=dcss:brainstorm:mutation:stats&#effect_of_strength_on_armour_evp New formula is: (2/5) * evp^2 / (str+3) Also, base evasion penalty is rescaled for all armours: -1 -> -4 -2 -> -7 -3 -> -11 -4 -> -15 -5 -> -17 -6 -> -19 -8 -> -24 -9 -> -27
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index 9f6763925f..cd3bf6a189 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -53,7 +53,6 @@ bool enchant_armour(int &ac_change, bool quiet, item_def &arm);
void prompt_inscribe_item();
void warn_shield_penalties();
-void warn_armour_penalties();
bool stasis_blocks_effect(bool calc_unid, bool identify,
const char *msg, int noise = 0,