This entity is implemented in 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(); } }
This entity does not have JSON configuration files.
<!-- English strings --> <string name="PotionOfMindVision_Apply1">You can sense enemies!</string> <string name="PotionOfMindVision_Apply2">You can sense the area!</string> <string name="MindVisionBuff_Name">Mind Vision</string> <string name="MindVisionBuff_Info">This buff allows you to sense enemies and the area around you.</string>
This entity is implemented in Java, no Lua script exists.