summaryrefslogtreecommitdiff
path: root/content/encyclopediae
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2021-12-30 21:20:46 +0100
committertroido <troido@protonmail.com>2021-12-30 21:20:46 +0100
commit755ae8512bfe3ff39a55c22a958e15399e886c5f (patch)
tree167b34f51071ee6ec915b787094c8dadef2d4dde /content/encyclopediae
parentd10d3e0368bd1178085ab8abd2ea24afe912b26f (diff)
entities can now have descriptions
Diffstat (limited to 'content/encyclopediae')
-rw-r--r--content/encyclopediae/base.json13
1 files changed, 10 insertions, 3 deletions
diff --git a/content/encyclopediae/base.json b/content/encyclopediae/base.json
index 8052eb6..f022b82 100644
--- a/content/encyclopediae/base.json
+++ b/content/encyclopediae/base.json
@@ -34,7 +34,8 @@
]},
"height": 0.1,
"name": "grass"
- }]
+ }],
+ ["Description", {"description": "grassy grass"}]
],
"flags": ["Floor", "Soil"]
},
@@ -55,12 +56,18 @@
"ground": {
"sprite": "ground",
"height": 0.1,
- "flags": ["Floor", "Soil"]
+ "flags": ["Floor", "Soil"],
+ "components": [
+ ["Description", {"description": "Dirt ground"}]
+ ]
},
"floor": {
"sprite": "floor",
"height": 0.1,
- "flags": ["Floor"]
+ "flags": ["Floor"],
+ "components": [
+ ["Description", {"description": "Stone floor"}]
+ ]
},
"bridge": {
"sprite": "bridge",