====== Champion of Air ====== **Champion of Air** is a buff in Remixed Dungeon that is applied to certain mobs to create elite variants with enhanced speed and agility. ==== Description ==== The Champion of Air buff bestows creatures with the essence of the winds, enhancing their agility and prowess in combat. Mobs with this trait become formidable adversaries, capable of unleashing swift and devastating attacks that can swiftly alter the course of battle. ==== Effects ==== * **Haste**: Provides haste level equal to the mob's level, significantly increasing movement and attack speed * **Visual Effect**: Sets target glow color to light blue (0xAAAABB) with intensity 1 * **No Icon**: The buff does not display an icon in the buff bar (icon: -1) ==== Implementation ==== * **Type**: Flavor Buff (Lua script implementation) * **Script Location**: `scripts/buffs/ChampionOfAir.lua` * **String Resource Keys**: `ChampionOfAirBuff_Name`, `ChampionOfAirBuff_Info` ==== Champion System ==== Champion buffs are part of a system that creates tougher mob variants. Other champion buffs include: * [[en:rpd:champion_of_earth_buff|Champion of Earth]] * [[en:rpd:champion_of_fire_buff|Champion of Fire]] * [[en:rpd:champion_of_water_buff|Champion of Water]] ==== String Resources ==== Champion of Air This trait bestows the creature with the essence of the winds, enhancing its agility and prowess in combat. The Champion of Air becomes a formidable adversary, capable of unleashing swift and devastating attacks that can swiftly alter the course of battle. ==== Source Code References ==== * Lua Script: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/buffs/ChampionOfAir.lua|ChampionOfAir.lua]] * Buff Factory Registration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/buffs/BuffFactory.java|BuffFactory.java]] (line 71) * Mob Champion Logic: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Mob.java|Mob.java]] ==== Related Buffs ==== * [[en:rpd:champion_of_earth_buff|Champion of Earth]] * [[en:rpd:champion_of_fire_buff|Champion of Fire]] * [[en:rpd:champion_of_water_buff|Champion of Water]] * [[en:rpd:anesthesia_buff|Anesthesia]] * [[en:rpd:gases_immunity_buff|Gases Immunity]] {{tag> rpd buffs champions}}