diff options
| author | troido <troido@protonmail.com> | 2020-09-20 23:33:13 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-20 23:33:13 +0200 |
| commit | 5eda37efbd1b34851364923069c0c3effdc32ca8 (patch) | |
| tree | d2f6e035c32f49eeebc1149ef5a08bdd6229912f /content/encyclopediae/crops.json | |
| parent | 39d7f4a123171a1dc5d5a8ec1c512599d4bec0f0 (diff) | |
create interactions from parameter instead of json
Diffstat (limited to 'content/encyclopediae/crops.json')
| -rw-r--r-- | content/encyclopediae/crops.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/encyclopediae/crops.json b/content/encyclopediae/crops.json index 2d2b5ce..29901d9 100644 --- a/content/encyclopediae/crops.json +++ b/content/encyclopediae/crops.json @@ -5,7 +5,7 @@ "name": "radishplant", "height": 0.5, "components": [ - ["Interactable", {"action": ["interaction", ["trigger", "die"]]}], + ["Interactable", {"typ": "trigger", "arg": "die"}], ["Loot", {"loot": ["list", [ ["list", [{"type": "radishseed"}, 0.92]], ["list", [{"type": "radishseed"}, 0.20]], @@ -136,7 +136,7 @@ "name": "carrotplant", "height": 1.0, "components": [ - ["Interactable", {"action": ["interaction", ["trigger", "die"]]}], + ["Interactable", {"typ": "trigger", "arg": "die"}], ["Loot", {"loot": ["list", [ ["list", [{"type": "carrotseed"}, 1.0]], ["list", [{"type": "carrot"}, 1.0]] |
