Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lib/junethack/models/trophy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def Trophy.check_trophies_for_variant variant_description
[:binder_ascension, "The other side of the sky (Ascended a Binder)", "dnh_binder_ascension.png", 5],
[:pirate_quest, "Not so inconceivable (Completed the pirate quest)", "dnh_pirate_quest.png", 6],
[:bard_quest, "Not so spoony (Completed the bard quest)", "dnh_bard_quest.png", 6],
[:base_noble_quest, "Rebellion crushed (Completed the base noble quest)", "dnh_base_noble_quest.png", 6],
[:base_noble_quest, "Rebellion crushed (Completed the base noble quest)", "dnh_noble_quest.png", 6],
[:hedrow_noble_quest, "Family drama (Completed the hedrow noble quest)", "dnh_hedrow_noble_quest.png", 6],
[:hedrow_shared_quest, "On agency (Completed the hedrow shared quest)", "dnh_hedrow_shared_quest.png", 6],
[:drow_noble_quest, "Foreshadowing (Completed the drow noble quest)", "dnh_drow_noble_quest.png", 6],
Expand All @@ -474,7 +474,7 @@ def Trophy.check_trophies_for_variant variant_description
[:illuminated, "Illuminated (Learned every word of creation and accumulated 30 passive syllable bonuses)", "dnh_illuminated.png", 5],
[:exodus, "Exodus (Ascended with a pet android commander or operator android)", "dnh_exodus.png", 5],
[:fully_upgraded, "Super Fighting Robot (Acquried all clockwork upgrades (except high-tension spring))", "dnh_clockwork_upgrades.png", 5],
[:hunter_of_nightmares, "Hunter of Nightmares (Defeated at least one of each of the secret insight bosses)", "dnh_hunter_of_nightmares.png", 5],
[:hunter_of_nightmares, "Hunter of Nightmares (Defeated at least one of each of the secret insight bosses)", "dnh_nightmare_hunter.png", 5],
[:two_keys, "Two Keys (Ascended having only touched two alignment keys)", "dnh_two_keys.png", 5],
[:quite_mad, "Quite Mad (Suffered from at least 6 madnesses)", "dnh_all_mad.png", 5],
[:booze_hound, "Booze Hound (Maxed out your drunkard score by drinking at least 90 potions of booze)", "dnh_booze_hound.png", 5],
Expand All @@ -486,8 +486,8 @@ def Trophy.check_trophies_for_variant variant_description
[:drow_healer_quest, "Twisted by dreams (Completed drow healer quest)", "dnh_drohea_qst.png", 6],
[:monk_quest, "You must defeat Sheng Long to stand a chance (Completed monk quest)", "dnh_monk_quest.png", 6],
[:iea_upgraded, "The Elfdalorian (15+ upgrades on a set of imperial elven armor)", "dnh_elfdalorian.png", 5],
[:undead_hunter_ascension, "I guess this counts as transcendence (Ascended an undead hunter)", "dnh_undead_hunter_ascension.png", 5],
[:undead_hunter_quest, "Don't think too hard about all of this (Completed undead hunter quest)", "dnh_undead_hunter_quest.png", 6],
[:undead_hunter_ascension, "I guess this counts as transcendence (Ascended an undead hunter)", "dnh_uh_asc.png", 5],
[:undead_hunter_quest, "Don't think too hard about all of this (Completed undead hunter quest)", "dnh_uh_qst.png", 6],
[:kensei_quest, "Virtue, and no evil (Completed kensei quest)", "dnh_kensei_quest.png", 6],
[:centauroid_ascension, "Who needs boots, anyway? (Ascended a centauroid)", "dnh_centaroid_asc.png", 5],
[:tiefling_ascension, "Better to serve in heaven (Ascended a tiefling)", "dnh_tiefling_asc.png", 5],
Expand Down