diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-01 13:17:42 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-01 13:17:42 +0100 |
commit | c8daa93ba384172fafaf8044bd31b2b8b32cad34 (patch) | |
tree | 46a4df086c507dab211d9a1a0386b818f918e43e /constants/Bingo.json | |
parent | 6e9032363a24464330b67105a938754293f7dbd3 (diff) | |
download | SkyHanni-REPO-c8daa93ba384172fafaf8044bd31b2b8b32cad34.tar.gz SkyHanni-REPO-c8daa93ba384172fafaf8044bd31b2b8b32cad34.tar.bz2 SkyHanni-REPO-c8daa93ba384172fafaf8044bd31b2b8b32cad34.zip |
Added support for 'found by' info in bingo card.
Diffstat (limited to 'constants/Bingo.json')
-rw-r--r-- | constants/Bingo.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/constants/Bingo.json b/constants/Bingo.json index 9fa4440..619b4ef 100644 --- a/constants/Bingo.json +++ b/constants/Bingo.json @@ -34,25 +34,29 @@ "difficulty": "Easy", "note": [ "Collect 200,000 Sugar Cane." - ] + ], + "found": "?" }, "Party Of One": { "difficulty": "Easy", "note": [ "Craft and Eat a Cake." - ] + ], + "found": "?" }, "Moral Support": { "difficulty": "Easy", "note": [ "Say 'Help Wizardman' next to Wizardman NPC found in the rift." - ] + ], + "found": "?" }, "Bad Cleric": { "difficulty": "Easy", "note": [ "Kill 250 Zombie Villagers." - ] + ], + "found": "?" } } } |