From 481e03e04b055cebaf230b3a3cdce3446418c68c Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 24 Feb 2020 14:39:04 +0100 Subject: added volatile wounds --- src/defaultencyclopedia.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/defaultencyclopedia.rs') 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() } -- cgit