diff --git a/stardew_community_checklist/templates/bundles.json b/stardew_community_checklist/templates/bundles.json new file mode 100644 index 0000000..521dd2c --- /dev/null +++ b/stardew_community_checklist/templates/bundles.json @@ -0,0 +1,260 @@ +{ + "items": [ + { + "id": + "name": "", + "" + } + ], + "bundles": [ + { + "id": 0, + "name": "Spring Foraging Bundle", + "room": "0", + "reward": "Spring Seeds (30)", + "items_required": 4 + }, + { + "id": 1, + "name": "Summer Foraging Bundle", + "room": "0", + "reward": "Summer Seeds (30)", + "items_required": 3 + }, + { + "id": 2, + "name": "Fall Foraging Bundle", + "room": "0", + "reward": "Fall Seeds (30)", + "items_required": 4 + }, + { + "id": 3, + "name": "Winter Foraging Bundle", + "room": "0", + "reward": "Winter Seeds (30)", + "items_required": 4 + }, + { + "id": 4, + "name": "Construction Bundle", + "room": "0", + "reward": "Charcoal Kiln", + "items_required": 4 + }, + { + "id": 5, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 6, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 7, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 8, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 9, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 10, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 11, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 12, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 13, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 14, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 15, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 16, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 17, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 18, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 19, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 20, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 21, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 22, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 23, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 24, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 25, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 26, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 27, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 28, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 29, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + }, + { + "id": 30, + "name": "Exotic Foraging Bundle", + "room": "0", + "reward": "Autumn's Bounty (5)", + "items_required": 5 + } + ], + "rooms": [ + { + "id": 0, + "name": "Crafts Room", + "reward": "Bridge Repair" + }, + { + "id": 1, + "name": "Pantry", + "reward": "Greenhouse" + }, + { + "id": 2, + "name": "Fish Tank", + "reward": "Glittering Boulder Removed" + }, + { + "id": 3, + "name": "Boiler Room", + "reward": "Minecarts Repaired" + }, + { + "id": 4, + "name": "Bulletin Board", + "reward": "Friendship" + }, + { + "id": 5, + "name": "Vault", + "reward": "Bus Repair" + } + ] +}