mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
* chore: update time travelers shop to display seasonal backgrounds * chore: update time travelers banner (note CSS borken rn) * chore: fix borken CSS and update logic in shop * chore: added isSubscribed function, not working * chore: isSubscribed working but no bg for subscribers * chore: logic and css updates * chore: update habitica-images * chore: add check for trinket * chore: more time traveler shop logicking * Add backend support for Hydra mount - Add Dragon-Hydra to special mounts in stable.js - Configure as contributor level 7 reward with canFind: true - Add GIF format support for mount sprites - Enable admin panel granting capability * Fix Vue template errors in timeTravelers component * Fix duplicate template block in timeTravelers component * add CSS for Hydra mount GIF sprites Added CSS rules for Mount_Head_Dragon-Hydra and Mount_Body_Dragon-Hydra GIF sprites * Remove the separate Hydra mount dimension declaration --------- Co-authored-by: CuriousMagpie <eilatan@gmail.com>
43 lines
1.1 KiB
JavaScript
43 lines
1.1 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_Dragon-Hydra',
|
|
'Mount_Body_Gryphon-Gryphatrice',
|
|
'Mount_Head_Dragon-Hydra',
|
|
'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',
|
|
];
|