diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-08-06 17:31:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 11:31:28 -0400 |
commit | c84d0095fffadf14b53e02be5d7acb8aed3a0f24 (patch) | |
tree | 86defecc80dc72d4e5e66499f5245c5b2c342a45 /constants | |
parent | 44af564e37b9bda85d713692098e04e89f6f2a02 (diff) | |
download | NotEnoughUpdates-REPO-c84d0095fffadf14b53e02be5d7acb8aed3a0f24.tar.gz NotEnoughUpdates-REPO-c84d0095fffadf14b53e02be5d7acb8aed3a0f24.tar.bz2 NotEnoughUpdates-REPO-c84d0095fffadf14b53e02be5d7acb8aed3a0f24.zip |
YEP - Added Rainbow Name and Cosmetics Info, fixed Divan Alloy and Tier 4 eman (#579)
* YEP
* Fixed Spirit Bow Essence
* Added legy Ammonite Pet
* Fixed Ammonite Pet
* Fixed Gemstone Drill
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 37 | ||||
-rw-r--r-- | constants/petnums.json | 29 |
2 files changed, 64 insertions, 2 deletions
diff --git a/constants/misc.json b/constants/misc.json index 874f2797..70fdaee5 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1179,7 +1179,8 @@ "eefc6e87742a441b82259ba11f258e1f", "eaafe8cdc0d543348a997042370d5d0b", "89b0f78e49fa47cf977412f115ba4896", - "9ec7106bd53a4273b9a5a579c8d058f5" + "9ec7106bd53a4273b9a5a579c8d058f5", + "4acd0cbb0e24472780521f91afa11833" ], "ranks": { @@ -1330,5 +1331,39 @@ "§f - §bHasnu#4411§7: §2Moderator", "§f - §bFirewolf#7918: §2Moderator" ] + }, + + "cosmeticsinfo": { + "lore": [ + "§6These are neu's cosmetics.", + "", + "§7Capes cost §6§l1§r§7 cape point.", + "", + "§7You can get cape points via §6§lPatreon§r§7:", + "§7https://www.patreon.com/moulberry", + "§7and need to be in the §5§lDiscord§r§7:", + "§7https://discord.gg/moulberry", + "§7Please also link your §5§lDiscord§r§7 account to your §6§lPatreon§r§7 account.", + "", + "§7Afterwards you can pledge to", + "§5§lMoulberry's §6§lPatreon§r§7 and will receive", + "§7a §6§lPatreon§r§7 rank in the §5§lDiscord§r§7 server.", + "§7Afterwards just request your cape points", + "§7in the #§7§lcape-request§r§7 channel.", + "§7(don't forget about your §6§lPatreon§r§7 cape)", + "", + "§7There are several §6§lPatreon§r§7 tiers you can pledge as", + "", + "§7§lTier §6§l1 §6§lPatreon §6§lDungeoneer§r§7:", + "§7 - Unlock the §6§lPatreon§r§7 1 Cape", + "", + "§7§lTier §6§l2 §6§lPatreon §c§lDragon Slayer§r§7:", + "§7 - Unlock the §6§lPatreon§r§7 1 Cape", + "§7 - §6§l1§r§7 cape point every month", + "", + "§7§lTier §6§l3 §6§lPatreon §d§lSlayer Chad§r§7:", + "§7 - Unlock the §6§lPatreon§r§7 1 and §6§lPatreon§r§7 2 Cape", + "§7 - §6§l2§r§7 cape points every month" + ] } } diff --git a/constants/petnums.json b/constants/petnums.json index 5f036773..edb55449 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1,4 +1,31 @@ -{ +{ + "AMMONITE": { + "LEGENDARY": { + "1": { + "otherNums": [ + 0, + 0, + 0, + 0 + ], + "statNums": { + "SEA_CREATURE_CHANCE": 0.0 + } + }, + "100": { + "otherNums": [ + 1.0, + 2.0, + 2.0, + 0.6 + ], + "statNums": { + "SEA_CREATURE_CHANCE": 7 + } + }, + "interp": "1:100" + } + }, "BAL": { "EPIC": { "1": { |