feat(content): add February items (#15090)

* update(content): add February 2024 items

* feat(content): add October content

* feat(content):update February Content

* feat(content): finish up February content

* fix(backgrounds): tweak consistency

* fix(strings): remove extra whitespace

* fix(event): add missing Valentine features

---------

Co-authored-by: Sabe Jones <sabrecat@gmail.com>
Co-authored-by: Sabe Jones <sabe@habitica.com>
This commit is contained in:
Natalie
2024-01-26 17:35:02 -05:00
committed by GitHub
parent 724c710636
commit 0b5ce61555
15 changed files with 429 additions and 112 deletions

View File

@@ -602,6 +602,11 @@ const plannedBackgrounds = {
frozen_blue_pond: { },
ice_bubble_lake: { },
},
backgrounds022024: {
colorful_street: { },
swan_boat: { },
heart_tree_tunnel: { },
},
eventBackgrounds: {
birthday_bash: {
price: 0,
@@ -649,6 +654,7 @@ const releaseDates = {
backgrounds112023: '2023-11-07T08:00-05:00',
backgrounds122023: '2023-12-05T08:00-05:00',
backgrounds012024: '2024-01-04T08:00-05:00',
backgrounds022024: '2024-01-12T08:00-05:00',
};
const flat = {};