mr:chaos_staff_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:chaos_staff_item [2026/02/27 19:57] – Fix wiki standards compliance for 5 random pages Qwen Assistant | mr:chaos_staff_item [2026/02/27 20:01] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Chaos Staff Item - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * Main class: [[https:// | ||
| + | * Item factory registration: | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity does not use JSON configuration. It is implemented entirely in Java. | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Available in multiple languages: | ||
| + | * English: [[https:// | ||
| + | * Russian: [[https:// | ||
| + | * German: [[https:// | ||
| + | * French: [[https:// | ||
| + | * And many other languages in the respective resource files | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists. | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Parent Class**: Wand (com.watabou.pixeldungeon.items.wands.Wand) | ||
| + | * **Image**: items/ | ||
| + | * **Charge Mechanism**: | ||
| + | * **Visual Progression**: | ||
| + | * **Zap Effect**: Uses ChaosCommon.doChaosMark() to mark cells with chaos energy | ||
| + | * **Random Effects**: 10% chance to trigger one of 5 effects on zap: | ||
| + | - Instant kill | ||
| + | - Convert to pet | ||
| + | - Spawn duplicate | ||
| + | - Teleport | ||
| + | - Heal target | ||
| + | |||
| + | ===== Related Files ===== | ||
| + | * Chaos system implementation: | ||
| + | * Used in Chaos Crystal fusion: [[https:// | ||
| + | * Wand base class: [[https:// | ||
| + | * Teleportation wand (used in effects): [[https:// | ||
| + | * Healing potion (used in effects): [[https:// | ||
mr/chaos_staff_item.txt · Last modified: by 127.0.0.1
