From 3b483c793f0f2c8e76f599f74285f237d5dde00e Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 27 Sep 2020 16:54:16 +0200 Subject: parameterexpression can be serialized now --- content/encyclopediae/npcs.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'content') 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": { -- cgit