mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
modify Market intro for eggs to clarify that quest eggs don't drop (#8680)
Ref: https://habitica.slack.com/archives/C02RK7DKF/p1491847171061587?thread_ts=1491779437.902223&cid=C02RK7DKF
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
"food": "Food and Saddles",
|
"food": "Food and Saddles",
|
||||||
"noFood": "You don't have any food or saddles.",
|
"noFood": "You don't have any food or saddles.",
|
||||||
"dropsExplanation": "Get these items faster with Gems if you don't want to wait for them to drop when completing a task. <a href=\"http://habitica.wikia.com/wiki/Drops\">Learn more about the drop system.</a>",
|
"dropsExplanation": "Get these items faster with Gems if you don't want to wait for them to drop when completing a task. <a href=\"http://habitica.wikia.com/wiki/Drops\">Learn more about the drop system.</a>",
|
||||||
|
"dropsExplanationEggs": "Spend Gems to get eggs more quickly, if you don't want to wait for standard eggs to drop, or to repeat Quests to earn Quest eggs. <a href=\"http://habitica.wikia.com/wiki/Drops\">Learn more about the drop system.</a>",
|
||||||
"premiumPotionNoDropExplanation": "Magic Hatching Potions cannot be used on eggs received from Quests. The only way to get Magic Hatching Potions is by buying them below, not from random drops.",
|
"premiumPotionNoDropExplanation": "Magic Hatching Potions cannot be used on eggs received from Quests. The only way to get Magic Hatching Potions is by buying them below, not from random drops.",
|
||||||
"beastMasterProgress": "Beast Master Progress",
|
"beastMasterProgress": "Beast Master Progress",
|
||||||
"stableBeastMasterProgress": "Beast Master Progress: <%= number %> Pets Found",
|
"stableBeastMasterProgress": "Beast Master Progress: <%= number %> Pets Found",
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ shops.getMarketCategories = function getMarket (user, language) {
|
|||||||
let eggsCategory = {
|
let eggsCategory = {
|
||||||
identifier: 'eggs',
|
identifier: 'eggs',
|
||||||
text: i18n.t('eggs', language),
|
text: i18n.t('eggs', language),
|
||||||
notes: i18n.t('dropsExplanation', language),
|
notes: i18n.t('dropsExplanationEggs', language),
|
||||||
};
|
};
|
||||||
|
|
||||||
eggsCategory.items = sortBy(values(content.questEggs)
|
eggsCategory.items = sortBy(values(content.questEggs)
|
||||||
|
|||||||
Reference in New Issue
Block a user