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/28 20:51] – Wiki maintenance: Fix issues in 5 random pages Qwen Assistantmr:royal_shield_item [2026/02/28 20:54] (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 =====
 +This entity is implemented via Lua script, no JSON configuration exists
 +
 +===== 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/scripts/items/RoyalShield.lua|RoyalShield.lua]] - Shield implementation (shield level 4, price 640)
 +
 +===== 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)]]
 +
 +{{tag> mr items shields }}
  
mr/royal_shield_item.txt · Last modified: by 127.0.0.1