diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-05-05 15:43:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 23:43:22 +1000 |
commit | 16e1f31a5a5e98a734680c29169c382dc6aecc1e (patch) | |
tree | cc6085cbae937122ec8fbe2748a253c259cfd7aa /constants | |
parent | 56e3b2d8f7a04ec11eb897e4ead34c821cd7688b (diff) | |
download | NotEnoughUpdates-REPO-16e1f31a5a5e98a734680c29169c382dc6aecc1e.tar.gz NotEnoughUpdates-REPO-16e1f31a5a5e98a734680c29169c382dc6aecc1e.tar.bz2 NotEnoughUpdates-REPO-16e1f31a5a5e98a734680c29169c382dc6aecc1e.zip |
Melon (Block) (#922)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 7 | ||||
-rw-r--r-- | constants/petnums.json | 20 | ||||
-rw-r--r-- | constants/reforgestones.json | 102 |
3 files changed, 119 insertions, 10 deletions
diff --git a/constants/misc.json b/constants/misc.json index fcf7d023..2252c8aa 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1282,6 +1282,13 @@ ], "KUUDRA_FOLLOWER_ARTIFACT": [ "KUUDRA_FOLLOWER_RELIC" + ], + "CROPIE_TALISMAN": [ + "SQUASH_RING", + "FERMENTO_ARTIFACT" + ], + "SQUASH_RING": [ + "FERMENTO_ARTIFACT" ] }, "special_bois": [ diff --git a/constants/petnums.json b/constants/petnums.json index aecf469e..16a3e00f 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2874,7 +2874,7 @@ "COMMON": { "1": { "otherNums": [ - 0.3 + 0.2 ], "statNums": { "FARMING_FORTUNE": 11.0, @@ -2883,7 +2883,7 @@ }, "100": { "otherNums": [ - 30 + 20 ], "statNums": { "FARMING_FORTUNE": 110.0, @@ -2894,7 +2894,7 @@ "UNCOMMON": { "1": { "otherNums": [ - 0.3 + 0.2 ], "statNums": { "FARMING_FORTUNE": 11.0, @@ -2903,7 +2903,7 @@ }, "100": { "otherNums": [ - 30 + 20 ], "statNums": { "FARMING_FORTUNE": 110.0, @@ -2914,7 +2914,7 @@ "RARE": { "1": { "otherNums": [ - 0.4, + 0.3, 2.0 ], "statNums": { @@ -2924,7 +2924,7 @@ }, "100": { "otherNums": [ - 40, + 30, 100 ], "statNums": { @@ -2936,7 +2936,7 @@ "EPIC": { "1": { "otherNums": [ - 0.4, + 0.3, 2.0 ], "statNums": { @@ -2946,7 +2946,7 @@ }, "100": { "otherNums": [ - 40, + 30, 100 ], "statNums": { @@ -2958,7 +2958,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.4, + 0.3, 2.0, 40 ], @@ -2969,7 +2969,7 @@ }, "100": { "otherNums": [ - 40, + 30, 100, 20 ], diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 938c3407..6ecb7497 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -853,6 +853,60 @@ } } }, + "FROZEN_BAUBLE": { + "internalName": "FROZEN_BAUBLE", + "reforgeName": "Festive", + "reforgeType": "blacksmith/reforge_stone", + "itemTypes": "ARMOR", + "requiredRarities": [ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY", + "MYTHIC" + ], + "reforgeCosts": { + "COMMON": 25000, + "UNCOMMON": 75000, + "RARE": 150000, + "EPIC": 250000, + "LEGENDARY": 400000, + "MYTHIC": 600000 + }, + "reforgeStats": { + "COMMON": { + "intelligence": 5, + "sea_creature_chance": 0.05, + "fishing_speed": 2 + }, + "UNCOMMON": { + "intelligence": 10, + "sea_creature_chance": 0.05, + "fishing_speed": 3 + }, + "RARE": { + "intelligence": 15, + "sea_creature_chance": 0.1, + "fishing_speed": 4 + }, + "EPIC": { + "intelligence": 20, + "sea_creature_chance": 0.15, + "fishing_speed": 6 + }, + "LEGENDARY": { + "intelligence": 25, + "sea_creature_chance": 0.2, + "fishing_speed": 8 + }, + "MYTHIC": { + "intelligence": 30, + "sea_creature_chance": 0.25, + "fishing_speed": 10 + } + } + }, "GIANT_TOOTH": { "internalName": "GIANT_TOOTH", "reforgeName": "Giant", @@ -2638,6 +2692,54 @@ } } }, + "TERRY_SNOWGLOBE": { + "internalName": "TERRY_SNOWGLOBE", + "reforgeName": "Snowy", + "reforgeType": "blacksmith/reforge_stone", + "itemTypes": "EQUIPMENT", + "requiredRarities": [ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY", + "MYTHIC" + ], + "reforgeCosts": { + "COMMON": 10000, + "UNCOMMON": 25000, + "RARE": 50000, + "EPIC": 100000, + "LEGENDARY": 200000, + "MYTHIC": 300000 + }, + "reforgeStats": { + "COMMON": { + "sea_creature_chance": 0.2, + "fishing_speed": 0.5 + }, + "UNCOMMON": { + "sea_creature_chance": 0.2, + "fishing_speed": 1 + }, + "RARE": { + "sea_creature_chance": 0.4, + "fishing_speed": 1.5 + }, + "EPIC": { + "sea_creature_chance": 0.6, + "fishing_speed": 2 + }, + "LEGENDARY": { + "sea_creature_chance": 0.8, + "fishing_speed": 2.5 + }, + "MYTHIC": { + "sea_creature_chance": 1, + "fishing_speed": 3 + } + } + }, "TOIL_LOG": { "internalName": "TOIL_LOG", "reforgeName": "Toil", |