diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-04 12:35:31 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-04 12:35:31 +0100 |
commit | e0b61311057e848da678f498eac682682a59eb12 (patch) | |
tree | 050c4bc8140506f5ac438ed3a86e3db1c38d1696 | |
parent | 71f828f6099d6972b12a5f2d8f6b030ddf0b42ad (diff) | |
parent | beb22f71743a53e089ecf4e0155c0da15fa80489 (diff) | |
download | SkyHanni-REPO-e0b61311057e848da678f498eac682682a59eb12.tar.gz SkyHanni-REPO-e0b61311057e848da678f498eac682682a59eb12.tar.bz2 SkyHanni-REPO-e0b61311057e848da678f498eac682682a59eb12.zip |
Merge remote-tracking branch 'origin/main'
-rw-r--r-- | constants/Bingo.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/constants/Bingo.json b/constants/Bingo.json index 9ad23c3..e701a37 100644 --- a/constants/Bingo.json +++ b/constants/Bingo.json @@ -172,13 +172,21 @@ "found": "ForagerRedstone" }, "Honest Work": { - "difficulty": "Medium", + "difficulty": "Easy", "note": [ "Participate without winning a", "medal in every type of farming", "contest." ], "found": "?" + }, + "Buzzybuddy": { + "difficulty": "Hard", + "note": [ + "Have a bee pet of at least", + "level 50 of each rarity." + ], + "found": "?" } } } |