summaryrefslogtreecommitdiff
path: root/content/encyclopediae/default_encyclopedia.json
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-05 13:19:27 +0200
committertroido <troido@protonmail.com>2020-04-05 13:19:27 +0200
commit84c70cee089b72720a85d285ee0437b65be298b9 (patch)
treecf93ce44eadcb430e1b425a882659303a2b0382d /content/encyclopediae/default_encyclopedia.json
parent068f98cec100772defce8ba966e5b917558b191c (diff)
interactions can have an argument
Diffstat (limited to 'content/encyclopediae/default_encyclopedia.json')
-rw-r--r--content/encyclopediae/default_encyclopedia.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json
index 5fa6ebf..a7196d8 100644
--- a/content/encyclopediae/default_encyclopedia.json
+++ b/content/encyclopediae/default_encyclopedia.json
@@ -270,6 +270,14 @@
"components": [
["Interactable", {"action": ["interaction", ["say", "Good morning there, World"]]}]
]
+ },
+ "dude": {
+ "sprite": "human",
+ "height": 1.5,
+ "flags": ["Occupied"],
+ "components": [
+ ["Interactable", {"action": ["interaction", ["reply", "did you say '{}'?"]]}]
+ ]
}
}
}