User Tools

Site Tools


mr:mana_shield_buff

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:mana_shield_buff [2026/01/27 12:12] – Standardize mana page naming and fix image references mikemr:mana_shield_buff [2026/01/27 12:13] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Mana Shield Buff - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/sprites/ManaShield.java|ManaShield.java]] - Visual effect implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroSubClass.java#L233|HeroSubClass.java]] - Used in skill activation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderMind.java#L32|SpiderMind.java]] - Used as mob ability
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/WandMaker.json#L20|WandMaker.json]] - As sprite effect
 +
 +===== String Resources =====
 +<code xml>
 +<string name="ManaShieldBuff_Name">Magic Shield</string>
 +<string name="ManaShieldBuff_Info">A shield of magic appeared, which completely negates the next incoming attack.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/buffs/ManaShield.lua|ManaShield.lua]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/mobs/ShamanElder.lua#L27|ShamanElder.lua]] - Used as mob ability
  
mr/mana_shield_buff.txt · Last modified: by 127.0.0.1