User Tools

Site Tools


mr:blindness_buff

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mr:blindness_buff [2025/12/25 18:23] – auto lint fix Mikhaelmr:blindness_buff [2025/12/28 09:30] (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/actors/buffs/Blindness.java|Blindness.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/FlavourBuff.java|FlavourBuff.java]] (parent class)
 +
 +===== JSON Configuration =====
 +This entity uses default buff configuration, no specific JSON config found:
 +  * RemixedDungeon/src/main/assets/buffsDesc/*.json
 +
 +===== String Resources =====
 +<code xml>
 +<string name="BlindnessBuff_Name">Ослеплён</string>
 +<string name="BlindnessBuff_Info">Полностью ослеплен, разве что слышны звуки вокруг.</string>
 +<string name="Hero_StaBlindness">Тебя ослепили!</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/lib/commonClasses.lua|commonClasses.lua]] - Blindness class binding
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/ShootInEye.lua|ShootInEye.lua]] - Uses Blindness buff