diff options
| author | troido <troido@protonmail.com> | 2020-02-21 19:22:26 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-21 19:22:26 +0100 |
| commit | 4ed2d71e76f04c75a214e43363dc1b64e109fe3d (patch) | |
| tree | 1ae0375ff74216dacc6f5a2b443b84e85b257059 /src/defaultencyclopedia.rs | |
| parent | 60b56b39488f7704f42580363d1343a4dc9732e8 (diff) | |
used rank in taking objects
Diffstat (limited to 'src/defaultencyclopedia.rs')
| -rw-r--r-- | src/defaultencyclopedia.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/defaultencyclopedia.rs b/src/defaultencyclopedia.rs index 853fbfb..f15f443 100644 --- a/src/defaultencyclopedia.rs +++ b/src/defaultencyclopedia.rs @@ -83,6 +83,13 @@ pub fn default_encyclopedia() -> Encyclopedia { "sprite": "pebble", "height": 0.4 }, + "stone": { + "components": [ + ["Item", {"ent": ["template", "stone"], "name": ["string", "stone"]}] + ], + "sprite": "stone", + "height": 0.4 + }, "player": { "arguments": [["name", "string", null]], "components": [ |
