Snipers Mark is a debuff applied by the Sniper subclass when using ranged weapons. When active, it makes the affected target more vulnerable to attacks.
* Duration: 1.1x attack delay of the attacker * Effect: Increases damage taken by the affected enemy
* Visually marks the enemy with an icon to indicate the debuff is active * Makes the target more susceptible to damage from subsequent attacks
* Applied when a Sniper successfully hits an enemy with a ranged weapon * Duration is calculated as 1.1 times the attacker's weapon attack delay * Implemented using Buff.prolong(defender, SnipersMark.class, attacker.attackDelay() * 1.1f) in the HeroSubClass.java file
* Sniper Subclass - The subclass that applies this debuff * Huntress Class - Base class for the Sniper subclass