change Gully3 to Gully as requested by Gully in the Tavern and as confirmed by Lemoness

This commit is contained in:
Alice Harris
2015-03-18 19:13:39 +10:00
parent 910fd56693
commit 833ba9ec4a
3 changed files with 66 additions and 16 deletions

View File

@@ -2946,6 +2946,11 @@ api.questEggs = {
text: t('questEggRockText'), text: t('questEggRockText'),
adjective: t('questEggRockAdjective'), adjective: t('questEggRockAdjective'),
canBuy: false canBuy: false
},
Bunny: {
text: t('questEggBunnyText'),
adjective: t('questEggBunnyAdjective'),
canBuy: false
} }
}; };
@@ -3528,7 +3533,8 @@ api.quests = {
} }
], ],
gp: 25, gp: 25,
exp: 125 exp: 125,
unlock: t('questGryphonUnlockText')
} }
}, },
hedgehog: { hedgehog: {
@@ -3558,7 +3564,8 @@ api.quests = {
} }
], ],
gp: 30, gp: 30,
exp: 125 exp: 125,
unlock: t('questHedgehogUnlockText')
} }
}, },
ghost_stag: { ghost_stag: {
@@ -3588,7 +3595,8 @@ api.quests = {
} }
], ],
gp: 80, gp: 80,
exp: 800 exp: 800,
unlock: t('questGhostStagUnlockText')
} }
}, },
vice1: { vice1: {
@@ -3764,7 +3772,8 @@ api.quests = {
} }
], ],
gp: 80, gp: 80,
exp: 800 exp: 800,
unlock: t('questRatUnlockText')
} }
}, },
octopus: { octopus: {
@@ -3794,7 +3803,8 @@ api.quests = {
} }
], ],
gp: 80, gp: 80,
exp: 800 exp: 800,
unlock: t('questOctopusUnlockText')
} }
}, },
dilatory_derby: { dilatory_derby: {
@@ -3824,7 +3834,8 @@ api.quests = {
} }
], ],
gp: 25, gp: 25,
exp: 125 exp: 125,
unlock: t('questSeahorseUnlockText')
} }
}, },
atom1: { atom1: {
@@ -3932,7 +3943,8 @@ api.quests = {
} }
], ],
gp: 43, gp: 43,
exp: 350 exp: 350,
unlock: t('questHarpyUnlockText')
} }
}, },
rooster: { rooster: {
@@ -3962,7 +3974,8 @@ api.quests = {
} }
], ],
gp: 25, gp: 25,
exp: 125 exp: 125,
unlock: t('questRoosterUnlockText')
} }
}, },
spider: { spider: {
@@ -3992,7 +4005,8 @@ api.quests = {
} }
], ],
gp: 31, gp: 31,
exp: 200 exp: 200,
unlock: t('questSpiderUnlockText')
} }
}, },
moonstone1: { moonstone1: {
@@ -4230,7 +4244,8 @@ api.quests = {
} }
], ],
gp: 37, gp: 37,
exp: 275 exp: 275,
unlock: t('questOwlUnlockText')
} }
}, },
penguin: { penguin: {
@@ -4260,7 +4275,8 @@ api.quests = {
} }
], ],
gp: 31, gp: 31,
exp: 200 exp: 200,
unlock: t('questPenguinUnlockText')
} }
}, },
trex: { trex: {
@@ -4290,7 +4306,8 @@ api.quests = {
} }
], ],
gp: 55, gp: 55,
exp: 500 exp: 500,
unlock: t('questTRexUnlockText')
} }
}, },
trex_undead: { trex_undead: {
@@ -4327,7 +4344,8 @@ api.quests = {
} }
], ],
gp: 55, gp: 55,
exp: 500 exp: 500,
unlock: t('questTRexUnlockText')
} }
}, },
rock: { rock: {
@@ -4357,7 +4375,39 @@ api.quests = {
} }
], ],
gp: 31, 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')
} }
} }
}; };

View File

@@ -221,7 +221,7 @@
"questBunnyText": "The Killer Bunny", "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!\"<br><br>You knock and the doors swing inward. From within the gloom you hear a deafening roar, and you draw your weapon.", "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!\"<br><br>You knock and the doors swing inward. From within the gloom you hear a deafening roar, and you draw your weapon.",
"questBunnyBoss": "Killer Bunny", "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. Lets 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. Lets gather these eggs and head for home.\"",
"questBunnyDropBunnyEgg": "Bunny (Egg)", "questBunnyDropBunnyEgg": "Bunny (Egg)",
"questBunnyUnlockText": "Unlocks purchasable bunny eggs in the Market" "questBunnyUnlockText": "Unlocks purchasable bunny eggs in the Market"

View File

@@ -4,7 +4,7 @@ h5 3/17/2015 - BUNNY PET QUEST, EGG PURCHASING CHANGE, LAST DAY FOR SURVEY AND A
td td
h5 New Pet Quest: Killer Bunny h5 New Pet Quest: Killer Bunny
p There's a new quest scroll in the <a href='https://habitrpg.com/#/options/inventory/drops' target='_blank'>Market</a>! 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 There's a new quest scroll in the <a href='https://habitrpg.com/#/options/inventory/drops' target='_blank'>Market</a>! 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 tr
td td
h5 Egg Purchasing Change h5 Egg Purchasing Change