summaryrefslogtreecommitdiff
path: root/content/encyclopediae/npcs.json
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-27 16:54:16 +0200
committertroido <troido@protonmail.com>2020-09-27 16:54:16 +0200
commit3b483c793f0f2c8e76f599f74285f237d5dde00e (patch)
tree0f747b38dd74599889ac893a9d6b136ce4826a37 /content/encyclopediae/npcs.json
parenta20bcfed7d3b6aacc3211514d9804651a458e725 (diff)
parameterexpression can be serialized now
Diffstat (limited to 'content/encyclopediae/npcs.json')
-rw-r--r--content/encyclopediae/npcs.json7
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": {