diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-05 19:11:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 13:11:53 -0500 |
commit | f0884e5f76bb944f9f28bfb623fffe77cdc56599 (patch) | |
tree | 2e460081a96f93cf2ee0e62c0499977e96da4140 /constants/petnums.json | |
parent | 6d059724fbcd2f76728a45a302e92b0213f33546 (diff) | |
download | NotEnoughUpdates-REPO-f0884e5f76bb944f9f28bfb623fffe77cdc56599.tar.gz NotEnoughUpdates-REPO-f0884e5f76bb944f9f28bfb623fffe77cdc56599.tar.bz2 NotEnoughUpdates-REPO-f0884e5f76bb944f9f28bfb623fffe77cdc56599.zip |
Added Pet Skins, a Pet, Pet Recipes and Rarity Colors. fixed Flying Fish (#351)
* Added Pet Skins
* Added Common Zombie, added Recipes for Zombies, fixed Flying FIsh
* Added Rarity Colors
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 778b155e..faaac37f 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1179,7 +1179,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.1, + 0.4, 0.5, 0.3 ], @@ -1190,7 +1190,7 @@ }, "100": { "otherNums": [ - 15, + 40, 50, 30 ], @@ -1204,7 +1204,7 @@ "RARE": { "1": { "otherNums": [ - 0.1, + 0.3, 0.4 ], "statNums": { @@ -1214,7 +1214,7 @@ }, "100": { "otherNums": [ - 12, + 30, 40 ], "statNums": { @@ -4184,6 +4184,27 @@ }, "interp": "1:70" }, + "COMMON": { + "1": { + "otherNums": [ + 0.2 + ], + "statNums": { + "CRIT_DAMAGE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 20 + ], + "statNums": { + "CRIT_DAMAGE": 30.0, + "HEALTH": 100.0 + } + }, + "interp": "1:70" + }, "RARE": { "1": { "otherNums": [ |