mr:ring_of_elements_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:ring_of_elements_item [2025/12/25 18:23] – auto lint fix Mikhael | mr:ring_of_elements_item [2026/03/11 22:52] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Ring Of Elements Item - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * **Main Implementation: | ||
| + | * **Base Class:** [[https:// | ||
| + | * **Item Registration: | ||
| + | * **Buff Factory:** [[https:// | ||
| + | |||
| + | ===== Inner Classes ===== | ||
| + | * **Resistance: | ||
| + | * Provides resistance to: Burning, ToxicGas, Poison, LightningTrap.Electricity, | ||
| + | * Uses probabilistic resistance based on ring level (level + 3 chance) | ||
| + | * Duration factor formula: (2 + 0.5 * level) / (2 + level) for positive levels | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * **Treasury Spawns:** [[https:// | ||
| + | * **Spider' | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | * **English: | ||
| + | * **Russian: | ||
| + | * **Spanish: | ||
| + | * **French:** [[https:// | ||
| + | * **German:** [[https:// | ||
| + | * **Portuguese (BR):** [[https:// | ||
| + | * **Italian: | ||
| + | * **Japanese: | ||
| + | * **Korean:** [[https:// | ||
| + | * **Chinese (Simplified): | ||
| + | * **Chinese (Traditional): | ||
| + | * **Polish:** [[https:// | ||
| + | * **Ukrainian: | ||
| + | * **Hungarian: | ||
| + | * **Turkish: | ||
| + | * **Greek:** [[https:// | ||
| + | * **Indonesian: | ||
| + | * **Malay:** [[https:// | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Buffs Used By ===== | ||
| + | The Resistance inner class is imported and used by multiple buff classes: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Game Mechanics ===== | ||
| + | * **Resistances Provided:** Fire (Burning, LiquidFlame), | ||
| + | * **Resistance Chance:** Random.Int(level + 3) >= 3 (increases with ring level) | ||
| + | * **Duration Reduction: | ||
| + | * **Spawn Locations: | ||
