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 [2025/12/25 18:23] – auto lint fix Mikhael | mr:ring_of_thorns_item [2025/12/25 18:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Ring Of Thorns Item - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[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 | ||
| + | |||
| + | ===== Special Properties ===== | ||
| + | * Not upgradable (isUpgradable() returns false) | ||
| + | * Automatically identified when picked up | ||
| + | * Provides thorns effect: enemy takes random damage (0 to damage dealt) when attacking the wearer | ||
| + | * Special drop from DM300 boss (33.3% chance) | ||
| + | * Associated with Badge.RING_OF_THORNS achievement | ||
| + | |||
| + | ===== Source Code Reference ===== | ||
| + | * buff() method returns new Thorns() instance | ||
| + | * Thorns class has defenceProc method that handles the thorn effect | ||
| + | * defenceProc damages the enemy with a random amount between 0 and the original damage dealt | ||
