User Tools

Site Tools


rpd:burning_buff

Differences

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

Link to this comparison view

rpd:burning_buff [2025/12/22 12:32] – Update wiki pages with proper data sources, fix naming conventions, create missing armor pages, and resolve red links mikerpd:burning_buff [2025/12/22 12:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Burning ======
  
 +{{ rpd:images:burning_buff.png|Burning Status Effect }}
 +
 +**Burning** is a status effect in Remixed Pixel Dungeon that causes ongoing fire damage to the affected character over time.
 +
 +==== Effects ====
 +  * **Damage Over Time**: Affected characters take fire damage each turn
 +  * **Duration**: The effect lasts until extinguished by water or until the timer expires
 +  * **Spread Risk**: May ignite flammable objects or characters in close proximity
 +
 +==== Causes ====
 +Burning can be inflicted by:
 +  * Fire-based attacks (flames, fireballs, etc.)
 +  * [[rpd:wand_of_firebolt_item|Wand of Firebolt]]
 +  * [[rpd:scroll_of_psionic_blast|Scroll of Psionic Blast]] (when affecting fire-vulnerable targets)
 +  * Fire traps and environmental hazards
 +  * [[rpd:enchantments#fire|Fire enchantment]] on weapons
 +  * [[rpd:glyph_of_flame|Glyph of Flame]] on armor
 +  * Various fire-elemental mobs and bosses
 +
 +==== Counters ====
 +  * Water tiles can extinguish the burning effect
 +  * [[rpd:potion_of_frost_item|Potion of Frost]] can remove burning
 +  * [[rpd:wand_of_frost_item|Wand of Frost]] can remove burning
 +  * Some characters may be immune or resistant to fire damage
 +  * [[rpd:ring_of_elements|Ring of Elements]] may reduce fire damage
 +
 +==== Interactions ====
 +  * Interacts with [[rpd:water|Water]] to be extinguished
 +  * Affected by [[rpd:resistances|Fire Resistance]]
 +
 +==== Data Sources ====
 +  * **Java Class**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Burning.java|com.watabou.pixeldungeon.actors.buffs.Burning]]
 +  * **Burning System**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Buff.java|Buff base class]]
 +  * **Water Interaction**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/blobs/WaterOfAwareness.java|WaterOfAwareness.java]] and related water mechanics
 +
 +==== String Resources ====
 +''<code xml>''
 +<string name="Burning_Name">Burning</string>
 +<string name="Burning_Info">You are burning! It deals damage every turn and may ignite flammable objects you touch.</string>
 +<string name="Burning_Apply">You catch fire!</string>
 +<string name="Burning_NoDmg">The fire doesn\'t hurt you.</string>
 +''</code>''
 +
 +==== See Also ====
 +  * [[rpd:status_effects|Status Effects]]
 +  * [[rpd:fire_elemental_mob|Fire Elemental]]
 +  * [[rpd:torch_item|Torch]]
 +  * [[rpd:fire_trap|Fire Traps]]
 +  * [[rpd:buffs|Buffs and Debuffs]]
 +
 +{{tag> rpd status_effects buffs }}
rpd/burning_buff.txt · Last modified: (external edit)