User Tools

Site Tools


mr:armor_kit_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:armor_kit_item [2026/02/13 09:34] – Update mr namespace pages with additional code references and relations mikemr:armor_kit_item [2026/02/13 09:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Armor Kit Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/ArmorKit.java|ArmorKit.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/King.java|King.java]] - Drops the ArmorKit
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/scenes/AboutScene.java|AboutScene.java]] - Appears in About scene
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java|ItemFactory.java]] - Registered in factory
 +
 +===== JSON Configuration =====
 +This entity does not have separate JSON configuration as it's implemented in Java.
 +
 +===== String Resources =====
 +<code xml>
 +<string name="ArmorKit_Name">Armor Kit</string>
 +<string name="ArmorKit_SelectArmor">Select an armor to upgrade</string>
 +<string name="ArmorKit_Upgraded">Your armor is imbued with ancient energy and becomes a heroic artifact!</string>
 +<string name="ArmorKit_Info">Alchemical processes have produced a magical paste that can transform ordinary armor into an enchanted heroic artifact.</string>
 +<string name="ArmorKit_ACAplly">Apply</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Entity Kind =====
 +  * getEntityKind(): Returns "ArmorKit" (class name)
 +
 +===== Related mr Entities =====
 +  * [[mr:class_armor_item|Class Armor (Item)]]
 +  * [[mr:king_mob|King (Mob)]]
  
mr/armor_kit_item.txt · Last modified: by 127.0.0.1