From 9d6348a8c8d24bda6c229f72662c8eddc101e92b Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 13 Apr 2020 10:20:37 +0200 Subject: replaced harvest interaction with choosable trigger --- content/encyclopediae/default_encyclopedia.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'content/encyclopediae') 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]] -- cgit