User Tools

Site Tools


mr:snipers_mark_buff

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:snipers_mark_buff [2026/02/26 13:36] – Wiki maintenance: Fix broken links, update mr: pages, improve formatting Qwen Assistantmr:snipers_mark_buff [2026/02/26 13:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Sniper's Mark Buff - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/SnipersMark.java|SnipersMark.java]] - Main sniper's mark buff implementation
 +  * Extends: `FlavourBuff`
 +  * Key methods:
 +    * `icon()` - Returns `BuffIndicator.MARK` icon
 +  * This is a flavour buff with no duration or special behavior, used to mark targets
 +
 +===== 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 =====
 +  * [[mr:sniper_armor_item|Sniper Armor (Item)]] - Source of the sniper's mark effect
 +  * [[mr:elf_class|Elf (Class)]] - Hero class that can use Sniper Armor
  
mr/snipers_mark_buff.txt · Last modified: by 127.0.0.1