summaryrefslogtreecommitdiff
path: root/content/encyclopediae
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-05-21 12:25:36 +0200
committertroido <troido@protonmail.com>2020-06-05 22:27:53 +0200
commitbd1da23cf18960b36f8683c09899044d64b4bd83 (patch)
tree605207d2a5219682d5aab2d6de2f601a5fc68834 /content/encyclopediae
parentde4505121dd8b2216e8c797b4b7b7347e5d98c2f (diff)
made Talk its own component/system instead of part of interact
Diffstat (limited to 'content/encyclopediae')
-rw-r--r--content/encyclopediae/default_encyclopedia.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json
index 18cf967..fdaa42f 100644
--- a/content/encyclopediae/default_encyclopedia.json
+++ b/content/encyclopediae/default_encyclopedia.json
@@ -22,7 +22,7 @@
"arguments": [["health", "int", 100]],
"components": [
["Health", {"health": ["arg", "health"], "maxhealth": 100}],
- ["Loot", {"loot": ["list", [{"type": "stone"}]]}]
+ ["Loot", {"loot": ["list", [["list", [{"type": "stone"}, 1.0]]]]}]
],
"sprite": "builtwall",
"height": 2,
@@ -87,7 +87,7 @@
"height": 1,
"flags": ["Occupied"],
"components": [
- ["Interactable", {"action": ["interaction", ["say", "Good morning there, World"]]}]
+ ["Talkable", {"text": "Good morning there, World"}]
]
},
"quarry": {