mr:stun_buff
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:stun_buff [2026/01/23 10:59] – Fix wiki pages with accurate code references mike | mr:stun_buff [2026/02/23 22:58] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Stun Buff - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * Extends: `FlavourBuff` | ||
| + | * Key methods: | ||
| + | * `attachTo(Char target)` - Paralyzes the target when attached | ||
| + | * `detach()` - Removes paralysis when buff expires | ||
| + | * `icon()` - Returns `BuffIndicator.PARALYSIS` icon | ||
| + | * `charSpriteStatus()` - Returns `CharSprite.State.PARALYSED` | ||
| + | * `attachVisual()` - Shows " | ||
| + | * Default duration: 10 seconds (modified by `RingOfElements.Resistance`) | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
