mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(event): Winter Wonderland 2021 and Gift-One-Get-One Promotion
This commit is contained in:
@@ -16,19 +16,23 @@ export const EVENTS = {
|
||||
noCurrentEvent2021: {
|
||||
start: '2021-01-31T20:00-04:00',
|
||||
end: '2021-03-20T08:00-04:00',
|
||||
season: 'normal',
|
||||
},
|
||||
winter2021: {
|
||||
winter2021NoPromo: {
|
||||
start: '2021-01-07T20:00-04:00',
|
||||
end: '2021-01-31T20:00-04:00',
|
||||
season: 'winter',
|
||||
},
|
||||
winter2021Promo: {
|
||||
winter2021: {
|
||||
start: '2020-12-17T08:00-04:00',
|
||||
end: '2021-01-07T20:00-04:00',
|
||||
season: 'winter',
|
||||
promo: 'g1g1',
|
||||
},
|
||||
noCurrentEvent2020: {
|
||||
start: '2020-10-31T20:00-04:00',
|
||||
end: '2020-12-17T08:00-04:00',
|
||||
season: 'normal',
|
||||
},
|
||||
fall2020: {
|
||||
start: '2020-09-22T08:00-04:00',
|
||||
|
||||
@@ -41,6 +41,12 @@ const SEASONAL_SETS = {
|
||||
'winter2020LanternSet',
|
||||
'winter2020EvergreenSet',
|
||||
'winter2020WinterSpiceSet',
|
||||
|
||||
// winter 2021
|
||||
'winter2021WinterMoonMageSet',
|
||||
'winter2021HollyIvyRogueSet',
|
||||
'winter2021IceFishingWarriorSet',
|
||||
'winter2021ArcticExplorerHealerSet',
|
||||
],
|
||||
spring: [
|
||||
// spring 2014
|
||||
|
||||
Reference in New Issue
Block a user