diff options
| author | Phoebe <77941535+catgirlseraid@users.noreply.github.com> | 2024-12-03 13:07:06 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-03 00:07:06 +0000 |
| commit | 12796f4055bfaf3eae5d2b320e19df7b4c63bda1 (patch) | |
| tree | b01c60e5ac06dfd68c3c378445b40eb02ba30cd7 /constants | |
| parent | 3a03bf01ff99576a61fb322ac382084cec1c1244 (diff) | |
| download | NotEnoughUpdates-REPO-12796f4055bfaf3eae5d2b320e19df7b4c63bda1.tar.gz NotEnoughUpdates-REPO-12796f4055bfaf3eae5d2b320e19df7b4c63bda1.tar.bz2 NotEnoughUpdates-REPO-12796f4055bfaf3eae5d2b320e19df7b4c63bda1.zip | |
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
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/parents.json | 3 | ||||
| -rw-r--r-- | constants/petnums.json | 94 |
2 files changed, 65 insertions, 32 deletions
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": { |
