mr:mind_vision_buff
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:mind_vision_buff [2026/02/17 19:47] – Wiki maintenance: Fix 5 random pages for standards compliance Qwen Assistant | mr:mind_vision_buff [2026/02/17 19:50] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Mind Vision Buff - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | This entity is implemented in Java: | ||
| + | * RemixedDungeon/ | ||
| + | |||
| + | <code java> | ||
| + | // In MindVision.java | ||
| + | public class MindVision extends FlavourBuff { | ||
| + | public static final float DURATION = 20f; | ||
| + | | ||
| + | @Override | ||
| + | public int icon() { | ||
| + | return BuffIndicator.MIND_VISION; | ||
| + | } | ||
| + | | ||
| + | @Override | ||
| + | public void detach() { | ||
| + | super.detach(); | ||
| + | target.observe(); | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity does not have JSON configuration files. | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <!-- English strings --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists. | ||
| + | |||
| + | ===== Related Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | |||
| + | ===== Usage in Code ===== | ||
| + | * Applied by [[https:// | ||
| + | * Applied by [[https:// | ||
| + | * Extended by [[https:// | ||
| + | |||
| + | ===== Buff Properties ===== | ||
| + | * **Type**: FlavourBuff (visual/ | ||
| + | * **Duration**: | ||
| + | * **Effect**: Allows the hero to sense enemies in the area | ||
| + | * **Icon**: BuffIndicator.MIND_VISION | ||
| + | * **Visual**: Shows " | ||
| + | |||
| + | {{tag> mr buffs mind_vision java}} | ||
mr/mind_vision_buff.txt · Last modified: by 127.0.0.1
