diff options
| author | troido <troido@protonmail.com> | 2020-09-26 16:20:11 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-26 16:20:11 +0200 |
| commit | 0d0586816a87fa1b977f7fa84ee38e639ffccfc5 (patch) | |
| tree | 1f2c4ffb809c8b7e381d6a15d70c2b8329b582cb | |
| parent | 5a965b1dd369985698104c7cf99e6a0d10e0ec05 (diff) | |
fixed bug where carrotplants behaved as cottonplants
| -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": [ |
