mr:roots_buff
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mr:roots_buff [2025/12/25 18:23] – auto lint fix Mikhael | mr:roots_buff [2026/07/12 00:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Roots Buff - Code References ====== | ||
| + | {{ rpd: | ||
| + | |||
| + | **Roots** is a buff in Remixed Dungeon that roots a character in place, preventing movement but not other actions. Flying characters are immune. | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Code Behavior ===== | ||
| + | * **Effect**: Prevents movement (but not attacks, spells, or other actions) | ||
| + | * **Immunity**: | ||
| + | * **Icon**: Uses BuffIndicator.ROOTS | ||
| + | * **Visual**: Shows " | ||
| + | * **Entity Kind**: getEntityKind() returns " | ||
| + | |||
| + | ===== Usage in Game ===== | ||
| + | * **Root Spell**: [[https:// | ||
| + | * **Earthroot Plant**: Eating Earthroot applies Roots for 25 turns + Barkskin | ||
| + | * **Mystery Meat**: Random effect can apply Roots (duration based on Stun) | ||
| + | * **Scroll of Curse**: Can apply Roots as one of the random bad buffs | ||
| + | * **Mage Armor**: Special ability roots nearby enemies for 3 turns + Burning | ||
| + | * **Entanglement Glyph**: Detaches Roots when applying (opposite effect) | ||
| + | * **Worm (Guts mob)**: 1/7 chance on hit to apply Roots | ||
| + | * **Nightmare (Guts mob)**: 1/10 chance on hit to apply Roots | ||
| + | * **Elementals**: | ||
| + | * **Enslaved Soul**: Can inflict Roots as one of its debuffs | ||
| + | * **Azuterron NPC**: Immune to Roots | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <!-- English (values/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Russian (values-ru/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Spanish (values-es/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- French (values-fr/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- German (values-de/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Portuguese/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Italian (values-it/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Japanese (values-ja/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Korean (values-ko/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Chinese Simplified (values-zh-rCN/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Chinese Traditional (values-zh-rTW/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Polish (values-pl/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Ukrainian (values-uk/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Hungarian (values-hu/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Turkish (values-tr/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Greek (values-el/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Indonesian (values-in/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Malay (values-ms/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | |||
| + | {{tag> mr buffs roots }} | ||
