diff options
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 } } } |