mr:charm_buff
Table of Contents
Charm Buff - Code References
Java Classes
- Charm.java - Main Charm buff implementation
- FlavourBuff.java - Parent class for flavor buffs
- Char.java - Character class that uses pacified flag
- BuffIndicator.java - Buff icon definitions (HEART icon)
- RingOfElements.java - Ring of Elements provides resistance
- DriedRose.java - Dried Rose interactions with Charm
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
- Charm.lua - Charm spell implementation
Additional Information
- Used by: Succubus.java - Succubus demon applies Charm
- Glyph: Affection.java - Armor glyph that applies charm to both hero and enemy
- Plant effect: Sungrass.java and Moongrace.java
- Spell: Charm Spell - Huntress affinity spell
- Effect: Sets target.pacified = true, preventing attacks
- Immunity: DriedRose.OneWayLoveBuff provides immunity to Charm
- Resistance: Ring of Elements provides resistance to Charm duration
mr/charm_buff.txt · Last modified: by 127.0.0.1
