summaryrefslogtreecommitdiff
path: root/content/encyclopediae/crops.json
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-20 23:33:13 +0200
committertroido <troido@protonmail.com>2020-09-20 23:33:13 +0200
commit5eda37efbd1b34851364923069c0c3effdc32ca8 (patch)
treed2f6e035c32f49eeebc1149ef5a08bdd6229912f /content/encyclopediae/crops.json
parent39d7f4a123171a1dc5d5a8ec1c512599d4bec0f0 (diff)
create interactions from parameter instead of json
Diffstat (limited to 'content/encyclopediae/crops.json')
-rw-r--r--content/encyclopediae/crops.json4
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]]