diff options
Diffstat (limited to 'content/encyclopediae')
| -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": { |
