summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-23 13:22:17 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-23 13:22:17 +0000
commit4e381e6a083d562fabe8c1d7a2be60720be59238 (patch)
tree5804617aa72b3cead3fa0222d0d976a9538c23bd /crawl-ref/source/skills2.cc
parent4f849c43a3add816fd41f0e3c89e387558015419 (diff)
downloadcrawl-ref-4e381e6a083d562fabe8c1d7a2be60720be59238.tar.gz
crawl-ref-4e381e6a083d562fabe8c1d7a2be60720be59238.zip
Add Deep Dwarves patch, with some minor changes.
Add a new mutation, MUT_SLOW_HEALING, which at level 3 blocks all healing; it can't be acquired randomly, but deep dwarves start with it at level 3. This overrides regeneration, including the god-given kind (Trog's Hand.) Fix mutation listings (hopefully I got this right.) There are still some cases where DD HP shaving is not applied: ability HP costs, Staff of Dispater effect, vampiric draining backlash, Sublimation of Blood spell. Fix dancing weapons leaving mgrd incorrect if their weapon can't be generated. Breaks saves. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9173 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/skills2.cc')
-rw-r--r--crawl-ref/source/skills2.cc43
1 files changed, 43 insertions, 0 deletions
diff --git a/crawl-ref/source/skills2.cc b/crawl-ref/source/skills2.cc
index 3be089eb18..19e924b15d 100644
--- a/crawl-ref/source/skills2.cc
+++ b/crawl-ref/source/skills2.cc
@@ -1571,6 +1571,49 @@ const int spec_skills[ NUM_SPECIES ][40] =
(120 * 75)/100, // SK_EVOCATIONS
},
+ { // SP_DEEP_DWARF (39)
+ 110, // SK_FIGHTING
+ 120, // SK_SHORT_BLADES
+ 100, // SK_LONG_BLADES
+ 130, // SK_UNUSED_1
+ 90, // SK_AXES
+ 110, // SK_MACES_FLAILS
+ 120, // SK_POLEARMS
+ 110, // SK_STAVES
+ 90, // SK_SLINGS
+ 180, // SK_BOWS
+ 90, // SK_CROSSBOWS
+ 120, // SK_DARTS
+ 120, // SK_THROWING
+ 90, // SK_ARMOUR
+ 90, // SK_DODGING
+ 70, // SK_STEALTH
+ 110, // SK_STABBING
+ 90, // SK_SHIELDS
+ 80, // SK_TRAPS_DOORS
+ 120, // SK_UNARMED_COMBAT
+ 100, // undefined
+ 100, // undefined
+ 100, // undefined
+ 100, // undefined
+ 100, // undefined
+ (120 * 130) / 100, // SK_SPELLCASTING
+ 120, // SK_CONJURATIONS
+ 120, // SK_ENCHANTMENTS
+ 110, // SK_SUMMONINGS
+ 80, // SK_NECROMANCY
+ 85, // SK_TRANSLOCATIONS
+ 120, // SK_TRANSMUTATION
+ 120, // SK_DIVINATIONS
+ 110, // SK_FIRE_MAGIC
+ 110, // SK_ICE_MAGIC
+ 170, // SK_AIR_MAGIC
+ 60, // SK_EARTH_MAGIC
+ 130, // SK_POISON_MAGIC
+ (80 * 75) / 100, // SK_INVOCATIONS
+ (60 * 75) / 100, // SK_EVOCATIONS
+ },
+
// SP_HILL_DWARF placeholder.
{
},