User Tools

Site Tools


rpd:tome_of_mastery_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rpd:tome_of_mastery_item [2025/12/21 21:11] – Add tome_of_mastery_item page for Tengu drop mikerpd:tome_of_mastery_item [2025/12/21 21:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Tome of Mastery ======
 +
 +{{ rpd:images:tome_of_mastery_item.png|Tome of Mastery }}
 +
 +The **Tome of Mastery** is a powerful artifact that allows a hero to master a new subclass of their current class.
 +
 +==== Description ====
 +This ancient tome contains the secrets of advanced techniques for a specific hero class. Reading it allows a hero to specialize in a mastery path and gain powerful subclass abilities.
 +
 +==== Properties ====
 +  * **Type:** Artifact / Quest Item
 +  * **Rarity:** Unique
 +  * **Slot:** None (consumed when used)
 +  * **Class:** All (class-specific effect)
 +
 +==== Usage ====
 +  * **Primary Function:** Grants access to a hero's subclass
 +  * **Consumed:** Yes, when read to select a subclass
 +  * **Restriction:** Only works for the appropriate hero class
 +
 +==== Acquisition ====
 +  * **Sources:**
 +    * Dropped by [[rpd:tengu_mob|Tengu]] in the Prison area (if subclass not yet acquired and hero is not Necromancer or Gnoll)
 +    * Found in special level containers
 +    * Granted through certain quests
 +  * **Drop Rate:** 100% from Tengu if subclass not yet acquired
 +  * **Limitation:** Each hero can only use one Tome of Mastery
 +
 +==== Mechanics ====
 +  * When read, presents a choice of available subclasses for the hero's class
 +  * After selection, permanently grants access to the chosen subclass abilities
 +  * Consumed upon use, with no replacement available
 +  * Critical item for character development and specialization
 +
 +==== Notes ====
 +  * Each hero class has specific subclass options
 +  * Should be saved for when ready to specialize
 +  * Cannot be used if subclass has already been acquired
 +  * Class-specific abilities will be locked until used
 +
 +==== Content Verification ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/TomeOfMastery.java|TomeOfMastery.java]]
 +  * Implementation: Artifact that grants subclass access
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1792-L1794|TomeOfMastery_Name, TomeOfMastery_Info, TomeOfMastery_Promote]]
 +  * Machine-readable data: [[mr:tome_of_mastery_item|mr:tome_of_mastery_item]]
 +  * Last updated: December 21, 2025
 +
 +==== See Also ====
 +  * [[rpd:subclasses|Subclasses]]
 +  * [[rpd:hero_classes|Hero Classes]]
 +  * [[rpd:tengu_mob|Tengu]] (source)
 +  * [[rpd:artifacts|Artifacts]]
 +  * [[rpd:items|Items]]
 +
 +{{tag> rpd items artifact}}