2018-05-04 21:00:19 +00:00
|
|
|
// When this file grows, it can be split into multiple ones.
|
2019-10-15 13:32:53 +00:00
|
|
|
export default {
|
2018-05-04 21:00:19 +00:00
|
|
|
invalidAttribute: '"<%= attr %>" is not a valid Stat.',
|
|
|
|
|
|
2018-08-12 10:11:01 +00:00
|
|
|
statsObjectRequired: '"stats" object is required',
|
2018-05-04 21:00:19 +00:00
|
|
|
|
|
|
|
|
missingTypeParam: '"req.params.type" is required.',
|
|
|
|
|
missingKeyParam: '"req.params.key" is required.',
|
|
|
|
|
itemNotFound: 'Item "<%= key %>" not found.',
|
2023-01-20 22:14:33 +00:00
|
|
|
petNotFound: 'Pet "<%= key %>" not found.',
|
2018-05-04 21:00:19 +00:00
|
|
|
questNotFound: 'Quest "<%= key %>" not found.',
|
|
|
|
|
spellNotFound: 'Skill "<%= spellId %>" not found.',
|
2019-04-23 20:19:49 +00:00
|
|
|
invalidQuantity: 'Quantity to purchase must be a positive whole number.',
|
2018-05-04 21:00:19 +00:00
|
|
|
invalidTypeEquip: '"type" must be one of "equipped", "pet", "mount", "costume"',
|
|
|
|
|
missingPetFoodFeed: '"pet" and "food" are required parameters.',
|
|
|
|
|
missingEggHatchingPotion: '"egg" and "hatchingPotion" are required parameters.',
|
2020-01-03 18:50:13 +00:00
|
|
|
useUnlockForCosmetics: 'Use the "unlock" route to purchase backgrounds and avatar customizations using Gems.',
|
2018-05-04 21:00:19 +00:00
|
|
|
|
|
|
|
|
invalidPetName: 'Invalid pet name supplied.',
|
|
|
|
|
invalidFoodName: 'Invalid food name supplied.',
|
|
|
|
|
};
|