From 9bc90bcff5bec4fbb03a568f59e14b1b016e0e44 Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 13 Apr 2020 11:14:23 +0200 Subject: doors now use new Build component instead of Loot --- content/encyclopediae/default_encyclopedia.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'content/encyclopediae') diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index ad27795..5ebc106 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -281,8 +281,8 @@ "height": 2, "flags": ["Blocking"], "components": [ - ["Interactable", {"action": ["interaction", ["trigger", "die"]]}], - ["Loot", {"loot": ["list", [{"type": "opendoor", "save": false}]]}] + ["Interactable", {"action": ["interaction", ["trigger", "change"]]}], + ["Build", {"obj": {"type": "opendoor", "save": false}}] ] }, "opendoor": { @@ -290,8 +290,8 @@ "height": 0.8, "flags": ["Occupied"], "components": [ - ["Interactable", {"action": ["interaction", ["trigger", "die"]]}], - ["Loot", {"loot": ["list", [{"type": "closeddoor", "save": false}]]}] + ["Interactable", {"action": ["interaction", ["trigger", "change"]]}], + ["Build", {"obj": {"type": "closeddoor", "save": false}}] ] }, "sign": { -- cgit