====== 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 ===== Royal Shield A full metal shield. Yes, it's heavy, but only it can provide you the best protection. ===== 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 }}