User Tools

Site Tools


mr:bellanpc_mob

Differences

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

Link to this comparison view

mr:bellanpc_mob [2026/01/28 22:06] – Fix wiki pages to comply with documentation standards mikemr:bellanpc_mob [2026/01/28 22:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== bellanpc_mob - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/npc/BellaNPC.java|BellaNPC.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/BellaNPC.json|BellaNPC.json]]
 +
 +===== String Resources =====
 +<code xml>
 +<string name="BellaNPC_Name">Bella</string>
 +<string name="BellaNPC_Desc">A very posh looking girl. Her whole appearance tells you "I am to good for everyone."</string>
 +<string name="BellaNPC_Message">I bear no interest in such plebs as yourself!</string>
 +<string name="BellaNPC_Amulet_M">Why hello there handsome, what do you have over there. Ah, such an exquisite amulet! And you... you stand above those plebs. What if we take a walk and discuss our mutual future?</string>
 +<string name="BellaNPC_Amulet_F">Why hello there cutie pie, why do you have over there. Ah, such an exquisite amulet! And you... you shine so much brighter compared to anyone. What if we take a walk and discuss our mutual future?</string>
 +<string name="BellaNPC_Angry">How dare you... you pleb!</string>
 +<string name="BellaNPC_Yes_End_Game">Sure (End game)</string>
 +<string name="BellaNPC_No">No, not with you</string>
 +<string name="BellaNPC_Gender">feminine</string>
 +<string name="BellaNPC_Name_Objective">Bella</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Additional References =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/common/MobFactory.java|MobFactory.java]] - registers BellaNPC class
  
mr/bellanpc_mob.txt · Last modified: by 127.0.0.1