mr:shoot_in_eye_spell
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:shoot_in_eye_spell [2026/02/16 14:38] – Fix wiki page issues identified during standards compliance review Qwen Assistant | mr:shoot_in_eye_spell [2026/02/16 14:39] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Shoot In Eye Spell - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | This entity is implemented in Lua, no Java class exists | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Lua, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Script Path**: scripts/ | ||
| + | * **Magic Affinity**: Huntress | ||
| + | * **Targeting Type**: char_not_self (requires target selection) | ||
| + | * **Level Requirement**: | ||
| + | * **Cast Time**: 1 turn | ||
| + | * **Spell Cost**: 5 mana | ||
| + | * **Effects**: | ||
| + | * Visual: Boomerang zap effect from caster to target | ||
| + | * Applies Blindness buff to target (duration based on caster' | ||
| + | * Deals damage: sqrt(skillLevel) * weapon.damageRoll(caster) | ||
| + | * Plays Wound sound effect on hit | ||
| + | * **Dependencies**: | ||
| + | * Requires weapon equipped to calculate damage | ||
| + | * Uses RPD.zapEffect() for visual effect | ||
| + | * Uses RPD.affectBuff() to apply Blindness | ||
| + | * Uses RPD.Sfx.Wound: | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/shoot_in_eye_spell.txt · Last modified: by 127.0.0.1
