Table of Contents

Charm Buff - Code References

Java Classes

JSON Configuration

No specific JSON configuration for this buff found.

String Resources

<!-- English strings -->
<string name="CharmBuff_Name">Charmed</string>
<string name="CharmBuff_Info">The mind and body was charmed!</string>
<string name="Hero_StaCharm">You are charmed!</string>
<string name="CharmSpell_Name">Charm</string>
<string name="CharmSpell_Info">Everyone deserve some love, right?</string>
 
<!-- Russian strings -->
<string name="CharmBuff_Name">Зачарован</string>
<string name="CharmBuff_Info">Очарование помутняет разум.</string>
<string name="Hero_StaCharm">Ты зачарован!</string>
<string name="CharmSpell_Name">Очарование</string>
<string name="CharmSpell_Info">Каждому нужно немного любви, ведь так?</string>

Lua Scripts

Additional Information