From 578dee59bd359aa5d9bc6f34d89df9d907bb0a58 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Mon, 10 Oct 2016 19:43:24 +0000 Subject: [PATCH] feat(content): pet quest strings --- website/common/locales/en/content.json | 4 ++++ website/common/locales/en/questsContent.json | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/website/common/locales/en/content.json b/website/common/locales/en/content.json index 70950ec7bb..a55e4ca70f 100644 --- a/website/common/locales/en/content.json +++ b/website/common/locales/en/content.json @@ -183,6 +183,10 @@ "questEggCowMountText": "Cow", "questEggCowAdjective": "a mooing", + "questEggBeetleText": "Beetle", + "questEggBeetleMountText": "Beetle", + "questEggBeetleAdjective": "an unbeatable", + "eggNotes": "Find a hatching potion to pour on this egg, and it will hatch into <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Base", diff --git a/website/common/locales/en/questsContent.json b/website/common/locales/en/questsContent.json index f1fe0e07dd..16481fdde8 100644 --- a/website/common/locales/en/questsContent.json +++ b/website/common/locales/en/questsContent.json @@ -403,5 +403,12 @@ "questCowCompletion": "You milk your good habits for all they are worth until the cow reverts to its original form. The cow looks over at you with her pretty brown eyes and nudges over three eggs.

@fuzzytrees laughs and hands you the eggs, \"Maybe it still is mootated if there are baby cows in these eggs. But I trust you to stick to your good habits when you raise them!\"", "questCowBoss": "Mootant Cow", "questCowDropCowEgg": "Cow (Egg)", - "questCowUnlockText": "Unlocks purchasable Cow eggs in the Market" + "questCowUnlockText": "Unlocks purchasable Cow eggs in the Market", + + "questBeetleText": "The CRITICAL BUG", + "questBeetleNotes": "Something in the domain of Habitica has gone awry. The Blacksmiths' forges have extinguished, and strange errors are appearing everywhere. With an ominous tremor, an insidious foe worms from the earth... a CRITICAL BUG! You brace yourself as it infects the land, and glitches begin to overtake the Habiticans around you. @starsystemic yells, \"We need to help the Blacksmiths get this Bug under control!\" It looks like you'll have to make this programmer's pest your top priority.", + "questBeetleCompletion": "With a final attack, you crush the CRITICAL BUG. @starsystemic and the Blacksmiths rush up to you, overjoyed. \"I can't thank you enough for smashing that bug! Here, take these.\" You are presented with three shiny beetle eggs. Hopefully these little bugs will grow up to help Habitica, not hurt it.", + "questBeetleBoss": "CRITICAL BUG", + "questBeetleDropBeetleEgg": "Beetle (Egg)", + "questBeetleUnlockText": "Unlocks purchasable Beetle eggs in the Market" }