diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-19 14:56:53 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-19 14:56:53 -0500 |
commit | c863075d4f2b333e58879d4ff5211dd7624c408d (patch) | |
tree | bc1f21e2150d0fed28aa6a3ae6c4efbfab67060e /constants/petnums.json | |
parent | 7bde3d6515ce890cad7f58bc6ad75411b3f250dc (diff) | |
parent | 8d2258ba1a926e8312ddfff3aa3154b771c58bc5 (diff) | |
download | NotEnoughUpdates-REPO-c863075d4f2b333e58879d4ff5211dd7624c408d.tar.gz NotEnoughUpdates-REPO-c863075d4f2b333e58879d4ff5211dd7624c408d.tar.bz2 NotEnoughUpdates-REPO-c863075d4f2b333e58879d4ff5211dd7624c408d.zip |
Merge branch 'master' of https://github.com/Moulberry/NotEnoughUpdates-REPO
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 03a45da5..7f4299cb 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4381,6 +4381,44 @@ } } }, + "UNCOMMON":{ + "1":{ + "otherNums":[ + 0.8 + ], + "statNums":{ + "TRUE_DEFENSE": 0.5 + } + }, + "100":{ + "otherNums":[ + 80 + ], + "statNums":{ + "TRUE_DEFENSE": 50.0 + } + } + }, + "RARE":{ + "1":{ + "otherNums":[ + 0.8, + 0.1 + ], + "statNums":{ + "TRUE_DEFENSE": 0.5 + } + }, + "100":{ + "otherNums":[ + 80, + 10 + ], + "statNums":{ + "TRUE_DEFENSE": 50.0 + } + } + }, "EPIC":{ "1":{ "otherNums":[ |