diff options
author | Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> | 2024-07-01 22:44:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-01 20:44:07 +0000 |
commit | 1643445cc20c5d64cf2119158e894044245b2f70 (patch) | |
tree | 42ccd614657a5e46217e019e0aa16f786836315e | |
parent | 0aff9c76e9b698e511fa01e06488afdd27914553 (diff) | |
download | NotEnoughUpdates-REPO-1643445cc20c5d64cf2119158e894044245b2f70.tar.gz NotEnoughUpdates-REPO-1643445cc20c5d64cf2119158e894044245b2f70.tar.bz2 NotEnoughUpdates-REPO-1643445cc20c5d64cf2119158e894044245b2f70.zip |
Submerged Common fix (#1261)
Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
-rw-r--r-- | constants/reforgestones.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 98c6fc2a..ef03bb0b 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -444,7 +444,8 @@ "reforgeStats": { "COMMON": { "crit_chance": 2, - "sea_creature_chance": 0.5 + "sea_creature_chance": 0.5, + "fishing_speed": 1 }, "UNCOMMON": { "crit_chance": 4, @@ -3292,4 +3293,4 @@ } } } -}
\ No newline at end of file +} |