Table of Contents

Potion Of Mind Vision Item - Code References

Java Classes

JSON Configuration

<code json> {

"entityKind": "PotionOfMindVision",
"image": "items/potions.png",
"imageIndex": 9

} </code>

String Resources

<code xml> <string name=“PotionOfMindVision_Name”>Potion of Mind Vision</string> <string name=“PotionOfMindVision_Info”>After drinking this, your mind will become attuned to the psychic emanations of your surroundings, allowing you to perceive the layout of the level and the creatures on it for a brief time.</string> <string name=“PotionOfMindVision_Apply1”>You can somehow feel the presence of other creatures\' minds!</string> <string name=“PotionOfMindVision_Apply2”>You can somehow feel the mind of other creatures!</string> </code>

Lua Scripts

This entity is implemented in Java, no Lua script exists