From c8a8e8c5265a603adb426156e8a22f19a1c860cb Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 16 Jan 2024 19:43:15 +0100 Subject: 0.19.10 (#1087) * 0.19.10 * Fixed Corleonite chance * Added new fallen star stuff --- constants/museum.json | 4 +++- constants/reforgestones.json | 10 ++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'constants') diff --git a/constants/museum.json b/constants/museum.json index 9fdb2f6c..75f48137 100644 --- a/constants/museum.json +++ b/constants/museum.json @@ -139,6 +139,7 @@ "LAPIS_ARMOR", "MINER_OUTFIT", "GOLEM_ARMOR", + "FISHERMAN", "TANK_MINER", "ROTTEN", "HARDENED_DIAMOND", @@ -752,7 +753,8 @@ "FERMENTO": "FERMENTO_HELMET", "RABBIT": "RABBIT_HELMET", "SEYMOUR": "VELVET_TOP_HAT", - "LOTUS": "LOTUS_NECKLACE" + "LOTUS": "LOTUS_NECKLACE", + "FISHERMAN": "PRISMARINE_NECKLACE" }, "children": { "GLACIAL_SCYTHE": "FROZEN_SCYTHE", diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 67f2c25e..b5eb4d05 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -2056,7 +2056,7 @@ "LEGENDARY": 150000, "MYTHIC": 300000 }, - "reforgeAbility": "Decreases damage taken from Zombie Pigmen, Zombies, Withers, and Skeletons by §a+2", + "reforgeAbility": "Decreases damage taken from Zombie Pigmen, Zombies, Withers, and Skeletons by §a#2", "reforgeStats": { "COMMON": { "strength": 1, @@ -3036,16 +3036,18 @@ "reforgeStats": { "RARE": { "damage": 165, - "strength": 165 + "strength": 165, + "intelligence": 65 }, "EPIC": { "damage": 165, - "strength": 165 + "strength": 165, + "intelligence": 100 }, "LEGENDARY": { "damage": 165, "strength": 165, - "intelligence": 65 + "intelligence": 150 } } }, -- cgit