2014-05-29 16:21:29 +00:00
{
"messageLostItem" : "Your <%= itemText %> broke." ,
"messageTaskNotFound" : "Task not found." ,
2015-06-23 08:43:29 +00:00
"messageDuplicateTaskID" : "A task with that ID already exists." ,
2014-05-29 16:21:29 +00:00
"messageTagNotFound" : "Tag not found." ,
"messagePetNotFound" : ":pet not found in user.items.pets" ,
"messageFoodNotFound" : ":food not found in user.items.food" ,
2015-10-02 03:44:53 +00:00
"messageNotAvailable" : "This item is not currently available for purchase." ,
2014-05-29 16:21:29 +00:00
"messageCannotFeedPet" : "Can't feed this pet." ,
"messageAlreadyMount" : "You already have that mount. Try feeding another pet." ,
"messageEvolve" : "You have tamed <%= egg %>, let's go for a ride!" ,
"messageLikesFood" : "<%= egg %> really likes the <%= foodText %>!" ,
"messageDontEnjoyFood" : "<%= egg %> eats the <%= foodText %> but doesn't seem to enjoy it." ,
"messageBought" : "Bought <%= itemText %>" ,
2014-07-04 10:01:02 +00:00
"messageEquipped" : "<%= itemText %> equipped." ,
2014-05-29 16:21:29 +00:00
"messageUnEquipped" : "<%= itemText %> un-equipped." ,
"messageMissingEggPotion" : "You're missing either that egg or that potion" ,
2015-10-02 03:44:53 +00:00
"messageInvalidEggPotionCombo" : "You can't hatch Quest Pet Eggs with Magic Hatching Potions! Try a different egg." ,
2014-05-29 16:21:29 +00:00
"messageAlreadyPet" : "You already have that pet. Try hatching a different combination!" ,
"messageHatched" : "Your egg hatched! Visit your stable to equip your pet." ,
"messageNotEnoughGold" : "Not Enough Gold" ,
"messageTwoHandled" : "<%= gearText %> is two handed" ,
"messageDropFood" : "You've found <%= dropArticle %><%= dropText %>! <%= dropNotes %>" ,
"messageDropEgg" : "You've found a <%= dropText %> Egg! <%= dropNotes %>" ,
"messageDropPotion" : "You've found a <%= dropText %> Hatching Potion! <%= dropNotes %>" ,
2015-07-23 02:24:10 +00:00
"messageDropQuest" : "You've found a quest!" ,
2015-07-28 04:15:48 +00:00
"messageDropMysteryItem" : "You open the box and find <%= dropText %>!" ,
2015-06-23 08:43:29 +00:00
"messageFoundQuest" : "You've found the quest \"<%= questText %>\"!" ,
2015-07-12 21:45:26 +00:00
"messageAlreadyPurchasedGear" : "You purchased this gear in the past, but do not currently own it. You can buy it again in the rewards column on the tasks page." ,
2015-07-23 02:24:10 +00:00
"messageAlreadyOwnGear" : "You already own this item. Equip it by going to the equipment page." ,
2015-06-23 08:43:29 +00:00
"armoireEquipment" : "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!" ,
"armoireFood" : "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?" ,
"armoireExp" : "You wrestle with the Armoire and gain Experience. Take that!"
2015-10-02 03:44:53 +00:00
}