Jump to content

Open Community  ·  1389 members

Stardew Valley

Multi crop for Content Patcher


Recommended Posts

I need to create a multi crop for culture. But I just can’t find an example of how to do it correctly. Here is an example of what is in my fashion, but it does not work.

{
			"Action": "EditData",
			"Target": "Data/Crops",
			"Entries": 
			{
				"MK_MuttonSeeds": 
				{
					"Seasons": [ "spring", "summer" ],
					"DaysInPhase": [1, 2, 1, 3, 2],
					"HarvestItemId": 
					[
						{
							"Chance": 1.0,
							"Id": "MK_Mutton",
							"ItemId": "(O)MK_Mutton",
							"MinStack": 1,
							"MaxStack": 2,
							"ExtraHarvestChance": 0.1,
						},
						{
							"Chance": 0.5,
							"Id": "MK_Leather",
							"ItemId": "(O)MK_Leather",
							"MinStack": 2,
							"MaxStack": 2,
							"ExtraHarvestChance": 0.1,
						}
					],
					"Texture": "{{ModId}}/Items/OtherCrops/MK_Mutton_Crop",
					"SpriteIndex": 0,
					"RegrowDays": 4,
					"CountForMonoculture": true,
					"CountForPolyculture": true,
				},
			}
		},

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...