diff options
| author | troido <troido@protonmail.com> | 2020-02-24 14:39:04 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-24 14:39:04 +0100 |
| commit | 481e03e04b055cebaf230b3a3cdce3446418c68c (patch) | |
| tree | 565a2d8afc2fba8d73e310cd1a32b6a94b84039f /src/defaultencyclopedia.rs | |
| parent | f6a037faa2b675cd7318d6dd8ccee5133c89845d (diff) | |
added volatile wounds
Diffstat (limited to 'src/defaultencyclopedia.rs')
| -rw-r--r-- | src/defaultencyclopedia.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/defaultencyclopedia.rs b/src/defaultencyclopedia.rs index a9bf5b9..c7e947e 100644 --- a/src/defaultencyclopedia.rs +++ b/src/defaultencyclopedia.rs @@ -137,6 +137,11 @@ pub fn default_encyclopedia() -> Encyclopedia { "sprite": "dummy", "height": 1, "components": [["Health", {"health": ["arg", "health"], "maxhealth": ["int", 20]}]] + }, + "wound": { + "sprite": "wound", + "height": 0.25, + "components": [["Volatile", {"delay": ["int", 4]}]] } })).unwrap() } |
