diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-10-20 01:08:15 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-10-20 01:08:15 +0200 |
| commit | 5ab002808daa7967d243cbf37851732995b23aa1 (patch) | |
| tree | 61cdda16376a2a1e7a417641ad7aca9a1dfc7c45 /data | |
| parent | b2f85452cb92662b02f9d8290deb32e82cff8b59 (diff) | |
| download | muhqs-game-5ab002808daa7967d243cbf37851732995b23aa1.tar.gz muhqs-game-5ab002808daa7967d243cbf37851732995b23aa1.zip | |
give all dorks movement = 2
Diffstat (limited to 'data')
| -rw-r--r-- | data/base.ini | 2 | ||||
| -rw-r--r-- | data/equipments.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/base.ini b/data/base.ini index 0f20c402..c7ed48fb 100644 --- a/data/base.ini +++ b/data/base.ini @@ -80,7 +80,7 @@ full_action = Get 2 additional Ressource [Pioneer] type = unit health = 5 -movement = 1 +movement = 2 buy = 7 upkeep = 1 full_action = Neutralize adjacent tile or Artifact diff --git a/data/equipments.ini b/data/equipments.ini index 3ef58f8a..7e54e375 100644 --- a/data/equipments.ini +++ b/data/equipments.ini @@ -64,7 +64,7 @@ type = unit buy = 10 upkeep = 2 health = 1 -movement = 1 +movement = 2 full_action = Pay X: Create Copy of artifact with buy cost = X in range 1 on empty tile in range 1 [Shatter!] |
