mr:paralysis_arrow_item
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mr:paralysis_arrow_item [2025/12/22 10:56] – Fix wiki pages: correct naming, add code references, improve content, and resolve red links mike | mr:paralysis_arrow_item [2026/03/17 02:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Paralysis Arrow - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Class**: `com.watabou.pixeldungeon.items.weapon.missiles.ParalysisArrow` | ||
| + | * **Duration**: | ||
| + | * **Effect**: Applies Stun buff on hit, not Paralysis | ||
| + | * **Base Damage**: 0-4 (baseMin = 0, baseMax = 4) | ||
| + | * **Base Delay**: 0.75 (baseDly = 0.75) | ||
| + | * **Price**: 5 gold per arrow (quantity * 5) | ||
| + | * **Sprite**: PARALYSIS_ARROW_IMAGE (from Arrow base class) | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
