Skip to content

Commit

Permalink
Fire brand and frost brand are now short swords (from EvilHack).
Browse files Browse the repository at this point in the history
With the introduction of higher weapon enchantment limits, this change helps reign back the power of these double damage weapons a bit.
  • Loading branch information
elunna committed Dec 5, 2024
1 parent fe59cd5 commit 5755a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/artilist.h
Original file line number Diff line number Diff line change
Expand Up @@ -365,13 +365,13 @@ static NEARDATA struct artifact artilist[] = {
A_NONE, NON_PM, NON_PM, 500L, CLR_RED, DRAGONBANE),

/* Now can instakill flammable monsters and green slime */
A("Fire Brand", LONG_SWORD,
A("Fire Brand", SHORT_SWORD,
(SPFX_RESTR | SPFX_ATTK | SPFX_DEFN), 0, 0,
FIRE(PENTOHIT, 0), DFNS(AD_FIRE), NO_CARY, 0,
A_NONE, NON_PM, NON_PM, 3000L, NO_COLOR, FIRE_BRAND),

/* Now can instakill water elementals */
A("Frost Brand", LONG_SWORD,
A("Frost Brand", SHORT_SWORD,
(SPFX_RESTR | SPFX_ATTK | SPFX_DEFN), 0, 0,
COLD(PENTOHIT, 0), DFNS(AD_COLD), NO_CARY, 0,
A_NONE, NON_PM, NON_PM, 3000L, NO_COLOR, FROST_BRAND),
Expand Down

0 comments on commit 5755a79

Please sign in to comment.