User Tools

Site Tools


mr:chaos_shield_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_shield_item [2025/12/31 04:09] – Update ChaosShield mr page with correct entity info mikemr:chaos_shield_item [2025/12/31 04:12] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 =====
 +<code xml>
 +<string name="ChaosShield_name">Chaos Shield</string>
 +<string name="ChaosShield_desc">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.</string>
 +</code>
 +
 +===== 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)]]
  
mr/chaos_shield_item.txt · Last modified: (external edit)