User Tools

Site Tools


mr:champion_of_fire_buff

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mr:champion_of_fire_buff [2026/03/03 06:19] – Wiki maintenance: Fix standards compliance for 5 random pages Qwen Assistantmr:champion_of_fire_buff [2026/03/03 06:21] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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:
 +<code xml>
 +<string name="ChampionOfFireBuff_Name">[Name]</string>
 +<string name="ChampionOfFireBuff_Info">[Description]</string>
 +</code>
 +
 +===== Related =====
 +  * [[mr:burning_buff|Burning Buff]]
 +  * [[mr:buff|Buff System]]
  
mr/champion_of_fire_buff.txt · Last modified: by 127.0.0.1