From c8daa93ba384172fafaf8044bd31b2b8b32cad34 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Fri, 1 Dec 2023 13:17:42 +0100 Subject: Added support for 'found by' info in bingo card. --- constants/Bingo.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'constants') 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": "?" } } } -- cgit