summaryrefslogtreecommitdiff
path: root/content/encyclopediae
diff options
context:
space:
mode:
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",