diff options
| author | troido <troido@protonmail.com> | 2020-04-13 11:14:23 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-13 11:14:23 +0200 |
| commit | 9bc90bcff5bec4fbb03a568f59e14b1b016e0e44 (patch) | |
| tree | dfb9da2e9b5024aa34005dfe1796046e9b644d8c /content | |
| parent | 9d6348a8c8d24bda6c229f72662c8eddc101e92b (diff) | |
doors now use new Build component instead of Loot
Diffstat (limited to 'content')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 8 |
1 files changed, 4 insertions, 4 deletions
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": { |
