aboutsummaryrefslogtreecommitdiff
path: root/constants/reforgestones.json
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2022-09-10 03:40:40 +0200
committerGitHub <noreply@github.com>2022-09-10 11:40:40 +1000
commit54fedb67b2a234a91f6ff63068751fc80c15c60a (patch)
treec6c347b089cdbb0687135a636607a93869ed72b8 /constants/reforgestones.json
parent06200f5b7004f57e1b703d0ad2047d4536b41770 (diff)
downloadNotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.tar.gz
NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.tar.bz2
NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.zip
water, dirt, fire, air (#813)
Diffstat (limited to 'constants/reforgestones.json')
-rw-r--r--constants/reforgestones.json15
1 files changed, 10 insertions, 5 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json
index fa6efc87..f46470c3 100644
--- a/constants/reforgestones.json
+++ b/constants/reforgestones.json
@@ -270,23 +270,28 @@
},
"UNCOMMON": {
"crit_chance": 4,
- "sea_creature_chance": 0.6
+ "sea_creature_chance": 0.6,
+ "fishing_speed": 1
},
"RARE": {
"crit_chance": 6,
- "sea_creature_chance": 0.7
+ "sea_creature_chance": 0.7,
+ "fishing_speed": 2
},
"EPIC": {
"crit_chance": 8,
- "sea_creature_chance": 0.8
+ "sea_creature_chance": 0.8,
+ "fishing_speed": 3
},
"LEGENDARY": {
"crit_chance": 10,
- "sea_creature_chance": 0.9
+ "sea_creature_chance": 0.9,
+ "fishing_speed": 4
},
"MYTHIC": {
"crit_chance": 12,
- "sea_creature_chance": 1
+ "sea_creature_chance": 1,
+ "fishing_speed": 5
}
}
},