diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-04-01 13:02:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 15:02:55 +0200 |
commit | a45f8d561af7128796139640f531fe687114dc89 (patch) | |
tree | 7873e6a2c4f5d61c06da92df20680414f3b516ae /constants | |
parent | 23bf75a6bc09c555d220888af7cd8afe038f6083 (diff) | |
download | NotEnoughUpdates-REPO-a45f8d561af7128796139640f531fe687114dc89.tar.gz NotEnoughUpdates-REPO-a45f8d561af7128796139640f531fe687114dc89.tar.bz2 NotEnoughUpdates-REPO-a45f8d561af7128796139640f531fe687114dc89.zip |
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 <jani270@gmx.de>
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 6 | ||||
-rw-r--r-- | constants/petnums.json | 122 |
2 files changed, 128 insertions, 0 deletions
diff --git a/constants/parents.json b/constants/parents.json index 8bc4cbdd..aab9d747 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2382,5 +2382,11 @@ "LARGE_ENCHANTED_CHEST", "MEDIUM_ENCHANTED_CHEST", "SMALL_ENCHANTED_CHEST" + ], + "BINGO;4": [ + "BINGO;3", + "BINGO;2", + "BINGO;1", + "BINGO;0" ] } 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": { |