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:
Alys
2017-04-27 21:10:43 +10:00
committed by GitHub
parent 78816dd4cb
commit 864ca91144
2 changed files with 2 additions and 1 deletions

View File

@@ -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",

View File

@@ -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)