diff options
| author | troido <troido@protonmail.com> | 2020-04-05 13:19:27 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-05 13:19:27 +0200 |
| commit | 84c70cee089b72720a85d285ee0437b65be298b9 (patch) | |
| tree | cf93ce44eadcb430e1b425a882659303a2b0382d /content/encyclopediae/default_encyclopedia.json | |
| parent | 068f98cec100772defce8ba966e5b917558b191c (diff) | |
interactions can have an argument
Diffstat (limited to 'content/encyclopediae/default_encyclopedia.json')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 8 |
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 '{}'?"]]}] + ] } } } |
