diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-01-16 19:43:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 18:43:15 +0000 |
commit | c8a8e8c5265a603adb426156e8a22f19a1c860cb (patch) | |
tree | 9d08979a9eb4cb4e8c7928a54794e0e8138ecdbb /constants | |
parent | c3f588b90189a4a86ba213b11ee78d35b5472435 (diff) | |
download | NotEnoughUpdates-REPO-c8a8e8c5265a603adb426156e8a22f19a1c860cb.tar.gz NotEnoughUpdates-REPO-c8a8e8c5265a603adb426156e8a22f19a1c860cb.tar.bz2 NotEnoughUpdates-REPO-c8a8e8c5265a603adb426156e8a22f19a1c860cb.zip |
0.19.10 (#1087)
* 0.19.10
* Fixed Corleonite chance
* Added new fallen star stuff
Diffstat (limited to 'constants')
-rw-r--r-- | constants/museum.json | 4 | ||||
-rw-r--r-- | constants/reforgestones.json | 10 |
2 files changed, 9 insertions, 5 deletions
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 } } }, |