diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-14 12:52:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-14 12:52:59 +0200 |
commit | 6a77db2751851dd4b8e7267920e57a046f4c9d03 (patch) | |
tree | 7e9311a0de9680d9682fe2caf9e2aa6705f090ce /constants | |
parent | 556416e4b95bee204f1763ef31d6761bf75dd6f3 (diff) | |
download | NotEnoughUpdates-REPO-6a77db2751851dd4b8e7267920e57a046f4c9d03.tar.gz NotEnoughUpdates-REPO-6a77db2751851dd4b8e7267920e57a046f4c9d03.tar.bz2 NotEnoughUpdates-REPO-6a77db2751851dd4b8e7267920e57a046f4c9d03.zip |
Added trophy and new kuudra piece (#818)
* Added trophy and new kuudra piece
* Oh
* f(x,y)=x^3+xy^2+y^2, u=(-125)i+(230)j
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 3 | ||||
-rw-r--r-- | constants/petnums.json | 12 |
2 files changed, 13 insertions, 2 deletions
diff --git a/constants/parents.json b/constants/parents.json index aef3c05c..a6e0360d 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2646,7 +2646,8 @@ "VOLCANIC_STONEFISH_SILVER", "VOLCANIC_STONEFISH_BRONZE" ], - "SULPHUR_SKITTER_GOLD": [ + "SULPHUR_SKITTER_DIAMOND": [ + "SULPHUR_SKITTER_GOLD", "SULPHUR_SKITTER_SILVER", "SULPHUR_SKITTER_BRONZE" ], diff --git a/constants/petnums.json b/constants/petnums.json index b338b203..ef874b1c 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2277,6 +2277,7 @@ "1": { "otherNums": [ 0.0, + 0.0, 0.0 ], "statNums": { @@ -2287,7 +2288,8 @@ "100": { "otherNums": [ 15, - 15 + 15, + 50 ], "statNums": { "HEALTH": 400.0, @@ -2300,6 +2302,8 @@ "otherNums": [ 0.0, 0.0, + 0.0, + 0.0, 0.0 ], "statNums": { @@ -2311,6 +2315,8 @@ "otherNums": [ 20, 20, + 20, + 100, 20 ], "statNums": { @@ -2324,6 +2330,8 @@ "otherNums": [ 0.0, 0.0, + 0.0, + 0.0, 0.0 ], "statNums": { @@ -2335,6 +2343,8 @@ "otherNums": [ 20, 20, + 20, + 100, 20 ], "statNums": { |