mr:wand_of_poison_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:wand_of_poison_item [2026/02/27 04:12] – Wiki maintenance: Fix 5 random pages for standards compliance Qwen Assistant | mr:wand_of_poison_item [2026/02/27 04:16] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Wand Of Poison Item - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity may have JSON configuration, | ||
| + | * RemixedDungeon/ | ||
| + | * RemixedDungeon/ | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | * English: [[https:// | ||
| + | * Russian: [[https:// | ||
| + | |||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Parent Class:** SimpleWand | ||
| + | * **Effect:** Applies Poison buff to target | ||
| + | * **Poison Duration:** (5 + effectiveLevel()) * Poison.durationFactor(ch) | ||
| + | * **Visual Effect:** MagicMissile.poison from caster to target | ||
| + | * **Sound:** Assets.SND_ZAP | ||
| + | * **Wand Maker Reward:** Case 4 in WandMaker quest reward selection | ||
| + | |||
| + | ===== Related Files ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
mr/wand_of_poison_item.txt · Last modified: by 127.0.0.1
