diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/encyclopediae/crops.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/content/encyclopediae/crops.json b/content/encyclopediae/crops.json index 1fc5ea0..48a52b2 100644 --- a/content/encyclopediae/crops.json +++ b/content/encyclopediae/crops.json @@ -133,6 +133,19 @@ }, "carrotplant": { "sprite": "smallplant", + "name": "carrotplant", + "height": 1.0, + "components": [ + ["Interactable", {"typ": "trigger", "arg": "die"}], + ["Loot", {"loot": ["list", [ + ["list", [{"type": "carrotseed"}, 1.0]], + ["list", [{"type": "carrot"}, 1.0]] + ]]}] + ], + "flags": ["Occupied"] + }, + "cottonplant": { + "sprite": "smallplant", "name": "cottonplant", "height": 1.0, "components": [ |
