From a45f8d561af7128796139640f531fe687114dc89 Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Fri, 1 Apr 2022 13:02:55 +0000 Subject: bingo pets (#709) * bingo pets * constants * table was wrong * i am so good at copy and paste * Update BINGO;4.json * Update BINGO;3.json * please work i am so good at repoing * if i delete the discord messages yall wont see anything * one * two * three * four * five * six * seven * :thumbsup: * :thumbsdown: Co-authored-by: jani270 --- constants/petnums.json | 122 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) (limited to 'constants/petnums.json') diff --git a/constants/petnums.json b/constants/petnums.json index ebe59373..ed23f077 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -459,6 +459,128 @@ } } }, + "BINGO": { + "COMMON": { + "1": { + "otherNums": [ + 5.2 + ], + "statNums": { + "HEALTH": 25.0, + "STRENGTH": 5.0 + } + }, + "100": { + "otherNums": [ + 520 + ], + "statNums": { + "HEALTH": 2500.0, + "STRENGTH": 500.0 + } + } + }, + "UNCOMMON": { + "1": { + "otherNums": [ + 5.2, + 3.8 + ], + "statNums": { + "HEALTH": 25.0, + "STRENGTH": 5.0 + } + }, + "100": { + "otherNums": [ + 520, + 380 + ], + "statNums": { + "HEALTH": 250.0, + "STRENGTH": 50.0 + } + } + }, + "RARE": { + "1": { + "otherNums": [ + 5.8, + 3.8, + 9.4 + ], + "statNums": { + "HEALTH": 25.0, + "STRENGTH": 5.0 + } + }, + "100": { + "otherNums": [ + 580, + 380, + 940 + ], + "statNums": { + "HEALTH": 250.0, + "STRENGTH": 50.0 + } + } + }, + "EPIC": { + "1": { + "otherNums": [ + 5.8, + 3.8, + 9.4, + 0.1 + ], + "statNums": { + "HEALTH": 25.0, + "STRENGTH": 5.0 + } + }, + "100": { + "otherNums": [ + 580, + 380, + 940, + 10 + ], + "statNums": { + "HEALTH": 250.0, + "STRENGTH": 50.0 + } + } + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 1.2, + 1.1, + 15.0, + 1.0, + 5.2 + ], + "statNums": { + "HEALTH": 0.0, + "STRENGTH": 5.0 + } + }, + "100": { + "otherNums": [ + 20, + 15, + 15, + 100, + 25 + ], + "statNums": { + "HEALTH": 50.0, + "STRENGTH": 30.0 + } + } + } + }, "BLACK_CAT": { "LEGENDARY": { "1": { -- cgit