From 9ad625cecc3dcfd8f1aaf761d1539b63a4e75471 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 16 Sep 2022 15:17:14 +0200 Subject: Fixed a few items (#822) --- constants/petnums.json | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'constants') 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 } } -- cgit