====== 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 ===== 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/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)]]