diff options
| author | troido <troido@protonmail.com> | 2020-09-24 17:12:39 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-24 17:12:39 +0200 |
| commit | 5ae2f9040324baaeaed3f91a84662425cb6186dc (patch) | |
| tree | 6b76ecbe4961ef11bb48c56d752f7586a1b74212 /content/encyclopediae/crops.json | |
| parent | e6476e7afff0234d67ebce7c74e4c91c31d87755 (diff) | |
more serde (de)serialisation
Diffstat (limited to 'content/encyclopediae/crops.json')
| -rw-r--r-- | content/encyclopediae/crops.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/content/encyclopediae/crops.json b/content/encyclopediae/crops.json index 7e493b3..1fc5ea0 100644 --- a/content/encyclopediae/crops.json +++ b/content/encyclopediae/crops.json @@ -151,13 +151,13 @@ } }, "items": { - "radishseed": {"sprite": "seed", "action": ["build", ["plantedradishseed", ["Floor", "Soil"], ["Occupied", "Blocking"]]]}, - "radish": {"sprite": "food", "action": ["eat", 3]}, - "radishes": {"sprite": "food", "name": "radish", "entity": "radish", "action": ["eat", 3]}, - "eldritch_radish": {"sprite": "food", "name": "eldritch_radish", "action": ["eat", 20]}, - "carrotseed": {"sprite": "seed", "action": ["build", ["plantedcarrotseed", ["Floor", "Soil"], ["Occupied", "Blocking"]]]}, - "carrot": {"sprite": "food", "action": ["eat", 5]}, - "cottonseed": {"sprite": "seed", "action": ["build", ["plantedcottonseed", ["Floor", "Soil"], ["Occupied", "Blocking"]]]}, + "radishseed": {"sprite": "seed", "action": {"build": ["plantedradishseed", ["Floor", "Soil"], ["Occupied", "Blocking"]]}}, + "radish": {"sprite": "food", "action": {"eat": 3}}, + "radishes": {"sprite": "food", "name": "radish", "entity": "radish", "action": {"eat": 3}}, + "eldritch_radish": {"sprite": "food", "name": "eldritch_radish", "action": {"eat": 20}}, + "carrotseed": {"sprite": "seed", "action": {"build": ["plantedcarrotseed", ["Floor", "Soil"], ["Occupied", "Blocking"]]}}, + "carrot": {"sprite": "food", "action": {"eat": 5}}, + "cottonseed": {"sprite": "seed", "action": {"build": ["plantedcottonseed", ["Floor", "Soil"], ["Occupied", "Blocking"]]}}, "cotton": {"sprite": "cotton"}, "cottonyarn": {"sprite": "cottonyarn"}, "cottoncloth": {"sprite": "cottoncloth"} |
