User Tools

Site Tools


mr:light_buff

Differences

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

Link to this comparison view

mr:light_buff [2025/12/22 13:46] – Update light_buff.txt with correct Java references and string resources mikemr:light_buff [2025/12/22 13:52] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Light Buff - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Light.java|Light.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="LightBuff_Name">Illuminated</string>
 +<string name="LightBuff_Info">Light emanates from the body, illuminating everything around.</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Additional Information =====
 +  * **Duration**: 250f
 +  * **Icon**: BuffIndicator.LIGHT
 +  * **Character Sprite Status**: CharSprite.State.ILLUMINATED
 +  * **Attached to target**: Yes, makes target observable
 +  * **Detached from target**: Yes, makes target stop being observable
  
mr/light_buff.txt · Last modified: by 127.0.0.1