mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
Merge branch '2023-winner-funderlamb' into release
by @CuriousMagpie
This commit is contained in:
@@ -10,11 +10,29 @@ const gemsPromo = {
|
||||
|
||||
export const EVENTS = {
|
||||
noEvent: {
|
||||
start: '2023-12-01T00:00-05:00',
|
||||
end: '2023-12-21T08:00-05:00',
|
||||
start: '2024-02-01T00:00-05:00',
|
||||
end: '2024-03-20T08:00-05:00',
|
||||
season: 'normal',
|
||||
npcImageSuffix: '',
|
||||
},
|
||||
nye2023: {
|
||||
start: '2023-12-28T08:00-05:00',
|
||||
end: '2024-01-04T23:59-05:00',
|
||||
season: 'nye',
|
||||
npcImageSuffix: '_nye',
|
||||
},
|
||||
winter2024: {
|
||||
start: '2023-12-19T08:00-05:00',
|
||||
end: '2024-01-31T23:59-05:00',
|
||||
npcImageSuffix: '_winter',
|
||||
season: 'winter',
|
||||
gear: true,
|
||||
},
|
||||
g1g12023: {
|
||||
start: '2023-12-18T08:00-05:00',
|
||||
end: '2024-01-09T23:59-05:00',
|
||||
promo: 'g1g1',
|
||||
},
|
||||
potions202311: {
|
||||
start: '2023-11-14T08:00-04:00',
|
||||
end: '2023-11-30T23:59-04:00',
|
||||
|
||||
Reference in New Issue
Block a user