mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): Mystery Items and Habitoween pet
This commit is contained in:
@@ -158,6 +158,7 @@ const head = {
|
||||
202007: { },
|
||||
202008: { },
|
||||
202010: { },
|
||||
202011: { },
|
||||
301404: { },
|
||||
301405: { },
|
||||
301703: { },
|
||||
@@ -202,6 +203,7 @@ const weapon = {
|
||||
201811: { },
|
||||
201911: { },
|
||||
202002: { },
|
||||
202011: { },
|
||||
301404: { },
|
||||
};
|
||||
|
||||
|
||||
@@ -98,6 +98,7 @@ const canFindSpecial = {
|
||||
'JackOLantern-Base': false,
|
||||
'JackOLantern-Glow': false,
|
||||
'JackOLantern-Ghost': false,
|
||||
'JackOLantern-RoyalPurple': false,
|
||||
// Naming Day
|
||||
'Gryphon-RoyalPurple': false,
|
||||
// Summer Splash Orca
|
||||
@@ -172,6 +173,7 @@ const specialPets = {
|
||||
'Fox-Veteran': 'veteranFox',
|
||||
'JackOLantern-Glow': 'glowJackolantern',
|
||||
'Gryphon-Gryphatrice': 'gryphatrice',
|
||||
'JackOLantern-RoyalPurple': 'royalPurpleJackolantern',
|
||||
};
|
||||
|
||||
const specialMounts = {
|
||||
|
||||
Reference in New Issue
Block a user