summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-13 10:20:37 +0200
committertroido <troido@protonmail.com>2020-04-13 10:20:37 +0200
commit9d6348a8c8d24bda6c229f72662c8eddc101e92b (patch)
tree48b7923c340fe6a0ae320e8c52187b81d385d5f5 /content
parentcfd462a26b3ed4c5f23760a77ae87ce61dc9bbe2 (diff)
replaced harvest interaction with choosable trigger
Diffstat (limited to 'content')
-rw-r--r--content/encyclopediae/default_encyclopedia.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json
index 1747293..ad27795 100644
--- a/content/encyclopediae/default_encyclopedia.json
+++ b/content/encyclopediae/default_encyclopedia.json
@@ -215,7 +215,7 @@
"name": "radishplant",
"height": 0.5,
"components": [
- ["Interactable", {"action": ["interaction", "harvest"]}],
+ ["Interactable", {"action": ["interaction", ["trigger", "die"]]}],
["Loot", {"loot": ["list", [
["list", [{"type": "radishseed"}, 0.92]],
["list", [{"type": "radishseed"}, 0.20]],
@@ -262,8 +262,8 @@
"youngradishplant": {
"arguments": [["target_time", "int", 0]],
"sprite": "youngplant",
- "height": 0.05,
- "name": "youngradishplate",
+ "height": 0.8,
+ "name": "youngradishplant",
"components": [
["Grow", {
"delay": 600,
@@ -281,7 +281,7 @@
"height": 2,
"flags": ["Blocking"],
"components": [
- ["Interactable", {"action": ["interaction", "harvest"]}],
+ ["Interactable", {"action": ["interaction", ["trigger", "die"]]}],
["Loot", {"loot": ["list", [{"type": "opendoor", "save": false}]]}]
]
},
@@ -290,7 +290,7 @@
"height": 0.8,
"flags": ["Occupied"],
"components": [
- ["Interactable", {"action": ["interaction", "harvest"]}],
+ ["Interactable", {"action": ["interaction", ["trigger", "die"]]}],
["Loot", {"loot": ["list", [{"type": "closeddoor", "save": false}]]}]
]
},
@@ -379,7 +379,7 @@
"name": "carrotplant",
"height": 1.0,
"components": [
- ["Interactable", {"action": ["interaction", "harvest"]}],
+ ["Interactable", {"action": ["interaction", ["trigger", "die"]]}],
["Loot", {"loot": ["list", [
["list", [{"type": "carrotseed"}, 1.0]],
["list", [{"type": "carrot"}, 1.0]]