mr:potion_of_levitation_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:potion_of_levitation_item [2025/12/25 18:23] – auto lint fix Mikhael | mr:potion_of_levitation_item [2026/04/03 17:28] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Potion Of Levitation Item - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Base Price**: 35 gold | ||
| + | * **Label Index**: 2 (used for potion identification) | ||
| + | * **Extends**: | ||
| + | * **Primary Effect**: Applies Levitation buff with duration based on quality: `Levitation.DURATION * qualityFactor()` | ||
| + | * **Moisten Effects**: | ||
| + | - Arrows: Detaches 10 * qualityFactor items, makes them fly away | ||
| + | - Scrolls: Detaches 3 * qualityFactor items, makes them fly away | ||
| + | - Rotten Food: Detaches 1 * qualityFactor items, makes them fly away | ||
| + | * **Drop Source**: Air Elemental has 10% chance to drop this potion | ||
| + | * **Spawn Location**: Generated in trap rooms by TrapsPainter | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
