User Tools

Site Tools


mr:champion_of_air_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_air_buff [2025/12/25 18:23] – auto lint fix Mikhaelmr:champion_of_air_buff [2025/12/25 18:24] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Champion Of Air Buff - Code References ======
 +
 +===== Java Classes =====
 +This entity may be implemented in Java, but no matching class was found. Check: 
 +  * RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/*.java
 +  * RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/actors/buffs/*.java
 +
 +===== JSON Configuration =====
 +This entity may have JSON configuration, but no matching config was found. Check: 
 +  * RemixedDungeon/src/main/assets/buffsDesc/*.json
 +  * RemixedDungeon/src/main/assets/spritesDesc/champion_of_air.json
 +
 +===== String Resources =====
 +<code xml>
 +<string name="ChampionOfAir_Name">[Name]</string>
 +<string name="ChampionOfAir_Info">[Description]</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/buffs/ChampionOfAir.lua|ChampionOfAir.lua]]