User Tools

Site Tools


mr:tome_of_mastery_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:tome_of_mastery_item [2026/08/01 17:10] – Wiki maintenance: Fix compliance issues in 5 random pages Botmr:tome_of_mastery_item [2026/08/01 17:13] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Tome Of Mastery Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/TomeOfMastery.java|TomeOfMastery.java]] - Main implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroClass.java|HeroClass.java]] - Gives TomeOfMastery to hero on start if mastery badge unlocked
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Tengu.java|Tengu.java]] - Drops TomeOfMastery for non-Necromancer/Gnoll/Doctor classes
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java|ItemFactory.java]] - Registers TomeOfMastery class
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="TomeOfMastery_Name">Tome of Mastery</string>
 +<string name="TomeOfMastery_Info">This worn leather book is not that thick, but you feel somehow, that you can gather a lot from it. Remember though that reading this tome may require some time.</string>
 +<string name="TomeOfMastery_ACRead">READ</string>
 +<string name="TomeOfMastery_Blinded">You can\'t read while blinded</string>
 +<string name="TomeOfMastery_Choose">You have chosen the way of the %s!</string>
 +<string name="TomeOfMastery_WayAlreadyChosen">You cannot change your way!</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:gladiator_subclass]] - Gladiator subclass (Warrior mastery)
 +  * [[mr:berserker_subclass]] - Berserker subclass (Warrior mastery)
 +  * [[mr:freerunner_subclass]] - Freerunner subclass (Rogue mastery)
 +  * [[mr:assassin_subclass]] - Assassin subclass (Rogue mastery)
 +  * [[mr:scout_subclass]] - Scout subclass (Elf mastery)
  
mr/tome_of_mastery_item.txt · Last modified: by 127.0.0.1