From 833ba9ec4aa26499540fc2ec0a70a9af3ad24c28 Mon Sep 17 00:00:00 2001 From: Alice Harris Date: Wed, 18 Mar 2015 19:13:39 +1000 Subject: [PATCH] change Gully3 to Gully as requested by Gully in the Tavern and as confirmed by Lemoness --- common/dist/scripts/habitrpg-shared.js | 78 +++++++++++++++++++++----- common/locales/en/questsContent.json | 2 +- website/views/shared/new-stuff.jade | 2 +- 3 files changed, 66 insertions(+), 16 deletions(-) diff --git a/common/dist/scripts/habitrpg-shared.js b/common/dist/scripts/habitrpg-shared.js index 4f5ac0ac59..3fee72d973 100644 --- a/common/dist/scripts/habitrpg-shared.js +++ b/common/dist/scripts/habitrpg-shared.js @@ -2946,6 +2946,11 @@ api.questEggs = { text: t('questEggRockText'), adjective: t('questEggRockAdjective'), canBuy: false + }, + Bunny: { + text: t('questEggBunnyText'), + adjective: t('questEggBunnyAdjective'), + canBuy: false } }; @@ -3528,7 +3533,8 @@ api.quests = { } ], gp: 25, - exp: 125 + exp: 125, + unlock: t('questGryphonUnlockText') } }, hedgehog: { @@ -3558,7 +3564,8 @@ api.quests = { } ], gp: 30, - exp: 125 + exp: 125, + unlock: t('questHedgehogUnlockText') } }, ghost_stag: { @@ -3588,7 +3595,8 @@ api.quests = { } ], gp: 80, - exp: 800 + exp: 800, + unlock: t('questGhostStagUnlockText') } }, vice1: { @@ -3764,7 +3772,8 @@ api.quests = { } ], gp: 80, - exp: 800 + exp: 800, + unlock: t('questRatUnlockText') } }, octopus: { @@ -3794,7 +3803,8 @@ api.quests = { } ], gp: 80, - exp: 800 + exp: 800, + unlock: t('questOctopusUnlockText') } }, dilatory_derby: { @@ -3824,7 +3834,8 @@ api.quests = { } ], gp: 25, - exp: 125 + exp: 125, + unlock: t('questSeahorseUnlockText') } }, atom1: { @@ -3932,7 +3943,8 @@ api.quests = { } ], gp: 43, - exp: 350 + exp: 350, + unlock: t('questHarpyUnlockText') } }, rooster: { @@ -3962,7 +3974,8 @@ api.quests = { } ], gp: 25, - exp: 125 + exp: 125, + unlock: t('questRoosterUnlockText') } }, spider: { @@ -3992,7 +4005,8 @@ api.quests = { } ], gp: 31, - exp: 200 + exp: 200, + unlock: t('questSpiderUnlockText') } }, moonstone1: { @@ -4230,7 +4244,8 @@ api.quests = { } ], gp: 37, - exp: 275 + exp: 275, + unlock: t('questOwlUnlockText') } }, penguin: { @@ -4260,7 +4275,8 @@ api.quests = { } ], gp: 31, - exp: 200 + exp: 200, + unlock: t('questPenguinUnlockText') } }, trex: { @@ -4290,7 +4306,8 @@ api.quests = { } ], gp: 55, - exp: 500 + exp: 500, + unlock: t('questTRexUnlockText') } }, trex_undead: { @@ -4327,7 +4344,8 @@ api.quests = { } ], gp: 55, - exp: 500 + exp: 500, + unlock: t('questTRexUnlockText') } }, rock: { @@ -4357,7 +4375,39 @@ api.quests = { } ], gp: 31, - exp: 200 + exp: 200, + unlock: t('questRockUnlockText') + } + }, + bunny: { + text: t('questBunnyText'), + notes: t('questBunnyNotes'), + completion: t('questBunnyCompletion'), + value: 4, + boss: { + name: t('questBunnyBoss'), + hp: 300, + str: 1.5 + }, + drop: { + items: [ + { + type: 'eggs', + key: 'Bunny', + text: t('questBunnyDropBunnyEgg') + }, { + type: 'eggs', + key: 'Bunny', + text: t('questBunnyDropBunnyEgg') + }, { + type: 'eggs', + key: 'Bunny', + text: t('questBunnyDropBunnyEgg') + } + ], + gp: 25, + exp: 125, + unlock: t('questBunnyUnlockText') } } }; diff --git a/common/locales/en/questsContent.json b/common/locales/en/questsContent.json index 2402c7f170..c409fe3138 100644 --- a/common/locales/en/questsContent.json +++ b/common/locales/en/questsContent.json @@ -221,7 +221,7 @@ "questBunnyText": "The Killer Bunny", "questBunnyNotes": "After many difficult days, you reach the peak of Mount Procrastination and stand before the imposing doors of the Fortress of Neglect. You read the inscription in the stone. \"Inside resides the creature that embodies your greatest fears, the reason for your inaction. Knock and face your demon!\" You tremble, imagining the horror within and feel the urge to flee as you have done so many times before. @Draayder holds you back. \"Steady, my friend! The time has come at last. You must do this!\"

You knock and the doors swing inward. From within the gloom you hear a deafening roar, and you draw your weapon.", "questBunnyBoss": "Killer Bunny", - "questBunnyCompletion": "With one final blow the killer rabbit sinks to the ground. A sparkly mist rises from her body as she shrinks down into a tiny bunny… nothing like the cruel beast you faced a moment before. Her nose twitches adorably and she hops away, leaving some eggs behind. @Gully3 laughs. \"Mount Procrastination has a way of making even the smallest challenges seem insurmountable. Let’s gather these eggs and head for home.\"", + "questBunnyCompletion": "With one final blow the killer rabbit sinks to the ground. A sparkly mist rises from her body as she shrinks down into a tiny bunny… nothing like the cruel beast you faced a moment before. Her nose twitches adorably and she hops away, leaving some eggs behind. @Gully laughs. \"Mount Procrastination has a way of making even the smallest challenges seem insurmountable. Let’s gather these eggs and head for home.\"", "questBunnyDropBunnyEgg": "Bunny (Egg)", "questBunnyUnlockText": "Unlocks purchasable bunny eggs in the Market" diff --git a/website/views/shared/new-stuff.jade b/website/views/shared/new-stuff.jade index 354bd6e9a4..63a7047e66 100644 --- a/website/views/shared/new-stuff.jade +++ b/website/views/shared/new-stuff.jade @@ -4,7 +4,7 @@ h5 3/17/2015 - BUNNY PET QUEST, EGG PURCHASING CHANGE, LAST DAY FOR SURVEY AND A td h5 New Pet Quest: Killer Bunny p There's a new quest scroll in the Market! Deep within Mount Procrastination lies a once-sweet beast grown horrifying with neglect. Can you rally your strength to defeat the Killer Bunny? If so, you'll get some bunny eggs! - p.small.muted by Draayder, Gully3, and TetoIsGreat + p.small.muted by Draayder, Gully, and TetoIsGreat tr td h5 Egg Purchasing Change