User Tools

Site Tools


mr:burning_buff

Differences

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

Link to this comparison view

mr:burning_buff [2025/12/23 05:30] – Update wiki pages based on codebase verification\n\n- Renamed assassin_armor.txt to assasin_armor_item.txt to match correct spelling in code\n- Updated cloak_spell.txt with accurate information from Lua scripts\n- Created cloak_buff.txt page\n- Created so mikemr:burning_buff [2025/12/23 05:33] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Burning - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Burning.java|Burning.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="BurningBuff_Name">Burning</string>
 +<string name="BurningBuff_Info">The body is engulfed in raging flames!</string>
 +<string name="Burning_Burns">%s burns up!</string>
 +<string name="Burning_Death">You burned to death...</string>
 +<string name="Hero_StaBurning">You catch fire!</string>
 +<string name="ResultDescriptions_Burning">Burned to death on level %d</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:fire_trap_level_object|Fire Trap (Level Object)]]
 +  * [[mr:wand_of_fireblast_item|Wand of Fireblast (Item)]]
 +
 +===== Related Code =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Burning.java|Burning.java - Core Implementation]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/blobs/Fire.java|Fire.java - Fire blob that applies burning]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/enchantments/Fire.java|Fire Enchantment]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/FireArrow.java|Fire Arrow]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfFirebolt.java|Wand of Firebolt]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Firebloom.java|Firebloom Plant]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/FireElemental.java|Fire Elemental Mob]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L561-L564|String Resources for Burning]]
mr/burning_buff.txt · Last modified: (external edit)