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