User/Debug/Profile: Add primary and secondary currency

This commit is contained in:
2022-09-26 13:15:40 +02:00
parent d8905a279a
commit bbbcaaaf29
5 changed files with 90 additions and 1 deletions

View File

@@ -16,5 +16,17 @@ const QUALITY_NAMES = {
6 : "Shiny"
}
const CURRENCY_SYMBOLS = {
1 : "🎶",
2 : "💎"
}
const CURRENCY_NAMES = {
1 : "Notes",
2 : "Gems"
}
exports.QUALITY = QUALITY;
exports.QUALITY_NAMES = QUALITY_NAMES;
exports.QUALITY_NAMES = QUALITY_NAMES;
exports.CURRENCY_SYMBOLS = CURRENCY_SYMBOLS;
exports.CURRENCY_NAMES = CURRENCY_NAMES;