====== 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