From ca702547511e12bcb68ce9c27d7b2d9780cb941c Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Tue, 3 Feb 2015 19:00:19 -0600 Subject: [PATCH] feat(February): Backgrounds --- locales/en/backgrounds.json | 10 +++++++++- script/content.coffee | 10 ++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/locales/en/backgrounds.json b/locales/en/backgrounds.json index 3f8d857be6..57c0f75a0e 100644 --- a/locales/en/backgrounds.json +++ b/locales/en/backgrounds.json @@ -63,5 +63,13 @@ "backgroundFrigidPeakText": "Frigid Peak", "backgroundFrigidPeakNotes": "Summit a Frigid Peak.", "backgroundSnowyPinesText": "Snowy Pines", - "backgroundSnowyPinesNotes": "Shelter amid Snowy Pines." + "backgroundSnowyPinesNotes": "Shelter amid Snowy Pines.", + + "backgrounds022015": "SET 9: Released February 2015", + "backgroundBlacksmithyText": "Blacksmithy", + "backgroundBlacksmithyNotes": "Labor in the Blacksmithy.", + "backgroundCrystalCaveText": "Crystal Cave", + "backgroundCrystalCaveNotes": "Explore a Crystal Cave.", + "backgroundDistantCastleText": "Distant Castle", + "backgroundDistantCastleNotes": "Defend a Distant Castle." } diff --git a/script/content.coffee b/script/content.coffee index a7a66b755b..024b0c6da1 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -1576,6 +1576,16 @@ api.backgrounds = snowy_pines: text: t('backgroundSnowyPinesText') notes: t('backgroundSnowyPinesNotes') + backgrounds022015: + blacksmithy: + text: t('backgroundBlacksmithyText') + notes: t('backgroundBlacksmithyNotes') + crystal_cave: + text: t('backgroundCrystalCaveText') + notes: t('backgroundCrystalCaveNotes') + distant_castle: + text: t('backgroundDistantCastleText') + notes: t('backgroundDistantCastleNotes') api.subscriptionBlocks = basic_earned: months:1, price:5