mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
commitbde71cc45dAuthor: Kalista Payne <sabrecat@gmail.com> Date: Thu Mar 20 15:25:11 2025 -0500 fix(potions): add missing Cryptid release date commit1a50413402Author: Kalista Payne <sabrecat@gmail.com> Date: Tue Mar 18 16:52:19 2025 -0500 fix(wacky): revise text, address linting commit2d49a16f55Author: Phillip Thelen <phillip@habitica.com> Date: Tue Mar 18 16:05:17 2025 +0100 Fix displaying countdown for recurring event items commitcf20b30975Author: Kalista Payne <sabrecat@gmail.com> Date: Fri Mar 14 18:01:37 2025 -0500 fix(lint): line length commite39e490e41Author: Kalista Payne <sabrecat@gmail.com> Date: Fri Mar 14 17:55:12 2025 -0500 fix(foolin): correct animation and end date of potions commit164e2eefddAuthor: Kalista Payne <sabrecat@gmail.com> Date: Thu Mar 13 17:25:14 2025 -0500 fix(event): Panda Cub typo, shift start date commit394c922287Author: Kalista Payne <sabrecat@gmail.com> Date: Thu Mar 13 17:02:12 2025 -0500 fix(test): account for addition of Cryptid commitbea9e40338Author: Kalista Payne <sabrecat@gmail.com> Date: Thu Mar 13 16:52:37 2025 -0500 feat(event): April Fools 2025
41 lines
1.0 KiB
JavaScript
41 lines
1.0 KiB
JavaScript
export default [
|
|
'armor_special_ks2019',
|
|
'back_special_heroicAureole',
|
|
'background_airship',
|
|
'background_clocktower',
|
|
'background_steamworks',
|
|
'broad_armor_special_0',
|
|
'broad_armor_special_1',
|
|
'broad_armor_special_ks2019',
|
|
'eyewear_special_ks2019',
|
|
'head_special_0',
|
|
'head_special_1',
|
|
'head_special_ks2019',
|
|
'Mount_Body_Gryphon-Gryphatrice',
|
|
'Mount_Head_Gryphon-Gryphatrice',
|
|
'Pet_HatchingPotion_Cryptid',
|
|
'Pet_HatchingPotion_Dessert',
|
|
'Pet_HatchingPotion_Fungi',
|
|
'Pet_HatchingPotion_Veggie',
|
|
'Pet_HatchingPotion_VirtualPet',
|
|
'Pet_HatchingPotion_Windup',
|
|
'Pet-Gryphatrice-Jubilant',
|
|
'Pet-Gryphon-Gryphatrice',
|
|
'Pet-Wolf-Cerberus',
|
|
'quest_solarSystem',
|
|
'quest_virtualpet',
|
|
'quest_windup',
|
|
'shield_special_0',
|
|
'shield_special_ks2019',
|
|
'shop_armoire',
|
|
'slim_armor_special_0',
|
|
'slim_armor_special_1',
|
|
'slim_armor_special_ks2019',
|
|
'stable_Pet-Gryphatrice-Jubilant',
|
|
'stable_Pet-Gryphon-Gryphatrice',
|
|
'stable_Pet-Wolf-Cerberus',
|
|
'weapon_special_0',
|
|
'weapon_special_critical',
|
|
'weapon_special_ks2019',
|
|
];
|