User Tools

Site Tools


mr:torch_item

Differences

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

Link to this comparison view

Next revision
Previous revision
mr:torch_item [2025/12/25 18:23] – auto lint fix Mikhaelmr:torch_item [2026/01/23 07:54] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Torch Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Torch.java|Torch.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/effects/emitters/Torch.java|Torch (Effect Emitter)]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="Torch_Name">torch</string>
 +<string name="Torch_ACLight">LIGHT</string>
 +<string name="Torch_Info">It's an indispensable item in The Demon Halls, which are notorious for their poor ambient lighting.</string>
 +<string name="Torch_Info2">It's an indispensable item in the dungeon, which is notorious for it's poor ambient lighting.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:magic_torch_spell|Magic Torch (Spell)]]
 +  * [[mr:light_buff|Light (Buff)]]