summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/aptitudes.h
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2013-05-01 18:49:03 -0700
committerBrendan Hickey <brendan@bhickey.net>2013-05-01 18:49:03 -0700
commit4648ca3b148b769b1752a1b7d32c203210e7a775 (patch)
tree37a6dff3020c4745c8652b016b2b15863dfa458c /crawl-ref/source/aptitudes.h
parent79a8009e7e4e2c2e0af0e24fc6dc1f6a50b95796 (diff)
downloadcrawl-ref-4648ca3b148b769b1752a1b7d32c203210e7a775.tar.gz
crawl-ref-4648ca3b148b769b1752a1b7d32c203210e7a775.zip
Tweak Djinn apts
Increase Hexes. I'm leaving alone charms. Nerf stealth. Set the racial mod on par with Centaurs and the like.
Diffstat (limited to 'crawl-ref/source/aptitudes.h')
-rw-r--r--crawl-ref/source/aptitudes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/aptitudes.h b/crawl-ref/source/aptitudes.h
index 1a2cefd837..ae65f5942c 100644
--- a/crawl-ref/source/aptitudes.h
+++ b/crawl-ref/source/aptitudes.h
@@ -1247,7 +1247,7 @@ static const species_skill_aptitude species_skill_aptitudes[] =
APT(SP_DJINNI, SK_THROWING, -1),
APT(SP_DJINNI, SK_ARMOUR, 1),
APT(SP_DJINNI, SK_DODGING, -1),
- APT(SP_DJINNI, SK_STEALTH, 0),
+ APT(SP_DJINNI, SK_STEALTH, -1),
#if TAG_MAJOR_VERSION == 34
APT(SP_DJINNI, SK_STABBING, -1),
#endif
@@ -1256,10 +1256,10 @@ static const species_skill_aptitude species_skill_aptitudes[] =
APT(SP_DJINNI, SK_UNARMED_COMBAT, -1),
APT(SP_DJINNI, SK_SPELLCASTING, 1),
APT(SP_DJINNI, SK_CONJURATIONS, 1),
- APT(SP_DJINNI, SK_HEXES, 0),
+ APT(SP_DJINNI, SK_HEXES, 2),
APT(SP_DJINNI, SK_CHARMS, 0),
APT(SP_DJINNI, SK_SUMMONINGS, 0),
- APT(SP_DJINNI, SK_NECROMANCY, -1),
+ APT(SP_DJINNI, SK_NECROMANCY, -2),
APT(SP_DJINNI, SK_TRANSLOCATIONS, 0),
APT(SP_DJINNI, SK_TRANSMUTATIONS, 0),
APT(SP_DJINNI, SK_FIRE_MAGIC, 3),