Table of Contents

Scarecrow NPC - Code References

Java Classes

JSON Configuration

This entity is implemented in Java, no JSON configuration exists

String Resources

<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?\nI've got something exciting for you!\n\nOh how grateful would I be,\nIf you go and collect some candies for me!\n\n</string>
<string name="ScarecrowNPC_Quest_Start_Female">Why hello little girl, how do you do?\nI've got something exciting for you!\n\nOh how grateful would I be,\nIf you go and collect some candies for me!\n\n</string>
<string name="ScarecrowNPC_Quest_Reminder">Five candies is all I need.\nOh, the reward will be so sweet!</string>
<string name="ScarecrowNPC_Quest_End">Oh jolly, oh my!\nFor this, you'll get a sweet slice of pie!</string>

Lua Scripts

This entity is implemented in Java, no Lua script exists

Entity Implementation Details