diff --git a/img/sprites/spritesmith/backgrounds/background_ice_cave.png b/img/sprites/spritesmith/backgrounds/background_ice_cave.png new file mode 100644 index 0000000000..6653319102 Binary files /dev/null and b/img/sprites/spritesmith/backgrounds/background_ice_cave.png differ diff --git a/img/sprites/spritesmith/backgrounds/background_snowy_peak.png b/img/sprites/spritesmith/backgrounds/background_snowy_peak.png new file mode 100644 index 0000000000..aa46babcd4 Binary files /dev/null and b/img/sprites/spritesmith/backgrounds/background_snowy_peak.png differ diff --git a/img/sprites/spritesmith/backgrounds/background_snowy_pines.png b/img/sprites/spritesmith/backgrounds/background_snowy_pines.png new file mode 100644 index 0000000000..c04a16220d Binary files /dev/null and b/img/sprites/spritesmith/backgrounds/background_snowy_pines.png differ diff --git a/locales/en/backgrounds.json b/locales/en/backgrounds.json index e072bdd2fe..c921c4558a 100644 --- a/locales/en/backgrounds.json +++ b/locales/en/backgrounds.json @@ -55,5 +55,13 @@ "backgroundTwinklyLightsText":"Winter Twinkly Lights", "backgroundTwinklyLightsNotes":"Stroll between trees bedecked in festive lights.", "backgroundSouthPoleText":"South Pole", - "backgroundSouthPoleNotes":"Visit the icy South Pole." + "backgroundSouthPoleNotes":"Visit the icy South Pole.", + + "backgrounds012015": "SET 8: Released January 2015", + "backgroundIceCaveText": "Ice Cave", + "backgroundIceCaveNotes": "Descend into an Ice Cave.", + "backgroundSnowyPeakText": "Snowy Peak", + "backgroundSnowyPeakNotes": "Summit a Snowy Peak.", + "backgroundSnowyPinesText": "Snowy Pines", + "backgroundSnowyPinesNotes": "Shelter amid Snowy Pines." } diff --git a/script/content.coffee b/script/content.coffee index 6888213674..602dd5280d 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -1461,6 +1461,16 @@ api.backgrounds = south_pole: text: t('backgroundSouthPoleText') notes: t('backgroundSouthPoleNotes') + backgrounds012015: + ice_cave: + text: t('backgroundIceCaveText') + notes: t('backgroundIceCaveNotes') + snowy_peak: + text: t('backgroundSnowyPeakText') + notes: t('backgroundSnowyPeakNotes') + snowy_pines: + text: t('backgroundSnowyPinesText') + notes: t('backgroundSnowyPinesNotes') api.subscriptionBlocks = basic_earned: months:1, price:5