mr:chaos_crystal_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:chaos_crystal_item [2026/03/11 10:15] – Fix wiki standards compliance issues on 5 random pages Qwen Assistant | mr:chaos_crystal_item [2026/03/11 10:17] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Chaos Crystal Item - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * Package: `com.nyrds.pixeldungeon.items.chaos` | ||
| + | * Extends: `UsableArtifact` | ||
| + | * Image: `items/ | ||
| + | * Fuse duration: `TIME_TO_FUSE = 10` | ||
| + | * Use duration: `TIME_TO_USE = 1` | ||
| + | * Charge mechanism: Increases by 1 when owner takes damage (max 100) | ||
| + | * Identify levels: 3 levels (0=unknown, 1=Chaotic Crystal, 2=Chaos Crystal) | ||
| + | * Actions: `AC_USE` (set Chaos Mark), `AC_FUSE` (fuse with items) | ||
| + | * Fuse requirements: | ||
| + | * Glow effect: Random color glow when unidentified | ||
| + | |||
| + | ===== Fuse Transformations ===== | ||
| + | * Scroll → ScrollOfWeaponUpgrade | ||
| + | * Bow → ChaosBow | ||
| + | * MeleeWeapon → ChaosSword | ||
| + | * Armor → ChaosArmor | ||
| + | * Wand → ChaosStaff | ||
| + | * Shield → ChaosShield (via ItemFactory) | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/chaos_crystal_item.txt · Last modified: by 127.0.0.1
