diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2020-12-19 16:07:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-19 10:07:47 -0500 |
commit | 6f6563a50766c763b0f781ba8cc063ce05960157 (patch) | |
tree | 484de314f0ef6fb97406761dd40e5fb6ec746c87 /constants/petnums.json | |
parent | bdd9be37ba9e8fc43bc72e6149dbaad230b9a64b (diff) | |
download | NotEnoughUpdates-REPO-6f6563a50766c763b0f781ba8cc063ce05960157.tar.gz NotEnoughUpdates-REPO-6f6563a50766c763b0f781ba8cc063ce05960157.tar.bz2 NotEnoughUpdates-REPO-6f6563a50766c763b0f781ba8cc063ce05960157.zip |
Pet & Hoe's Parenting + Bug Fixes (#335)
* Added Parents for Pets and Hoe's
* Fixed Legy Bat and Epic Bee
* Update parents
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 0adbe010..47209d44 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -103,23 +103,23 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.8, + 0.2, 0.3, 0.5, - 0.2 + 0.5 ], "statNums": { - "SEA_CREATURE_CHANCE": 0.0, + "SEA_CREATURE_CHANCE": 0.05, "INTELLIGENCE": 1.0, - "SPEED": 0.0 + "SPEED": 0.05 } }, "100": { "otherNums": [ - 75, + 20, 30, 50, - 20 + 50 ], "statNums": { "SEA_CREATURE_CHANCE": 5.0, @@ -217,8 +217,9 @@ 1.0 ], "statNums": { - "INTELLIGENCE": 0.0, - "SCHNELLIGKEIT": 0.0 + "STRENGTH": 5.0, + "INTELLIGENCE": 0.5, + "SPEED": 0.1 } }, "100": { @@ -229,8 +230,9 @@ 100 ], "statNums": { + "STRENGTH": 30.0, "INTELLIGENCE": 50.0, - "SCHNELLIGKEIT": 10.0 + "SPEED": 10.0 } }, "interp": "1:27" |