diff options
| author | 0xNul <57599792+0xNul@users.noreply.github.com> | 2023-07-10 23:19:57 -0700 |
|---|---|---|
| committer | 0xNul <57599792+0xNul@users.noreply.github.com> | 2023-07-10 23:19:57 -0700 |
| commit | 1010c65e82ff1d01b54d15c51345f7ba9739d912 (patch) | |
| tree | d38cd15f2d7a5d2a14d6fb80869cecf0eb1a3baf /src | |
| parent | 3c8481ad4812ab903f14dd306b1e3b3204cd1fdf (diff) | |
simplify unit count for better graph view
Diffstat (limited to 'src')
| -rw-r--r-- | src/votann/codex.clj | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/src/votann/codex.clj b/src/votann/codex.clj index 14d8ddf..9ea030a 100644 --- a/src/votann/codex.clj +++ b/src/votann/codex.clj @@ -12,24 +12,19 @@ {:name "Grimnyr" :units [(Unit. "x3" 75)]} {:name "Brokhyr Iron-Master" - :units [(Unit. "x3" 95) - (Unit. "x6" 190)]} + :units [(Unit. "x3" 95)]} {:name "Hearthkyn Warriors" :units [(Unit. "x10" 135)]} {:name "Einhyr Hearthguard" - :units [(Unit. "x5" 165) - (Unit. "x10" 330)]} + :units [(Unit. "x5" 165)]} {:name "Cthonian Beserks" - :units [(Unit. "x5" 135) - (Unit. "x10" 270)]} + :units [(Unit. "x5" 135)]} {:name "Hernkyn Pioneers" - :units [(Unit. "x3" 105) - (Unit. "x6" 210)]} + :units [(Unit. "x3" 105)]} {:name "Sagitaur" :units [(Unit. "x1" 120)]} {:name "Brokhyr Thunderkyn" - :units [(Unit. "x3" 95) - (Unit. "x6" 190)]} + :units [(Unit. "x3" 95)]} {:name "Hekaton Land Fortress" :units [(Unit. "x1" 245)]}]) |