diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-13 20:46:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 14:46:53 -0500 |
commit | 5b915988210e6e922e4f72bfa9bd7525c8e5e68b (patch) | |
tree | f2a3fcbdc30423da62607212101066890d604730 /constants/petnums.json | |
parent | 9c4b82a13a5ae68fa21a255f9a0558845cd90a53 (diff) | |
download | NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.tar.gz NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.tar.bz2 NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.zip |
Fixed Things and Added Things (#437)
* Added a weird Item, fixed Items and Pets
* Added Parent for Rev Minion, fixed Reforge Stone, and fixed Parrot/Black Cat
* Fixed Triple Strike
* Update Thorn
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index dc83496a..e1ba7ffa 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -325,7 +325,6 @@ ], "statNums": { "INTELLIGENCE": 1.0, - "MAGIC_FIND": 0.0, "SPEED": 0.0 } }, @@ -337,7 +336,6 @@ ], "statNums": { "INTELLIGENCE": 100.0, - "MAGIC_FIND": 0.0, "SPEED": 25.0 } }, @@ -2463,9 +2461,9 @@ "1": { "otherNums": [ 1.0, - 5.3, - 5.2, - 20.0 + 5.0, + 5.0, + 0.2 ], "statNums": { "CRIT_DAMAGE": 0.0, |