diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-02 17:33:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 11:33:32 -0400 |
commit | 1b3f41ab4a867ea153f8ff1dc178a7d68781fac1 (patch) | |
tree | 1b3b0fd68ab8f0712779d9d437e75e6e96e58e34 /constants | |
parent | cedac3cc37d2c0ac662efbe7be1742b32d1d7c99 (diff) | |
download | NotEnoughUpdates-REPO-1b3f41ab4a867ea153f8ff1dc178a7d68781fac1.tar.gz NotEnoughUpdates-REPO-1b3f41ab4a867ea153f8ff1dc178a7d68781fac1.tar.bz2 NotEnoughUpdates-REPO-1b3f41ab4a867ea153f8ff1dc178a7d68781fac1.zip |
Fixed Mob, added some Things (#506)
* Things
* left = right
* Fix Sorrow
* Wiki Links
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 5 | ||||
-rw-r--r-- | constants/petnums.json | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/constants/parents.json b/constants/parents.json index fdaaa877..54650aa2 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2144,5 +2144,10 @@ "VOIDLING_GENERATOR_9", "VOIDLING_GENERATOR_10", "VOIDLING_GENERATOR_11" + ], + "SMARTY_PANTS;1":[ + "SMARTY_PANTS;2", + "SMARTY_PANTS;3", + "SMARTY_PANTS;5" ] } diff --git a/constants/petnums.json b/constants/petnums.json index fd5dc8a0..2638110b 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2098,7 +2098,7 @@ "otherNums": [ 0.3, 0.2, - 1.0 + 0.5 ], "statNums": { "DEFENSE": 0.0, @@ -2110,7 +2110,7 @@ "otherNums": [ 30, 25, - 100 + 50 ], "statNums": { "DEFENSE": 30.0, |