diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-24 21:21:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 19:21:53 +0000 |
commit | e686aaebe7d74e939f8ee90f1d28b0bf5bd73ffb (patch) | |
tree | 322c54ad9f9411f9801c7553c7c3423c266bc735 /constants/petnums.json | |
parent | f3dd8444ddb89d01e4ff3a44c99774f06049501e (diff) | |
download | NotEnoughUpdates-REPO-e686aaebe7d74e939f8ee90f1d28b0bf5bd73ffb.tar.gz NotEnoughUpdates-REPO-e686aaebe7d74e939f8ee90f1d28b0bf5bd73ffb.tar.bz2 NotEnoughUpdates-REPO-e686aaebe7d74e939f8ee90f1d28b0bf5bd73ffb.zip |
0.20.1 v2 changes (#1175)
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 38495a2f..7b857127 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2003,7 +2003,8 @@ ], "statNums": { "SPEED": 0.2, - "CRIT_CHANCE": 0.1 + "CRIT_CHANCE": 0.1, + "MAGIC_FIND": 0.07 } }, "100": { @@ -2014,7 +2015,8 @@ ], "statNums": { "SPEED": 20, - "CRIT_CHANCE": 10 + "CRIT_CHANCE": 10, + "MAGIC_FIND": 7 } } } @@ -3046,7 +3048,8 @@ ], "statNums": { "MINING_SPEED": 0.75, - "INTELLIGENCE": 1 + "INTELLIGENCE": 1, + "MAGIC_FIND": 0.05 } }, "100": { @@ -3057,7 +3060,8 @@ ], "statNums": { "MINING_SPEED": 75, - "INTELLIGENCE": 100 + "INTELLIGENCE": 100, + "MAGIC_FIND": 5 } } } @@ -3469,7 +3473,7 @@ 0.8 ], "statNums": { - "SEA_CREATURE_CHANCE": 0.3 + "SEA_CREATURE_CHANCE": 0.1 } }, "100": { @@ -3479,7 +3483,7 @@ 75 ], "statNums": { - "SEA_CREATURE_CHANCE": 30 + "SEA_CREATURE_CHANCE": 10 } } } |