diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-16 15:17:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 23:17:14 +1000 |
commit | 9ad625cecc3dcfd8f1aaf761d1539b63a4e75471 (patch) | |
tree | 4ca44fb02c24908cc49a42da09425e33c944ec36 /constants/petnums.json | |
parent | 94e8c63b8744e45ffbfffdf0987839dc1d0594ac (diff) | |
download | NotEnoughUpdates-REPO-9ad625cecc3dcfd8f1aaf761d1539b63a4e75471.tar.gz NotEnoughUpdates-REPO-9ad625cecc3dcfd8f1aaf761d1539b63a4e75471.tar.bz2 NotEnoughUpdates-REPO-9ad625cecc3dcfd8f1aaf761d1539b63a4e75471.zip |
Fixed a few items (#822)
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index ef874b1c..2856ea2b 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -207,8 +207,7 @@ ], "statNums": { "INTELLIGENCE": 1.0, - "SEA_CREATURE_CHANCE": 0.0, - "SPEED": 0.0 + "SPEED": 0.05 } }, "100": { @@ -217,7 +216,6 @@ ], "statNums": { "INTELLIGENCE": 100.0, - "SEA_CREATURE_CHANCE": 5.0, "SPEED": 5.0 } } @@ -231,8 +229,7 @@ ], "statNums": { "INTELLIGENCE": 1.0, - "SEA_CREATURE_CHANCE": 0.0, - "SPEED": 0.0 + "SPEED": 0.05 } }, "100": { @@ -243,7 +240,6 @@ ], "statNums": { "INTELLIGENCE": 100.0, - "SEA_CREATURE_CHANCE": 5.0, "SPEED": 5.0 } } @@ -258,7 +254,6 @@ ], "statNums": { "INTELLIGENCE": 1.0, - "SEA_CREATURE_CHANCE": 0.0, "SPEED": 0.05 } }, @@ -271,7 +266,6 @@ ], "statNums": { "INTELLIGENCE": 100.0, - "SEA_CREATURE_CHANCE": 5.0, "SPEED": 5.0 } } @@ -285,8 +279,7 @@ ], "statNums": { "INTELLIGENCE": 1.0, - "SEA_CREATURE_CHANCE": 0.0, - "SPEED": 0.0 + "SPEED": 0.05 } }, "100": { @@ -297,7 +290,6 @@ ], "statNums": { "INTELLIGENCE": 100.0, - "SEA_CREATURE_CHANCE": 5.0, "SPEED": 5.0 } } @@ -309,8 +301,7 @@ ], "statNums": { "INTELLIGENCE": 1.0, - "SEA_CREATURE_CHANCE": 0.0, - "SPEED": 0.0 + "SPEED": 0.05 } }, "100": { @@ -319,7 +310,6 @@ ], "statNums": { "INTELLIGENCE": 100.0, - "SEA_CREATURE_CHANCE": 5.0, "SPEED": 5.0 } } |