mr:ring_of_thorns_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:ring_of_thorns_item [2026/02/22 00:49] – Wiki maintenance: Fix rat page naming, enhance mr: namespace pages Qwen Assistant | mr:ring_of_thorns_item [2026/02/22 00:50] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Ring Of Thorns Item - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Class**: com.watabou.pixeldungeon.items.rings.RingOfThorns | ||
| + | * **Extends**: | ||
| + | * **Sprite**: ItemSpriteSheet.RING_DIAMOND or ItemSpriteSheet.RING_OPAL (varies) | ||
| + | * **Level**: Automatically set to +1 on random() | ||
| + | * **Upgradable**: | ||
| + | * **Identify on pickup**: Yes (identify() called in doPickUp) | ||
| + | * **Badge**: Badge.RING_OF_THORNS (unlocked when ring is known) | ||
| + | |||
| + | ===== Special Properties ===== | ||
| + | * **Thorns Effect**: Enemy takes random damage (0 to damage dealt) when attacking the wearer | ||
| + | * **Buff Class**: RingOfThorns.Thorns (inner class extending RingBuff) | ||
| + | * **Defence Proc**: damages the enemy with a random amount between 0 and the original damage dealt | ||
| + | * **Special Drop**: DM300 boss (33.3% chance, alternative to Chaos Crystal) | ||
| + | |||
| + | ===== Mob Drops ===== | ||
| + | * DM300: 33.3% drop rate (alternative drop with Chaos Crystal) | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/ring_of_thorns_item.txt · Last modified: by 127.0.0.1
