Adding Pests & Diseases
Structure: Pests
Field
Description
Example: cabbage_loopers
cabbage_looperscabbage_loopers = {
plant_types = { "cabbage", "tomato", "corn" },
label = "Cabbage Loopers",
severity = "low",
effects = {
low = { quality = 2, health = 1 },
medium = { quality = 4, health = 3 },
high = { quality = 6, health = 5 }
},
cure = { id = "organic_pesticide", label = "Organic Pesticide", amount = 1 },
increase_rate = 4
}Structure: Diseases
Example: downy_mildew
downy_mildewEffects Table
Cure Field
Increase Rate
Registering New Pests or Diseases
Example: Adding a New Disease
Last updated