mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
@@ -298,6 +298,7 @@
|
|||||||
|
|
||||||
"hatchingPotionNotes": "Pour this on an egg, and it will hatch as a <%= potText(locale) %> pet.",
|
"hatchingPotionNotes": "Pour this on an egg, and it will hatch as a <%= potText(locale) %> pet.",
|
||||||
"premiumPotionAddlNotes": "Not usable on quest pet eggs. Available for purchase until <%= date(locale) %>.",
|
"premiumPotionAddlNotes": "Not usable on quest pet eggs. Available for purchase until <%= date(locale) %>.",
|
||||||
|
"premiumPotionUnlimitedNotes": "Not usable on quest pet eggs.",
|
||||||
|
|
||||||
"foodMeat": "Meat",
|
"foodMeat": "Meat",
|
||||||
"foodMeatThe": "the Meat",
|
"foodMeatThe": "the Meat",
|
||||||
|
|||||||
@@ -198,6 +198,7 @@ let premium = {
|
|||||||
text: t('hatchingPotionBronze'),
|
text: t('hatchingPotionBronze'),
|
||||||
limited: true,
|
limited: true,
|
||||||
canBuy: hasQuestAchievementFunction('bronze'),
|
canBuy: hasQuestAchievementFunction('bronze'),
|
||||||
|
_addlNotes: t('premiumPotionUnlimitedNotes'),
|
||||||
},
|
},
|
||||||
Watery: {
|
Watery: {
|
||||||
value: 2,
|
value: 2,
|
||||||
@@ -210,6 +211,7 @@ let premium = {
|
|||||||
text: t('hatchingPotionSilver'),
|
text: t('hatchingPotionSilver'),
|
||||||
limited: true,
|
limited: true,
|
||||||
canBuy: hasQuestAchievementFunction('silver'),
|
canBuy: hasQuestAchievementFunction('silver'),
|
||||||
|
_addlNotes: t('premiumPotionUnlimitedNotes'),
|
||||||
},
|
},
|
||||||
Shadow: {
|
Shadow: {
|
||||||
value: 2,
|
value: 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user