From 12796f4055bfaf3eae5d2b320e19df7b4c63bda1 Mon Sep 17 00:00:00 2001 From: Phoebe <77941535+catgirlseraid@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:07:06 +1300 Subject: bingo pets (#1479) * test mythic bingo pet * maybe it nests now? * maybe it nests now? * make sure it still works after nbt changes * can't believe hypixel wiki would lie to me --- constants/parents.json | 3 +- constants/petnums.json | 94 +++++++++++++++++++++++++++++++++----------------- 2 files changed, 65 insertions(+), 32 deletions(-) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index ba0b77be..a388d725 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2419,7 +2419,8 @@ "MEDIUM_ENCHANTED_CHEST", "SMALL_ENCHANTED_CHEST" ], - "BINGO;4": [ + "BINGO;5": [ + "BINGO;4", "BINGO;3", "BINGO;2", "BINGO;1", diff --git a/constants/petnums.json b/constants/petnums.json index d9b4c5ad..fc0525f0 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -540,12 +540,12 @@ "1": { "otherNums": [ 5.2, - 100 + 101.5 ], "statNums": { - "HEALTH": 25.0, - "STRENGTH": 5.0, - "SPEED": 0 + "HEALTH": 1.0, + "STRENGTH": 0.25, + "SPEED": 0.75 } }, "100": { @@ -564,13 +564,13 @@ "1": { "otherNums": [ 5.2, - 3.8, - 100 + 5.1, + 101.5 ], "statNums": { - "HEALTH": 25.0, - "STRENGTH": 5.0, - "SPEED": 0 + "HEALTH": 1.0, + "STRENGTH": 0.25, + "SPEED": 0.75 } }, "100": { @@ -589,15 +589,15 @@ "RARE": { "1": { "otherNums": [ - 5.0, - 5.0, - 10.0, - 100 + 5.2, + 5.1, + 10.3, + 101.5 ], "statNums": { - "HEALTH": 25.0, - "STRENGTH": 5.5, - "SPEED": 0 + "HEALTH": 1.0, + "STRENGTH": 0.25, + "SPEED": 0.75 } }, "100": { @@ -617,16 +617,16 @@ "EPIC": { "1": { "otherNums": [ - 5.0, - 5.0, - 10.0, + 5.2, + 5.1, + 10.3, 0.1, - 100 + 101.5 ], "statNums": { - "HEALTH": 25.0, - "STRENGTH": 5.5, - "SPEED": 0 + "HEALTH": 1.0, + "STRENGTH": 0.25, + "SPEED": 0.75 } }, "100": { @@ -647,17 +647,49 @@ "LEGENDARY": { "1": { "otherNums": [ - 5.0, - 5.0, - 10.0, + 5.2, + 5.1, + 10.3, 0.1, - 10, - 100 + 10.4, + 101.5 + ], + "statNums": { + "HEALTH": 1.0, + "STRENGTH": 0.25, + "SPEED": 0.75 + } + }, + "100": { + "otherNums": [ + 25, + 15, + 40, + 1, + 50, + 250 ], "statNums": { - "HEALTH": 25.0, - "STRENGTH": 5.5, - "SPEED": 0 + "HEALTH": 100.0, + "STRENGTH": 35.0, + "SPEED": 75.0 + } + } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 5.2, + 5.1, + 10.3, + 0.1, + 10.4, + 101.5 + ], + "statNums": { + "HEALTH": 1.0, + "STRENGTH": 0.25, + "SPEED": 0.75 } }, "100": { -- cgit