mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
change Gully3 to Gully as requested by Gully in the Tavern and as confirmed by Lemoness
This commit is contained in:
78
common/dist/scripts/habitrpg-shared.js
vendored
78
common/dist/scripts/habitrpg-shared.js
vendored
@@ -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')
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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!\"<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",
|
||||
"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"
|
||||
|
||||
|
||||
@@ -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 <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
|
||||
td
|
||||
h5 Egg Purchasing Change
|
||||
|
||||
Reference in New Issue
Block a user