Skip to content

Commit

Permalink
Adjust a few achievement names and descriptions
Browse files Browse the repository at this point in the history
Suggestion by ais523: make the description for Touch It With A 10 Foot
Pole more explicit about what its requirements are.

Suggestion by qt: revert Glass Menagerie back to Glass Collector since
the former name breaks the pattern of other identify-all-X achievements,
which are written like titles that could be given to the hero.

Suggestion by ais523: make explicit that the resurrect the Wizard
achievement means resurrect his corpse, and won't be earned if you
petrify and unpetrify him.

Also, write down a new achievement idea in the once-we-are-on-3.7
section.
  • Loading branch information
copperwater committed Dec 15, 2024
1 parent 9e63688 commit f0d6cb0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions include/tnnt_achievements.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ ACH("Hulk Smash", "Kill a monster with a heavy iron ball",
KILLED_WITH_IRONBALL),
ACH("DIRGE", "Instakill a monster with poison", INSTAPOISONED),
ACH("Poseidon", "Kill a sea monster with a trident", KILLED_WITH_TRIDENT),
ACH("Touch It With A 10 Foot Pole", "Kill a floating eye with a polearm",
ACH("Touch It With A 10 Foot Pole",
"Kill a floating eye at range with a lance or polearm",
KILLED_EYE_POLEARM),
ACH("Bar Brawler", "Kill a monster with HP damage by smashing a bottle on it",
KILLED_WITH_BOTTLE),
Expand Down Expand Up @@ -196,7 +197,7 @@ ACH("Fashionista",
ACH("Mineralogist", "Identify every type of valuable gemstone",
IDENTIFIED_ALL_GEMS),
ACH("Geologist", "Identify all gray stones", IDENTIFIED_ALL_STONES),
ACH("Glass Menagerie", "Identify all worthless glass", IDENTIFIED_ALL_GLASS),
ACH("Glass Collector", "Identify all worthless glass", IDENTIFIED_ALL_GLASS),
/* involving maintaining a conduct up to Quest */
ACH("Friends Not Food", "Receive the Quest with vegetarian conduct intact",
PARTIAL_VEGETARIAN),
Expand Down Expand Up @@ -357,7 +358,7 @@ ACH("Necromancer", "Resurrect a fallen pet and have it return tame",
RESURRECTED_PET_TAME),
ACH("Asudem", "Revive Perseus", REVIVED_PERSEUS),
ACH("So Thou Thought Thou Couldst Resurrect Me",
"Resurrect the Wizard of Yendor", RESURRECTED_WIZARD),
"Resurrect the Wizard of Yendor's corpse", RESURRECTED_WIZARD),
ACH("Insert Quarter to Continue", "Get life-saved", GOT_LIFESAVED),
/* involving shops */
ACH("Always Talk to the Wise Old Man", "Chat with Izchak", CHATTED_IZCHAK),
Expand Down Expand Up @@ -639,4 +640,6 @@ The only way to do this "organically" in pre 3.7 is to luck into two nearby gas
spores. Otherwise, it requires artificial methods such as reverse genocide or
create monster spam. 3.7 has more monsters that explode on death, so it's more
feasible to happen organically.
Kill a certain number of monsters with a single casting of chain lightning.
*/

0 comments on commit f0d6cb0

Please sign in to comment.