diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-06-17 12:40:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 10:40:13 +0000 |
commit | 5ff7a459cd620933bc5ef0e72f478b1e17ed285c (patch) | |
tree | a8750d3df295a9aa10a381b8c1849d098ba1f03c /constants | |
parent | 3c6cde1271dea41bfcbde8cc3fe7456537452f8a (diff) | |
download | NotEnoughUpdates-REPO-5ff7a459cd620933bc5ef0e72f478b1e17ed285c.tar.gz NotEnoughUpdates-REPO-5ff7a459cd620933bc5ef0e72f478b1e17ed285c.tar.bz2 NotEnoughUpdates-REPO-5ff7a459cd620933bc5ef0e72f478b1e17ed285c.zip |
Fixed Glacite Golem and Giraffe Cost and Guardian Stat (#1257)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/petnums.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 4b65361f..7243486b 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2114,8 +2114,7 @@ "1": { "otherNums": [ 0.2, - 3.0, - 0.2 + 0.25 ], "statNums": { "DEFENSE": 0.5, @@ -2125,7 +2124,6 @@ "100": { "otherNums": [ 10, - 3, 25 ], "statNums": { |