User Tools

Site Tools


mr:candy_of_death_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mr:candy_of_death_item [2025/12/31 00:12] – Update candy_of_death_item.txt with accurate implementation details from source code mikemr:candy_of_death_item [2025/12/31 00:16] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Candy Of Death Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/debug/CandyOfDeath.java|CandyOfDeath.java]] - Main implementation
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="CandyOfDeath_Name" translatable="false">Карамелька смерти</string>
 +<string name="CandyOfDeath_Info" translatable="false">Когда, не мудурствуя лукаво, нужно умертвить героя здесь и сейчас.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Implementation Notes =====
 +  * **Class:** Extends Food
 +  * **Special Ability:** When consumed, damages the character for their full HP (chr.damage(chr.ht(), this))
 +  * **Effect:** Instantly kills the character that eats it
 +  * **Usage:** Debug/development item for testing death mechanics
 +  * **Price:** 20 gold per item
 +  * **Sprite:** Uses index 21 from "items/artifacts.png"
 +
 +===== Entity Kind =====
 +  * Entity Kind: CandyOfDeath
  
mr/candy_of_death_item.txt · Last modified: by 127.0.0.1