User Tools

Site Tools


mr:blindness_buff

Differences

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

Link to this comparison view

mr:blindness_buff [2025/12/20 12:16] – Add missing mr: page for blindness_buff mikemr:blindness_buff [2025/12/20 12:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Blindness Buff - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/buffs/Blindness.java|Blindness.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/buffsDesc/Blindness.json|Blindness.json]] - Buff configuration
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L4001|String Resource: buff_blindness_name]] - Russian name
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L4002|String Resource: buff_blindness_desc]] - Russian description
 +
 +===== Lua Scripts =====
 +This entity uses Java implementation, but may have associated Lua scripts for special behaviors in:
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/buffs/blindness.lua|blindness.lua]] - Potential custom buff behavior
mr/blindness_buff.txt · Last modified: by 127.0.0.1