diff options
| author | troido <troido@protonmail.com> | 2020-09-27 16:54:16 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-27 16:54:16 +0200 |
| commit | 3b483c793f0f2c8e76f599f74285f237d5dde00e (patch) | |
| tree | 0f747b38dd74599889ac893a9d6b136ce4826a37 /content | |
| parent | a20bcfed7d3b6aacc3211514d9804651a458e725 (diff) | |
parameterexpression can be serialized now
Diffstat (limited to 'content')
| -rw-r--r-- | content/encyclopediae/npcs.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/content/encyclopediae/npcs.json b/content/encyclopediae/npcs.json index 5cb7a60..f4642b4 100644 --- a/content/encyclopediae/npcs.json +++ b/content/encyclopediae/npcs.json @@ -79,7 +79,12 @@ "height": 1.5, "flags": ["Occupied"], "components": [ - ["Interactable", {"typ": "say", "arg": "Hey there, welcome to Asciifarm"}] + ["Interactable", {"typ": "say", "arg": "Hey there, welcome to Asciifarm"}], + ["MonsterAI", { + "view_distance": 1, + "move_chance": 0.01, + "homesickness": 0.3 + }] ] }, "trader": { |
