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 | |
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')
-rw-r--r-- | constants/misc.json | 8 | ||||
-rw-r--r-- | constants/parents.json | 3 | ||||
-rw-r--r-- | constants/petnums.json | 29 |
3 files changed, 33 insertions, 7 deletions
diff --git a/constants/misc.json b/constants/misc.json index eadaa286..554841dd 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -20,7 +20,11 @@ "uncommon": "§a", "rare": "§9", "epic": "§5", - "legendary": "§6" + "legendary": "§6", + "mythic": "§d", + "supreme": "§4", + "special": "§c", + "very special": "§c" }, "special_enchants": [ @@ -486,7 +490,7 @@ "ETERNAL_HOOF" ] }, - + "special_bois": [ "503450fc72c24e87824394e264977437", "41c4be4ac82c4c02aed3a63ba2cf9dda", diff --git a/constants/parents.json b/constants/parents.json index 842cfaf2..d9018a68 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1044,7 +1044,8 @@ "ZOMBIE;4":[
"ZOMBIE;3",
"ZOMBIE;2",
- "ZOMBIE;1"
+ "ZOMBIE;1",
+ "ZOMBIE;0"
],
"ENDER_DRAGON;4":[
"ENDER_DRAGON;3"
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": [ |