diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-08-01 20:24:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-01 14:24:02 -0400 |
commit | 6595838718e534fd401639e028e66fd108ec99b8 (patch) | |
tree | 26b7f1ce9aeec33dfe7c3e5576596b8f9328cb40 /constants | |
parent | 57bbe94d3cfb44be6dfd2596babc9a0fae484e2d (diff) | |
download | NotEnoughUpdates-REPO-6595838718e534fd401639e028e66fd108ec99b8.tar.gz NotEnoughUpdates-REPO-6595838718e534fd401639e028e66fd108ec99b8.tar.bz2 NotEnoughUpdates-REPO-6595838718e534fd401639e028e66fd108ec99b8.zip |
Updating and Removing Stuff (#576)
* Updating and Removing Stuff
* Fix
* Added Twitch Link
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 15 | ||||
-rw-r--r-- | constants/parents.json | 17 | ||||
-rw-r--r-- | constants/petnums.json | 25 |
3 files changed, 16 insertions, 41 deletions
diff --git a/constants/misc.json b/constants/misc.json index 32090b6c..874f2797 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -137,7 +137,8 @@ "foraging_1": "The Park", "winter": "Jerry's Workshop", "dungeon": "Dungeon", - "dungeon_hub": "Dungeon Hub" + "dungeon_hub": "Dungeon Hub", + "crystal_hollows": "Crystal Hollows" }, "bag_size": { @@ -1298,7 +1299,8 @@ "TARANTULA_GENERATOR": 11, "VOIDLING_GENERATOR": 11, "WHEAT_GENERATOR": 12, - "ZOMBIE_GENERATOR": 11 + "ZOMBIE_GENERATOR": 11, + "HARD_STONE_GENERATOR": 11 }, "credits": { @@ -1310,22 +1312,23 @@ "§f - §aMoulberry§7: Main Developer", "§f - §aThatGravyBoat§7: Feature Contributor", "§f - §aIRONM00N§7: Item-repo & Feature Contributor", - "§f - §aJani270§7: Item-repo Contributor", + "§f - §ajani270§7: Item-repo Contributor", "§f - §aNullzee§7: Moral Support", + "§f - §aDoKM§7: Feature Contributor", "", "§b§lDiscord Staff:", "§f - §bIRONM00N#0001§7: §cAdmin", "§f - §bThatGravyBoat#0001§7: §cAdmin", - "§f - §bBestower#6073§7: §2Sr. Moderator", + "§f - §bBestower#6073§7: §cAdmin", "§f - §bjani270#0119§7: §2Sr. Moderator", "§f - §bnopo#6969§7: §2Sr. Moderator", "§f - §bTrashCan#0001§7: §2Sr. Moderator", + "§f - §bZordlan#3560§7: §2Sr. Moderator", "§f - §bapotato#1965§7: §2Moderator", "§f - §bTomEngMaster#9182§7: §2Moderator", - "§f - §bZordlan#3560§7: §2Moderator", "§f - §bTyman#5998§7: §2Moderator", "§f - §bHasnu#4411§7: §2Moderator", - "§f - §bFirewolf#7918: §9Helper" + "§f - §bFirewolf#7918: §2Moderator" ] } } diff --git a/constants/parents.json b/constants/parents.json index 9d062407..27c7f8f8 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2300,19 +2300,8 @@ "FLAWED_AMETHYST_GEM", "ROUGH_AMETHYST_GEM" ], - "CATACOMBS_PASS_10": [ - "CATACOMBS_PASS_9", - "CATACOMBS_PASS_8", - "CATACOMBS_PASS_8", - "CATACOMBS_PASS_7", - "CATACOMBS_PASS_6", - "CATACOMBS_PASS_5", - "CATACOMBS_PASS_4", - "CATACOMBS_PASS_3" - ], "BAL;4": [ - "BAL;3", - "BAL;0" + "BAL;3" ], "AMBER_POWER_SCROLL": [ "AMETHYST_POWER_SCROLL", @@ -2361,6 +2350,10 @@ "REVENANT_HORROR_3_BOSS", "REVENANT_HORROR_4_BOSS", "REVENANT_HORROR_5_BOSS" + ], + "BOOSTER_COOKIE":[ + "FREE_COOKIE", + "REFUND_COOKIE" ] } diff --git a/constants/petnums.json b/constants/petnums.json index fec63071..5f036773 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1,26 +1,5 @@ { "BAL": { - "COMMON": { - "1": { - "otherNums": [ - - ], - "statNums": { - "FEROCITY": 0.0, - "STRENGTH": 0.0 - } - }, - "100": { - "otherNums": [ - - ], - "statNums": { - "FEROCITY": 10.0, - "STRENGTH": 25.0 - } - }, - "interp": "1:100" - }, "EPIC": { "1": { "otherNums": [ @@ -535,8 +514,8 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.20000000000000284, - 0.4000000000000057 + 0.2, + 0.4 ], "statNums": { "CRIT_DAMAGE": 0.0, |