Skip to content

Commit

Permalink
Change the recipe for the forged artifact Ithilmar.
Browse files Browse the repository at this point in the history
The old recipe did two things: it made forging Ithilmar very difficult
to do in terms of all of the artifacts needed to create it, and one of
the artifacts needed to make it (Gauntlets of Purity) was rather
difficult to give up. Swapped out the gauntlets with Dramborleg, which
hasn't been used in any previous recipies, and its magic resistance
fits with the abilities Ithilmar can impart to the steed wearing it.
  • Loading branch information
k21971 committed Oct 10, 2024
1 parent 2d5a6b4 commit 0322678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/evilhack-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3649,4 +3649,5 @@ The following changes to date are:
- Fix: monster stealing worn gold objects from other monsters (AD_SGLD)
not properly handled
- New object - helm of caution, change 'shatterproof' to 'tempered'
- Change the recipe for the forged artifact Ithilmar

2 changes: 1 addition & 1 deletion src/fountain.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,9 +518,9 @@ static const struct forge_arti {
{ ART_HAMMER_OF_THE_GODS, ART_SUNSWORD, ART_DEMONBANE },
{ ART_TEMPEST, ART_CLEAVER, ART_MJOLLNIR },
{ ART_DICHOTOMY, ART_FIRE_BRAND, ART_FROST_BRAND },
{ ART_ITHILMAR, ART_VORPAL_BLADE, ART_DRAMBORLEG },
/* forged artifacts that require at least one other forged
artifact to be created */
{ ART_ITHILMAR, ART_VORPAL_BLADE, ART_GAUNTLETS_OF_PURITY },
{ ART_ARMOR_OF_RETRIBUTION, ART_SWORD_OF_ANNIHILATION, ART_ASHMAR },
{ 0, 0, 0 }
};
Expand Down

0 comments on commit 0322678

Please sign in to comment.