diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-10-20 01:02:11 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-10-20 01:02:11 +0200 |
| commit | f408cc6c9f317a2d80af02117784ca85b9207680 (patch) | |
| tree | abdeead9e29e26db80aad6bcdff8dd1759663e79 /data | |
| parent | acbfd21fab2f548cce5fa126a05cdeacb108f906 (diff) | |
| download | muhqs-game-f408cc6c9f317a2d80af02117784ca85b9207680.tar.gz muhqs-game-f408cc6c9f317a2d80af02117784ca85b9207680.zip | |
reduce cavalry movement from 4 to 3
Cavalry beeing 2 faster than the dorks felt strange.
Diffstat (limited to 'data')
| -rw-r--r-- | data/base.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/base.ini b/data/base.ini index 2fa165dc..0f20c402 100644 --- a/data/base.ini +++ b/data/base.ini @@ -65,7 +65,7 @@ effect = Range 2 against Units with Movement >= 3 type = unit attack = 2 health = 1 -movement = 4 +movement = 3 buy = 5 upkeep = 2 @@ -123,7 +123,7 @@ full_action = Draw 1 card. You may exile 1 card from your hand. type = unit attack = 1 Range 2 health = 1 -movement = 4 +movement = 3 buy = 10 upkeep = 2 |
