diff --git a/dist/habitrpg-shared.js b/dist/habitrpg-shared.js index cab8cb820f..9834c260d4 100644 --- a/dist/habitrpg-shared.js +++ b/dist/habitrpg-shared.js @@ -10616,6 +10616,11 @@ var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ? text: 'Gryphon', adjective: 'regal', canBuy: false + }, + Hedgehog: { + text: 'Hedgehog', + adjective: 'prickly', + canBuy: false } }; @@ -10890,6 +10895,7 @@ var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ? gryphon: { text: "The Fiery Gryphon", notes: 'The grand beastmaster, @baconsaur, has come to your party seeking help. "Please, adventurers, you must help me! My prized gryphon has broken free and is terrorizing Habit City! If you can stop her, I could reward you with some of her eggs!"', + completion: 'Defeated, the mighty beast ashamedly slinks back to its master."My word! Well done, adventurers!" @baconsaur exclaims, "Please, have some of the gryphon\'s eggs. I am sure you will raise these young ones well!', value: 4, boss: { name: "Fiery Gryphon", @@ -10912,6 +10918,32 @@ var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ? exp: 125 } }, + hedgehog: { + text: "The Hedgebeast", + notes: 'Hedgehogs are a funny group of animals. They are some of the most affectionate pets a Habiteer could own. But rumor has it, if you feed them milk after midnight, they grow quite irritable. And fifty times their size. And @Inventrix did just that. Oops.', + completion: 'Your party successfully calmed down the hedgehog! After shrinking down to a normal size, she hobbles away to her eggs. She returns squeeking and nudging some of her eggs along towards your party. Hopefully, these hedgehog\'s like milk better!', + value: 4, + boss: { + name: "Hedgebeast", + hp: 400, + str: 1.25 + }, + drop: { + items: [ + { + type: 'eggs', + key: 'Hedgehog', + text: "Gryphon (Egg)" + }, { + type: 'eggs', + key: 'Hedgehog', + text: "Gryphon (Egg)" + } + ], + gp: 30, + exp: 125 + } + }, vice1: { text: "Free Yourself of the Dragon's Influence", notes: "
They say there lies a terrible evil in the caverns of Mt. Habitica. A monster whose presence twists the wills of the strong heroes of the land, turning them towards bad habits and laziness! The beast is a grand dragon of immense power and comprised of the shadows themselves. Vice, the treacherous Shadow Wyrm. Brave Habiteers, stand up and defeat this foul beast once and for all, but only if you believe you can stand against its immense power.
How can you expect to the fight the beast if it already has control over you? Don't fall victim to laziness and vice! Work hard to fight against the dragon's dark influence and dispel his hold on you!
",