mr:snipers_mark_buff
Table of Contents
Sniper's Mark Buff
Java Classes
- SnipersMark.java - Main sniper's mark buff implementation
- Extends: `FlavourBuff`
- Key methods:
- `icon()` - Returns `BuffIndicator.MARK` icon
- This is a flavour buff applied when the Sniper subclass hits an enemy with a valid ranged weapon
- Duration: `attacker.attackDelay() * 1.1f` (1.1x the attacker's weapon attack delay)
- Applied via: `Buff.prolong(defender, SnipersMark.class, attacker.attackDelay() * 1.1f)` in HeroSubClass.java
JSON Configuration
This entity is implemented in Java, no JSON configuration exists
String Resources
This entity does not have dedicated string resources (it's a visual marker only)
Lua Scripts
This entity is implemented in Java, no Lua script exists
Related mr Entities
- Sniper Armor (Item) - Source of the sniper's mark effect
- Elf (Class) - Hero class that can use Sniper Armor
mr/snipers_mark_buff.txt · Last modified: by 127.0.0.1

