From f0884e5f76bb944f9f28bfb623fffe77cdc56599 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 5 Jan 2021 19:11:53 +0100 Subject: 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 --- constants/misc.json | 8 ++++++-- constants/parents.json | 3 ++- constants/petnums.json | 29 +++++++++++++++++++++++++---- 3 files changed, 33 insertions(+), 7 deletions(-) (limited to 'constants') 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": [ -- cgit