Plant
Requires the player to plant the specified seeds. Counts 1 per seed planted.
{ "type": "Plant", "title": "Plant hemp seeds", "description": "", "amountRequired": 10, "conditions": {}, "items": ["seed.hemp"]}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
type | string | Exactly 'Plant'. |
title | string | Short, human-readable name. Must not be empty. |
description | string | A blurb of 1 to 3 sentences. May be empty if the title is self-explanatory. |
amountRequired | integer (≥ 1) | How many units must be completed. What a unit means depends on the objective type. Minimum 1. |
conditions | map | Optional conditions that restrict when progress counts. Progress is recorded only when the objective's main requirement and all of these conditions are met. Use an empty map for none. |
items | string[] | Seed item shortNames to plant (e.g. seed.corn, seed.hemp). Empty = any seed. |