mr:shadows_buff
Table of Contents
Shadows Buff - Code References
Java Classes
- Shadows.java - Main buff implementation (extends Invisibility)
- RingOfShadows.java - Ring that grants Shadows buff
- Foliage.java - Applies Shadows buff to hero in foliage
- Hunger.java - Hunger rate modified by Shadows buff (1.5x slower)
- BuffFactory.java - Buff registration and factory
JSON Configuration
This entity is implemented in Java, no JSON configuration exists
String Resources
<string name="ShadowsBuff_Name">Shadowmelded</string> <string name="ShadowsBuff_Info">It's harder to spot something among the shadows.</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists
Implementation Details
- Extends: Invisibility buff
- Applied by: Ring of Shadows, Foliage blob
- Duration: 2 seconds (prolonged while in shadows with no visible enemies)
- Effect: Stealth bonus, hunger rate reduced to 1.5x slower
- Detaches when: left timer expires or visible enemies > 0
- Sound: Assets.SND_MELD when applied
Related mr Entities
mr/shadows_buff.txt · Last modified: by 127.0.0.1
