Table of Contents

Caged Kobold Message 3 - Code Reference

“I hate everything about this cage” is one of the random phrases spoken by the Caged Kobold NPC when the player interacts with him without the Ice Key.

String Resources

English (values/strings_all.xml):

<string name="CagedKobold_Message3">I hate everything about this cage</string>

Russian (values-ru/strings_all.xml):

<string name="CagedKobold_Message3">Я ненавижу всё в этой клетке</string>

Other languages:

Code Usage

Used in CagedKobold.java:

sayRandomPhrase(R.string.CagedKobold_Message1,
                R.string.CagedKobold_Message2,
                R.string.CagedKobold_Message3);

The message is selected randomly when: