diff options
| author | troido <troido@protonmail.com> | 2020-03-03 19:11:32 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-03-03 19:11:32 +0100 |
| commit | f844ed18e29465177a339f244800fb7a2e77daa9 (patch) | |
| tree | c3445f869eb072a35162e008609cc1dc75c427fb /src/defaultencyclopedia.rs | |
| parent | 986c82723cf9a4adada02287309999f4ebbf94e3 (diff) | |
factions now work
Diffstat (limited to 'src/defaultencyclopedia.rs')
| -rw-r--r-- | src/defaultencyclopedia.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/defaultencyclopedia.rs b/src/defaultencyclopedia.rs index 5e9222e..191f0a4 100644 --- a/src/defaultencyclopedia.rs +++ b/src/defaultencyclopedia.rs @@ -160,7 +160,8 @@ pub fn default_encyclopedia() -> Encyclopedia { ["Health", {"health": ["int", 8], "maxhealth": ["int", 8]}], ["Fighter", {"damage": ["int", 2], "cooldown": ["int", 6]}], ["Movable", {"cooldown": ["int", 3]}], - "Mortal" + "Mortal", + ["Faction", {"faction": ["string", "evil"]}] ] }, "spawner": { |
