User Tools

Site Tools


mr:chaos_armor_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mr:chaos_armor_item [2025/12/20 14:39] – Update deathling and goo pages with accurate info, create new mr namespace pages and paralysis buff page mikemr:chaos_armor_item [2025/12/20 14:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 =====
 +''<code xml>''
 +<string name="ChaosArmor_Name">Chaos armor</string>
 +<string name="ChaosArmor_Info">This armor consists of blood-red plates that are sewed together with dark red chains. They irradiate chaotic energy as you touch them.</string>
 +''</code>''
 +
 +===== 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)]]
mr/chaos_armor_item.txt · Last modified: by 127.0.0.1