====== Chaos Shield Item - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/chaos/ChaosCrystal.java|ChaosCrystal.java]] - Contains logic for creating Chaos Shield ===== JSON Configuration ===== * This entity is implemented in Lua, no JSON configuration exists ===== String Resources ===== Chaos Shield The Chaos Shield is the result of fusing a Chaos Crystal with ordinary shield, causing it to manifest random chaotic effects upon a successful block. ===== Lua Scripts ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/items/ChaosShield.lua|ChaosShield.lua]] ===== Related mr Entities ===== * [[mr:chaos_shield_left_buff|Chaos Shield Left (Buff)]] * [[mr:chaos_crystal_item|Chaos Crystal (Item)]]