mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
chore(shops): update Featured Items
This commit is contained in:
parent
0ca2f9034f
commit
043a6cd4ba
1 changed files with 12 additions and 12 deletions
|
|
@ -6,11 +6,11 @@ const featuredItems = {
|
|||
},
|
||||
{
|
||||
type: 'hatchingPotions',
|
||||
path: 'hatchingPotions.Golden',
|
||||
path: 'hatchingPotions.Holly',
|
||||
},
|
||||
{
|
||||
type: 'food',
|
||||
path: 'food.Saddle',
|
||||
type: 'hatchingPotions',
|
||||
path: 'hatchingPotions.StarryNight',
|
||||
},
|
||||
{
|
||||
type: 'card',
|
||||
|
|
@ -20,20 +20,20 @@ const featuredItems = {
|
|||
quests: [
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.gryphon',
|
||||
path: 'quests.pterodactyl',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.stoikalmCalamity1',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.penguin',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.dilatoryDistress1',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.nudibranch',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.taskwoodsTerror1',
|
||||
},
|
||||
],
|
||||
seasonal: 'summerMage',
|
||||
timeTravelers: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue