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 [2026/02/19 19:29] – Fix wiki standards compliance issues in 5 random pages Qwen Assistantmr:chaos_shield_item [2026/02/19 19:34] (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/scripts/items/ChaosShield.lua|ChaosShield.lua]]
 +  * Location: scripts/items/ChaosShield.lua
 +  * Features:
 +    - Uses item library from scripts/lib/item
 +    - Uses shields library from scripts/lib/shields
 +    - Shield level: 3
 +    - Implements charge system for upgrading/degrading
 +    - Image: items/chaosShield.png
 +    - Price: 20 * shieldLevel
 +    - Equipable in left_hand
 +    - Upgradable
 +
 +===== 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: by 127.0.0.1