From 22b712b0f08eb6912816591ec63dc34aaec468c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Gro=C3=9F?= Date: Mon, 13 Mar 2023 14:40:06 +0100 Subject: [PATCH] CONSTANTS: Update modifiers to match tier descriptions --- config/constants.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/constants.js b/config/constants.js index ed5403b..8f97eed 100644 --- a/config/constants.js +++ b/config/constants.js @@ -86,7 +86,7 @@ const PATREON = { claims: 2, wishlist: 10, currency: 1, - daily: 1 + daily: 1.25 } }, 3 : { @@ -95,7 +95,7 @@ const PATREON = { claims: 6, wishlist: 15, currency: 1.25, - daily: 1 + daily: 1.5 } }, 4 : { @@ -103,8 +103,8 @@ const PATREON = { drops: 2, claims: 8, wishlist: 25, - currency: 2, - daily: 1 + currency: 1.75, + daily: 2 } }, 5 : {