User Tools

Site Tools


mr:fortuneteller_npc

Differences

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

Link to this comparison view

mr:fortuneteller_npc [2025/12/26 18:16] – Rename fortune_teller_n_p_c_mob.txt to fortuneteller_npc.txt and update content to follow correct mr namespace format mikemr:fortuneteller_npc [2025/12/26 18:22] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Fortuneteller Npc - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/npc/FortuneTellerNPC.java|FortuneTellerNPC.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="FortuneTellerNPC_Name">fortune-teller</string>
 +<string name="FortuneTellerNPC_Gender">feminine</string>
 +<string name="FortuneTellerNPC_Name_Objective">fortune-teller</string>
 +<string name="FortuneTellerNPC_Desc">This woman is dressed in a long, brightly colored robe. She looks surprisingly young for someone, who mastered arcane arts of fortune-telling. Coming closer, you can hear her mumbling, as she gazes into the crystal ball.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:wndfortuneteller|WndFortuneTeller]]
  
mr/fortuneteller_npc.txt · Last modified: by 127.0.0.1