mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
@@ -83,8 +83,9 @@ const wackyPets = constructPetOnlySet('wacky', dropEggs, wackyPotions);
|
|||||||
|
|
||||||
const canFindSpecial = {
|
const canFindSpecial = {
|
||||||
pets: {
|
pets: {
|
||||||
// Veteran Pet Ladder - verifyUserName
|
// Veteran Pet Ladder - awarded on major updates
|
||||||
'Wolf-Veteran': true,
|
// https://habitica.fandom.com/wiki/Event_Item_Sequences#Veteran_Pets
|
||||||
|
'Wolf-Veteran': false,
|
||||||
'Tiger-Veteran': false,
|
'Tiger-Veteran': false,
|
||||||
'Lion-Veteran': false,
|
'Lion-Veteran': false,
|
||||||
'Bear-Veteran': false,
|
'Bear-Veteran': false,
|
||||||
@@ -142,7 +143,7 @@ const canFindSpecial = {
|
|||||||
'Hippogriff-Hopeful': true,
|
'Hippogriff-Hopeful': true,
|
||||||
|
|
||||||
// Contributor/Backer pets
|
// Contributor/Backer pets
|
||||||
'LionCub-Ethereal': true, // Backer tier 90
|
'LionCub-Ethereal': false, // Backer tier 90
|
||||||
'Jackalope-RoyalPurple': true, // subscription
|
'Jackalope-RoyalPurple': true, // subscription
|
||||||
'Gryphon-Gryphatrice': false, // Pet once granted to kickstarter
|
'Gryphon-Gryphatrice': false, // Pet once granted to kickstarter
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user