1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Added seasons to existing items.

This commit is contained in:
John Cleaver 2016-03-20 22:21:33 -04:00
parent 7fc920647e
commit 3d8d6e8ff2

View File

@ -4,258 +4,344 @@
"id": 0, "id": 0,
"name": "Wild Horseradish", "name": "Wild Horseradish",
"source": "Foraging during Spring.", "source": "Foraging during Spring.",
"seasons": ["spring"],
"skills": ["foraging"],
"bundles": [0] "bundles": [0]
}, },
{ {
"id": 1, "id": 1,
"name": "Daffodil", "name": "Daffodil",
"source": "Foraging during Spring. Buy from Pierre's Shop at the Flower Dance.", "source": "Foraging during Spring. Buy from Pierre's Shop at the Flower Dance.",
"seasons": ["spring"],
"skills": ["foraging"],
"bundles": [0] "bundles": [0]
}, },
{ {
"id": 2, "id": 2,
"name": "Leek", "name": "Leek",
"source": "Foraging during Spring.", "source": "Foraging during Spring.",
"seasons": ["spring"],
"skills": ["foraging"],
"bundles": [0] "bundles": [0]
}, },
{ {
"id": 3, "id": 3,
"name": "Dandelion", "name": "Dandelion",
"source": "Foraging during Spring. Buy from Pierre's Shop at the Flower Dance.", "source": "Foraging during Spring. Buy from Pierre's Shop at the Flower Dance.",
"seasons": ["spring"],
"skills": ["foraging"],
"bundles": [0] "bundles": [0]
}, },
{ {
"id": 4, "id": 4,
"name": "Grape", "name": "Grape",
"source": "Foraging during Summer.", "source": "Foraging during Summer.",
"seasons": ["summer", "fall"],
"skills": ["foraging", "farming"],
"bundles": [1] "bundles": [1]
}, },
{ {
"id": 5, "id": 5,
"name": "Spice Berry", "name": "Spice Berry",
"source": "Foraging during Summer.", "source": "Foraging during Summer.",
"seasons": ["summer"],
"skills": ["foraging"],
"bundles": [1] "bundles": [1]
}, },
{ {
"id": 6, "id": 6,
"name": "Sweet Pea", "name": "Sweet Pea",
"source": "Foraging during Summer.", "source": "Foraging during Summer.",
"seasons": ["summer"],
"skills": ["foraging"],
"bundles": [1] "bundles": [1]
}, },
{ {
"id": 7, "id": 7,
"name": "Common Mushroom", "name": "Common Mushroom",
"source": "Foraging during Fall Or if you have the mushroom in your cave.", "source": "Foraging during Fall Or if you have the mushroom in your cave.",
"seasons": ["fall"],
"skills": ["foraging"],
"bundles": [2] "bundles": [2]
}, },
{ {
"id": 8, "id": 8,
"name": "Wild Plum", "name": "Wild Plum",
"source": "Foraging during Fall.", "source": "Foraging during Fall.",
"seasons": ["fall"],
"skills": ["foraging"],
"bundles": [2] "bundles": [2]
}, },
{ {
"id": 9, "id": 9,
"name": "Hazelnut", "name": "Hazelnut",
"source": "Foraging during Fall.", "source": "Foraging during Fall.",
"seasons": ["fall"],
"skills": ["foraging"],
"bundles": [2] "bundles": [2]
}, },
{ {
"id": 10, "id": 10,
"name": "Blackberry", "name": "Blackberry",
"source": "Foraging during Fall.", "source": "Foraging during Fall.",
"seasons": ["fall"],
"skills": ["foraging"],
"bundles": [2] "bundles": [2]
}, },
{ {
"id": 11, "id": 11,
"name": "Winter Root", "name": "Winter Root",
"source": "Foraging during Winter or dropped by slimes on 41-79 Mines levels.", "source": "Foraging during Winter or dropped by slimes on 41-79 Mines levels.",
"seasons": ["winter", "spring", "summer", "fall"],
"skills": ["foraging", "combat"],
"bundles": [3] "bundles": [3]
}, },
{ {
"id": 12, "id": 12,
"name": "Crystal Fruit", "name": "Crystal Fruit",
"source": "Foraging during Winter or dropped by coal sprites on 41-79 Mines levels.", "source": "Foraging during Winter or dropped by coal sprites on 41-79 Mines levels.",
"seasons": ["winter", "spring", "summer", "fall"],
"skills": ["foraging", "combat"],
"bundles": [3] "bundles": [3]
}, },
{ {
"id": 13, "id": 13,
"name": "Snow Yam", "name": "Snow Yam",
"source": "Foraging during Winter (Using a Hoe outside the farm).", "source": "Foraging during Winter (Using a Hoe outside the farm).",
"seasons": ["winter"],
"skills": ["foraging"],
"bundles": [3] "bundles": [3]
}, },
{ {
"id": 14, "id": 14,
"name": "Crocus", "name": "Crocus",
"source": "Foraging during Winter.", "source": "Foraging during Winter.",
"seasons": ["winter"],
"skills": ["foraging"],
"bundles": [3] "bundles": [3]
}, },
{ {
"id": 15, "id": 15,
"name": "Wood (99)", "name": "Wood (99)",
"source": "Chopping trees or logs using an axe.", "source": "Chopping trees or logs using an axe.",
"seasons": ["spring", "summer", "fall", "winter"],
"skills": ["foraging"],
"bundles": [4, 4] "bundles": [4, 4]
}, },
{ {
"id": 16, "id": 16,
"name": "Stone (99)", "name": "Stone (99)",
"source": "Smashing stones with a pickaxe.", "source": "Smashing stones with a pickaxe.",
"seasons": ["spring", "summer", "fall", "winter"],
"skills": ["mining"],
"bundles": [4] "bundles": [4]
}, },
{ {
"id": 17, "id": 17,
"name": "Hardwood (10)", "name": "Hardwood (10)",
"source": "Chopping large stumps with an upgraded axe. Also in crates in the Mines", "source": "Chopping large stumps with an upgraded axe. Also in crates in the Mines",
"seasons": ["spring", "summer", "fall", "winter"],
"skills": ["foraging", "mining"],
"bundles": [4] "bundles": [4]
}, },
{ {
"id": 18, "id": 18,
"name": "Coconut", "name": "Coconut",
"source": "Found in the desert.", "source": "Found in the desert.",
"seasons": ["spring", "summer", "fall", "winter"],
"skills": ["foraging"],
"bundles": [5] "bundles": [5]
}, },
{ {
"id": 19, "id": 19,
"name": "Cactus Fruit", "name": "Cactus Fruit",
"source": "Found in the desert.", "source": "Found in the desert.",
"seasons": ["spring", "summer", "fall", "winter"],
"skills": ["foraging"],
"bundles": [5] "bundles": [5]
}, },
{ {
"id": 20, "id": 20,
"name": "Cave Carrot", "name": "Cave Carrot",
"source": "In boxes inside the mines or using the hoe on soil spots in the Mines.", "source": "In boxes inside the mines or using the hoe on soil spots in the Mines.",
"seasons": ["spring", "summer", "fall", "winter"],
"skills": ["mining"],
"bundles": [5] "bundles": [5]
}, },
{ {
"id": 21, "id": 21,
"name": "Red Mushroom", "name": "Red Mushroom",
"source": "Can be found in the mines or in the farm cave if you selected the mushroom perk.", "source": "Can be found in the mines or in the farm cave if you selected the mushroom perk.",
"seasons": ["spring", "summer", "fall", "winter"],
"skills": ["foraging", "mining"],
"bundles": [5] "bundles": [5]
}, },
{ {
"id": 22, "id": 22,
"name": "Purple Mushroom", "name": "Purple Mushroom",
"source": "Can be found in the mines or in the farm cave if you selected the mushroom perk.", "source": "Can be found in the mines or in the farm cave if you selected the mushroom perk.",
"seasons": ["spring", "summer", "fall", "winter"],
"skills": ["foraging", "mining"],
"bundles": [5] "bundles": [5]
}, },
{ {
"id": 23, "id": 23,
"name": "Maple Syrup", "name": "Maple Syrup",
"source": "Harvested from maple trees using a Tapper.", "source": "Harvested from maple trees using a Tapper.",
"seasons": ["spring", "summer", "fall", "winter"],
"skills": ["foraging"],
"bundles": [5] "bundles": [5]
}, },
{ {
"id": 24, "id": 24,
"name": "Oak Resin", "name": "Oak Resin",
"source": "Harvested from oak trees using a Tapper.", "source": "Harvested from oak trees using a Tapper.",
"seasons": ["spring", "summer", "fall", "winter"],
"skills": ["foraging"],
"bundles": [5] "bundles": [5]
}, },
{ {
"id": 25, "id": 25,
"name": "Pine Tar", "name": "Pine Tar",
"source": "Harvested from pine trees using a Tapper.", "source": "Harvested from pine trees using a Tapper.",
"seasons": ["spring", "summer", "fall", "winter"],
"skills": ["foraging"],
"bundles": [5] "bundles": [5]
}, },
{ {
"id": 26, "id": 26,
"name": "Morel", "name": "Morel",
"source": "In the farm cave if you selected the mushroom perk", "source": "In the farm cave if you selected the mushroom perk",
"seasons": ["spring", "summer", "fall", "winter"],
"skills": ["foraging"],
"bundles": [5] "bundles": [5]
}, },
{ {
"id": 26, "id": 26,
"name": "Parsnip", "name": "Parsnip",
"source": "Crops during Spring.", "source": "Crops during Spring.",
"seasons": ["spring"],
"skills": ["farming"],
"bundles": [6] "bundles": [6]
}, },
{ {
"id": 28, "id": 28,
"name": "Green Bean", "name": "Green Bean",
"source": "Crops during Spring.", "source": "Crops during Spring.",
"seasons": ["spring"],
"skills": ["farming"],
"bundles": [6] "bundles": [6]
}, },
{ {
"id": 29, "id": 29,
"name": "Cauliflower", "name": "Cauliflower",
"source": "Crops during Spring.", "source": "Crops during Spring.",
"seasons": ["spring"],
"skills": ["farming"],
"bundles": [6] "bundles": [6]
}, },
{ {
"id": 30, "id": 30,
"name": "Potato", "name": "Potato",
"source": "Crops during Spring.", "source": "Crops during Spring.",
"seasons": ["spring"],
"skills": ["farming"],
"bundles": [6] "bundles": [6]
}, },
{ {
"id": 31, "id": 31,
"name": "Tomato", "name": "Tomato",
"source": "Crops during Summer.", "source": "Crops during Summer.",
"seasons": ["summer"],
"skills": ["farming"],
"bundles": [7] "bundles": [7]
}, },
{ {
"id": 32, "id": 32,
"name": "Hot Pepper", "name": "Hot Pepper",
"source": "Crops during Summer.", "source": "Crops during Summer.",
"seasons": ["summer"],
"skills": ["farming"],
"bundles": [7] "bundles": [7]
}, },
{ {
"id": 33, "id": 33,
"name": "Blueberry", "name": "Blueberry",
"source": "Crops during Summer.", "source": "Crops during Summer.",
"seasons": ["summer"],
"skills": ["farming"],
"bundles": [7] "bundles": [7]
}, },
{ {
"id": 34, "id": 34,
"name": "Melon", "name": "Melon",
"source": "Crops during Summer.", "source": "Crops during Summer.",
"seasons": ["summer"],
"skills": ["farming"],
"bundles": [7] "bundles": [7]
}, },
{ {
"id": 35, "id": 35,
"name": "Corn", "name": "Corn",
"source": "Crops during Summer and Fall.", "source": "Crops during Summer and Fall.",
"seasons": ["summer", "fall"],
"skills": ["farming"],
"bundles": [8] "bundles": [8]
}, },
{ {
"id": 36, "id": 36,
"name": "Eggplant", "name": "Eggplant",
"source": "Crops during Fall.", "source": "Crops during Fall.",
"seasons": ["fall"],
"skills": ["farming"],
"bundles": [8] "bundles": [8]
}, },
{ {
"id": 37, "id": 37,
"name": "Pumpkin", "name": "Pumpkin",
"source": "Crops during Fall.", "source": "Crops during Fall.",
"seasons": ["fall"],
"skills": ["farming"],
"bundles": [8] "bundles": [8]
}, },
{ {
"id": 38, "id": 38,
"name": "Yam", "name": "Yam",
"source": "Crops during Fall.", "source": "Crops during Fall.",
"seasons": ["fall"],
"skills": ["farming"],
"bundles": [8] "bundles": [8]
}, },
{ {
"id": 39, "id": 39,
"name": "Parsnip (Gold Star) (5)", "name": "Parsnip (Gold Star) (5)",
"source": "Crops during Spring.", "source": "Crops during Spring.",
"seasons": ["spring"],
"skills": ["farming"],
"bundles": [9] "bundles": [9]
}, },
{ {
"id": 40, "id": 40,
"name": "Melon (Gold Star) (5)", "name": "Melon (Gold Star) (5)",
"source": "Crops during Summer.", "source": "Crops during Summer.",
"seasons": ["summer"],
"skills": ["farming"],
"bundles": [9] "bundles": [9]
}, },
{ {
"id": 41, "id": 41,
"name": "Pumpkin (Gold Star) (5)", "name": "Pumpkin (Gold Star) (5)",
"source": "Crops during Fall.", "source": "Crops during Fall.",
"seasons": ["fall"],
"skills": ["farming"],
"bundles": [9] "bundles": [9]
}, },
{ {
"id": 42, "id": 42,
"name": "Corn (Gold Star) (5)", "name": "Corn (Gold Star) (5)",
"source": "Crops during Summer and Fall.", "source": "Crops during Summer and Fall.",
"seasons": ["summer", "fall"],
"skills": ["farming"],
"bundles": [9] "bundles": [9]
} }
], ],