diff options
author | efefury <69400149+efefury@users.noreply.github.com> | 2022-11-17 12:13:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 23:13:02 +1100 |
commit | d0b970f10ff94cadd7100c1778f1710d8009a98b (patch) | |
tree | 9d3db74fc5d184909a40711d48b56000f35cc4d2 | |
parent | aebdb4e42bf3f00630c3be38ed208e0a02d9d39b (diff) | |
download | NotEnoughUpdates-REPO-d0b970f10ff94cadd7100c1778f1710d8009a98b.tar.gz NotEnoughUpdates-REPO-d0b970f10ff94cadd7100c1778f1710d8009a98b.tar.bz2 NotEnoughUpdates-REPO-d0b970f10ff94cadd7100c1778f1710d8009a98b.zip |
added sb level for minion tier (#863)
-rw-r--r-- | constants/misc.json | 16 |
1 files changed, 15 insertions, 1 deletions
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 |