Wishlist: Implement Patreon perks for wishlist slots

This commit is contained in:
2023-04-03 17:16:23 +02:00
parent c48aa8b34f
commit fdf5a4074b
2 changed files with 15 additions and 5 deletions

View File

@@ -62,6 +62,10 @@ const QUALITY_VALUES = {
}
}
const BASE_VALUES = {
wishlist_slots : 5
}
const DAILY_REWARDS = {
primary_currency : 250,
secondary_currency : 5,
@@ -126,5 +130,6 @@ exports.CURRENCY_SYMBOLS = CURRENCY_SYMBOLS;
exports.QUALITY_SYMBOLS = QUALITY_SYMBOLS;
exports.CURRENCY_NAMES = CURRENCY_NAMES;
exports.QUALITY_VALUES = QUALITY_VALUES;
exports.BASE_VALUES = BASE_VALUES;
exports.DAILY_REWARDS = DAILY_REWARDS;
exports.PATREON = PATREON;