diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-03-25 13:33:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 23:33:39 +1100 |
commit | 83e0920cf489a65a53842adac66765a65d01b662 (patch) | |
tree | 4772cdd23911d71f02d299e4cd1fc9896c724962 /constants | |
parent | 9e7607765145699f5309b37b8c1d4d5f2d944eef (diff) | |
download | NotEnoughUpdates-REPO-83e0920cf489a65a53842adac66765a65d01b662.tar.gz NotEnoughUpdates-REPO-83e0920cf489a65a53842adac66765a65d01b662.tar.bz2 NotEnoughUpdates-REPO-83e0920cf489a65a53842adac66765a65d01b662.zip |
Fixed 142 Items (#910)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/islands.json | 7 | ||||
-rw-r--r-- | constants/petnums.json | 24 |
2 files changed, 18 insertions, 13 deletions
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 ], |