====== Champion Of Fire Buff - Code References ====== The **Champion of Fire** is a buff that grants fire-based bonuses to the affected target. ===== Lua Implementation ===== This buff is implemented in Lua: * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/buffs/ChampionOfFire.lua|ChampionOfFire.lua]] ===== Effects ===== * **Visual Effect:** Target glows with red color (0xAA2222) * **Attack Proc:** Applies [[mr:burning_buff|Burning]] buff for 3 turns on attack * **Attack Skill Bonus:** Grants bonus equal to target's level ===== String Resources ===== The following string resources are used: [Name] [Description] ===== Related ===== * [[mr:burning_buff|Burning Buff]] * [[mr:buff|Buff System]]