allow eggs to have a release date

This commit is contained in:
Phillip Thelen
2024-06-10 14:11:38 +02:00
parent c2b370f4d3
commit 6d13a257dd
11 changed files with 144 additions and 87 deletions

View File

@@ -1,5 +1,6 @@
import defaults from 'lodash/defaults';
import each from 'lodash/each';
import assign from 'lodash/assign';
import moment from 'moment';
import t from './translation';
import { tasksByCategory } from './tasks';
@@ -18,7 +19,7 @@ import {
import achievements from './achievements';
import * as eggs from './eggs';
import eggs from './eggs';
import * as hatchingPotions from './hatching-potions';
import * as stable from './stable';
import gear from './gear';
@@ -167,7 +168,7 @@ api.special = api.spells.special;
api.dropEggs = eggs.drops;
api.questEggs = eggs.quests;
api.eggs = eggs.all;
api.eggs = assign({}, eggs.drops, eggs.quests);
api.timeTravelStable = {
pets: {