User Tools

Site Tools


en:rpd:shoot_in_eye_spell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:rpd:shoot_in_eye_spell [2026/02/04 01:51] – Fix wiki page naming and link consistency mikeen:rpd:shoot_in_eye_spell [2026/03/06 18:04] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Shoot In Eye Spell ======
  
 +{{ rpd:images:shoot_in_eye_spell.png|Shoot In Eye Spell }}
 +
 +**Shoot In Eye** is a Huntress affinity [[en:rpd:spell|spell]] in Remixed Dungeon that applies the [[en:rpd:blindness_buff|blindness]] effect to an enemy and deals physical damage based on the equipped weapon.
 +
 +===== General Information =====
 +  * **Type:** [[en:rpd:spell|Spell]]
 +  * **Magic Affinity:** [[en:rpd:huntress_class|Huntress]]
 +  * **Targeting:** Character (not self)
 +  * **Level:** 1
 +  * **Mana Cost:** 5
 +  * **Cast Time:** 1
 +  * **Effect:** [[en:rpd:blindness_buff|Blindness]] + physical damage
 +  * **Image File:** spellsIcons/hunting.png (index 0)
 +
 +===== Mechanics =====
 +  * Applies [[en:rpd:blindness_buff|blindness]] effect to the target for a duration equal to caster's skill level
 +  * Deals physical damage equal to sqrt(skillLevel) × weaponDamageRoll
 +  * Uses Boomerang zap effect visually
 +  * Requires a weapon to be equipped (uses weapon's damage roll)
 +  * Triggers wound sound effect on hit
 +
 +===== Acquisition =====
 +  * Available as a starting spell for certain hero builds
 +  * Can be found in [[en:rpd:spell_book|Spellbooks]]
 +  * May appear through [[en:rpd:scroll|scrolls]] or [[en:rpd:artifact|artifacts]] related to spells
 +
 +===== Strategy =====
 +  * Useful for blinding strong enemies to reduce their accuracy
 +  * Deals additional physical damage based on your weapon
 +  * Effective at level 1, making it useful early game
 +  * Low mana cost (5) allows frequent casting
 +  * Particularly effective when combined with high-damage weapons
 +  * Blindness effect duration scales with skill level
 +
 +===== Code Reference =====
 +  * Lua script: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/ShootInEye.lua|ShootInEye.lua]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml]] (ShootInEye_Name, ShootInEye_Info)
 +  * Hero initialization: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json|initHeroes.json]]
 +
 +===== See Also =====
 +  * [[en:rpd:blindness_buff|Blindness]] - The debuff effect applied
 +  * [[en:rpd:spells|Spells]] - Overview of all spells
 +  * [[en:rpd:huntress_class|Huntress Class]] - Primary affinity for this spell
 +  * [[en:rpd:weapons|Weapons]] - Damage source for the spell
 +
 +{{tag> rpd spells debuffs huntress}}