====== Chaos Armor Item - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/chaos/ChaosArmor.java|ChaosArmor.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Armor.java|Armor.java]] - Parent class ===== JSON Configuration ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Treasury.json|Treasury.json]] - Contains "ChaosArmor":0 entry for loot * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/SpidersTreasury.json|SpidersTreasury.json]] - Contains "ChaosArmor":0 entry for loot * This entity is implemented in Java with JSON configuration for loot placement ===== String Resources ===== '''' Chaos armor This armor consists of blood-red plates that are sewed together with dark red chains. They irradiate chaotic energy as you touch them. '''' ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Related mr Entities ===== * [[mr:chaos_sword_item|Chaos Sword (Item)]] * [[mr:chaos_crystal_item|Chaos Crystal (Item)]] * [[mr:chaos_bow_item|Chaos Bow (Item)]]