From d0b970f10ff94cadd7100c1778f1710d8009a98b Mon Sep 17 00:00:00 2001 From: efefury <69400149+efefury@users.noreply.github.com> Date: Thu, 17 Nov 2022 12:13:02 +0000 Subject: added sb level for minion tier (#863) --- constants/misc.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/constants/misc.json b/constants/misc.json index b11f5f00..ac591d58 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1614,5 +1614,19 @@ "ยง7https://discord.gg/moulberry" ] }, - "featureslist": "https://gist.github.com/jani270/d33e249d40b0333b87ba5c5e70fca398" + "featureslist": "https://gist.github.com/jani270/d33e249d40b0333b87ba5c5e70fca398", + "minionXp": { + "1": 1, + "2": 1, + "3": 1, + "4": 1, + "5": 1, + "6": 1, + "7": 2, + "8": 3, + "9": 4, + "10": 6, + "11": 12, + "12": 24 + } } \ No newline at end of file -- cgit