diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-08-06 15:23:17 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-08-06 15:28:34 +0200 |
| commit | a1f59ce10276211e44aef3f55d5ef1a41ebbcc95 (patch) | |
| tree | 191fcec80b73b786a89004c5fd94afcd0e8be50b /data/cards | |
| parent | a0345c11f8035b300330e6b7c59a654c1e1e231d (diff) | |
| download | muhqs-game-a1f59ce10276211e44aef3f55d5ef1a41ebbcc95.tar.gz muhqs-game-a1f59ce10276211e44aef3f55d5ef1a41ebbcc95.zip | |
update missionary
Limit the range of the missionary's full action but increase its effectivnes.
The missionary could only really be used unthreatened over multiple turns.
Since any unit can be disbanded during upkeep before it is evangelized, the missionary is only a slow destroy effect.
Now it is way more potent controlling cheaper units with the first action but it has to be close to the enemy unit making it more vulnerable.
Diffstat (limited to 'data/cards')
| -rw-r--r-- | data/cards/base/missionary.yml | 4 | ||||
| -rw-r--r-- | data/cards/base/recruit.yml | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/data/cards/base/missionary.yml b/data/cards/base/missionary.yml index ccb41ba4..0db06939 100644 --- a/data/cards/base/missionary.yml +++ b/data/cards/base/missionary.yml @@ -7,5 +7,5 @@ movement: 2 buy: 10 upkeep: 2 full_action: - en: Put two faith marks on target Unit. If there are more faith marks than the units buying cost you control that unit - de: Lege zwei Glaubens-Marken auf eine Ziel-Unit. Du kontrollierst die Unit falls mehr Glaubens-Marken auf ihr liegen als ihre Kauf-Kosten + en: Put five faith marks on target Unit in range 3. If the faith marks are equal to or more than the units buying cost you control that unit + de: Lege fünf Glaubens-Marken auf eine Ziel-Unit in Range 3. Du kontrollierst die Unit falls glwich viele oder mehr Glaubens-Marken auf ihr liegen als ihre Kauf-Kosten diff --git a/data/cards/base/recruit.yml b/data/cards/base/recruit.yml index 48a00014..a6dfa27b 100644 --- a/data/cards/base/recruit.yml +++ b/data/cards/base/recruit.yml @@ -7,3 +7,4 @@ attack: 1 health: 1 movement: 1 upkeep: 0 +buy: 0 |
