Table of Contents

Potion of Frost Item - Code References

Potion of Frost

Java Classes

Key Methods

JSON Configuration

No specific JSON configuration file for this item. Uses default potion configuration.

String Resources

<!-- English strings -->
<string name="PotionOfFrost_Name">Potion of Frost</string>
<string name="PotionOfFrost_Info">Upon exposure to open air, this chemical will evaporate into a freezing cloud, causing any creature that contacts it to be frozen in place, unable to act and move.</string>
 
<!-- Russian strings -->
<string name="PotionOfFrost_Name">Зелье Мороза</string>
<string name="PotionOfFrost_Info">При контакте с воздухом этот химикат испарится, образуя леденящее облачко, примораживающее к месту всякое коснувшееся его существо, лишая того возможности пошевелится.</string>

Lua Scripts

This entity is implemented in Java, no Lua script exists.

Game Constants