Skip to content

Commit

Permalink
Buff Earth Elementalist starts by 50%
Browse files Browse the repository at this point in the history
Give them 30 (instead of 20) stones on character generation, to
compensate for new Sandblast behavior.
  • Loading branch information
isloat committed Dec 21, 2016
1 parent d91524c commit 5b3579f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawl-ref/source/job-data.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ static const map<job_type, job_def> job_data =
0, 7, 5,
{ SP_DEEP_ELF, SP_DEEP_DWARF, SP_SPRIGGAN, SP_GARGOYLE, SP_DEMIGOD,
SP_GHOUL, SP_OCTOPODE, },
{ "book of Geomancy", "stone q:20", "robe", },
{ "book of Geomancy", "stone q:30", "robe", },
WCHOICE_NONE,
{ { SK_TRANSMUTATIONS, 1 }, { SK_EARTH_MAGIC, 3 }, { SK_SPELLCASTING, 2 },
{ SK_DODGING, 2 }, { SK_STEALTH, 2 }, }
Expand Down

0 comments on commit 5b3579f

Please sign in to comment.