User Tools

Site Tools


mr:cagedkobold_message3

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:

  • German: Ich hasse diesen Käfig über alles
  • Spanish: Odio todo sobre esta jaula
  • Greek: Μισώ τόσο πολύ αυτό το κλουβί
  • French: Je déteste tout dans cette cage
  • Polish: Nienawidzę tej klatki
  • Portuguese (BR): Eu odeio tudo sobre esta gaiola
  • Indonesian: Aku benci segala sesuatu tentang sangkar ini
  • Italian: Odio tutto di questa gabbia
  • Japanese: この檻のすべてが嫌い

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:

  • Player interacts with Caged Kobold
  • Quest.given is true (quest already started)
  • Player does not have Ice Key item
mr/cagedkobold_message3.txt · Last modified: by 127.0.0.1