User Tools

Site Tools


mr:chaos_shield_left_buff

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_left_buff [2026/02/27 22:29] – Fix wiki standards compliance issues on 5 random pages Qwen Assistantmr:chaos_shield_left_buff [2026/02/27 22:33] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Chaos Shield Left Buff - Code References ======
 +
 +**Status**: Entity not found in current codebase
 +
 +===== Analysis =====
 +This page was auto-generated but the entity "chaos_shield_left_buff" does not exist in the current game code. The search found no matching:
 +  * Java classes
 +  * Lua scripts
 +  * JSON configuration files
 +  * String resources
 +
 +===== Related Entities =====
 +The following related entities exist in the codebase:
 +
 +**Chaos Shield Item:**
 +  * Java Class: Not directly found (may be implemented differently)
 +  * String Resources: 
 +    - `ChaosShield_name` - "Chaos Shield"
 +    - `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."
 +  * Sprite: `items/chaosShield.png`
 +  * Usage: Referenced in `ChaosCrystal.java` for chaos set collection
 +
 +**Possible Buffer Mechanism:**
 +The chaos shield may apply temporary effects through a different mechanism than a named buff class. Check:
 +  * Shield blocking logic in armor/shield classes
 +  * Chaos Crystal effect application code
 +  * Combat damage resolution with shield mechanics
 +
 +===== Code References =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/chaos/ChaosCrystal.java|ChaosCrystal.java]] - Chaos set collection logic
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2907-L2908|strings_all.xml]] - Chaos Shield string resources
 +  * Sprite: `RemixedDungeon/src/main/assets/items/chaosShield.png`
 +
 +===== Notes for Wiki Maintainers =====
 +This page should be updated or removed once the actual buff mechanism for Chaos Shield is identified. The chaos shield likely applies effects through a different system than standard buffs.
 +
 +{{tag> mr stub needs_verification }}
  
mr/chaos_shield_left_buff.txt · Last modified: by 127.0.0.1