From 83e0920cf489a65a53842adac66765a65d01b662 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 25 Mar 2023 13:33:39 +0100 Subject: Fixed 142 Items (#910) --- constants/islands.json | 7 +++++++ constants/petnums.json | 24 +++++++++++------------- 2 files changed, 18 insertions(+), 13 deletions(-) (limited to 'constants') diff --git a/constants/islands.json b/constants/islands.json index f4ea1b9d..481575ea 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -291,6 +291,13 @@ "x": -373, "y": 114, "z": -1034 + }, + { + "warp": "da", + "mode": "hub", + "x": 91, + "y": 75, + "z": 173 } ] } \ No newline at end of file diff --git a/constants/petnums.json b/constants/petnums.json index cc734d2d..f5045940 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1997,8 +1997,8 @@ "1": { "otherNums": [], "statNums": { - "INTELLIGENCE": 0.0, - "SPEED": 0.0 + "INTELLIGENCE": 0.5, + "SPEED": 0.25 } }, "100": { @@ -2015,8 +2015,8 @@ 1.2 ], "statNums": { - "INTELLIGENCE": 0.0, - "SPEED": 0.0 + "INTELLIGENCE": 0.5, + "SPEED": 0.25 } }, "100": { @@ -2036,8 +2036,8 @@ 0.2 ], "statNums": { - "INTELLIGENCE": 0.0, - "SPEED": 0.0 + "INTELLIGENCE": 0.5, + "SPEED": 0.25 } }, "100": { @@ -2057,8 +2057,8 @@ 1.1 ], "statNums": { - "INTELLIGENCE": 0.0, - "SPEED": 0.0 + "INTELLIGENCE": 0.5, + "SPEED": 0.25 } }, "100": { @@ -2075,8 +2075,8 @@ "1": { "otherNums": [], "statNums": { - "INTELLIGENCE": 0.0, - "SPEED": 0.0 + "INTELLIGENCE": 0.5, + "SPEED": 0.25 } }, "100": { @@ -3534,8 +3534,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 1.0, - 0.1, + 0.75, 0.05, 0.2 ], @@ -3548,7 +3547,6 @@ "100": { "otherNums": [ 75, - 10, 5, 20 ], -- cgit