User Tools

Site Tools


mr:royal_shield_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:royal_shield_item [2026/02/08 22:09] – Fix mr namespace pages with accurate code references for Royal Shield and Ring of Haste mikemr:royal_shield_item [2026/02/08 22:13] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Royal Shield Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/CustomItem.java|CustomItem.java]] - Base class for all Lua-scripted items
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/item_RoyalShield.json|item_RoyalShield.json]] - Sprite configuration
 +
 +===== String Resources =====
 +<code xml>
 +<string name="RoyalShield_name">Royal Shield</string>
 +<string name="RoyalShield_desc">A full metal shield. Yes, it's heavy, but only it can provide you the best protection.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/items/RoyalShield.lua|RoyalShield.lua]]
 +
 +===== Entity Kind =====
 +  * RoyalShield
 +
 +===== Related mr Entities =====
 +  * [[mr:wooden_shield_item|Wooden Shield (Item)]]
 +  * [[mr:tough_shield_item|Tough Shield (Item)]]
 +  * [[mr:strong_shield_item|Strong Shield (Item)]]
  
mr/royal_shield_item.txt · Last modified: by 127.0.0.1