Skip to content

Commit ceeb98b

Browse files
committed
Adjust the artifact Keolewa shock damage so it's better than a club with the lightning object property.
1 parent 3fb1328 commit ceeb98b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/evilhack-changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -4000,4 +4000,6 @@ The following changes to date are:
40004000
- Fix: Druid in wildshape form looting a monster that is wearing armor
40014001
would show '(merged to your form)' for their worn armor
40024002
- Some more Caveperson role improvements
4003+
- Adjust the artifact Keolewa shock damage so it's better than a club
4004+
with the lightning object property
40034005

include/artilist.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ STATIC_OVL NEARDATA struct artifact artilist[] = {
203203
* Buffing this up a bit to give it more utility.
204204
*/
205205
A("Keolewa", CLUB, (SPFX_RESTR | SPFX_ATTK | SPFX_DEFN),
206-
0, 0, ELEC(5, 8), DFNS(AD_ELEC), NO_CARY, 0, A_NEUTRAL,
206+
0, 0, ELEC(5, 10), DFNS(AD_ELEC), NO_CARY, 0, A_NEUTRAL,
207207
PM_CAVEMAN, NON_PM, 2000L, NO_COLOR, DEFAULT_MAT),
208208
/*
209209
* Dirge from SporkHack, but with a twist.

0 commit comments

Comments
 (0)