User Tools

Site Tools


mr:scarecrow_npc

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:scarecrow_npc [2026/08/30 21:38] – Wiki maintenance: fix compliance and entity facts across 5 random pages plus language variants Botmr:scarecrow_npc [2026/08/30 21:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scarecrow NPC - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/npc/ScarecrowNPC.java|ScarecrowNPC.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="ScarecrowNPC_Name">scarecrow</string>
 +<string name="ScarecrowNPC_Gender">neuter</string>
 +<string name="ScarecrowNPC_Name_Objective">scarecrow</string>
 +<string name="ScarecrowNPC_Desc">There is no doubt... this scarecrow is watching your every move. It's red glowing eyes pierce right through you, but surprisingly enough, you don't feel threatened by it.</string>
 +<string name="ScarecrowNPC_Quest_Start_Male">Why hello little boy, how do you do?
 +I've got something exciting for you!
 +
 +Oh how grateful would I be,
 +If you go and collect some candies for me!
 +
 +</string>
 +<string name="ScarecrowNPC_Quest_Start_Female">Why hello little girl, how do you do?
 +I've got something exciting for you!
 +
 +Oh how grateful would I be,
 +If you go and collect some candies for me!
 +
 +</string>
 +<string name="ScarecrowNPC_Quest_Reminder">Five candies is all I need.
 +Oh, the reward will be so sweet!</string>
 +<string name="ScarecrowNPC_Quest_End">Oh jolly, oh my!
 +For this, you'll get a sweet slice of pie!</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:candy_item|Candy Item]]
 +  * [[mr:pumpkin_pie_item|Pumpkin Pie Item]]
 +
 +{{tag> rpd npc mr}}
mr/scarecrow_npc.txt · Last modified: by 127.0.0.1