mr:champion_of_earth_buff
Table of Contents
Champion Of Earth Buff - Code References
Java Classes
- BuffFactory.java: Contains constant definition `CHAMPION_OF_EARTH = “ChampionOfEarth”` at line 68
- Located at: BuffFactory.java#L68
JSON Configuration
No JSON configuration files found for this entity.
String Resources
English Strings:
<string name="ChampionOfEarthBuff_Name">Champion of Earth</string> <string name="ChampionOfEarthBuff_Info">The Champion of Earth embodies unyielding strength, as this trait enhances the creature's damage resistance and increases its maximum vitality. This transformation makes it a daunting adversary in the treacherous depths, capable of shrugging off attacks with ease and enduring prolonged battles with unwavering resolve.</string>
Russian Strings:
<string name="ChampionOfEarthBuff_Name">Чемпион Земли</string> <string name="ChampionOfEarthBuff_Info">Чемпион Земли воплощает в себе непреклонную силу, так как эта черта повышает сопротивляемость существа к урону и увеличивает его максимальную жизненную силу. Это превращение делает его грозным противником в коварных глубинах, способным с легкостью отражать атаки и выдерживать длительные сражения с непоколебимой решимостью.</string>
Additional Translations:
Lua Scripts
- ChampionOfEarth.lua - Lua implementation of the Champion of Earth buff with traits enhancing damage resistance and maximum vitality
- Implements attachTo function that increases target's HT (max HP) by 4x and heals to full when activated
- Provides DR (Damage Resistance) bonus equal to target's level
- Provides regeneration bonus equal to target's level
- Sets glowing effect with green color (0x55AA55)
mr/champion_of_earth_buff.txt · Last modified: by 127.0.0.1
