diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2021-03-25 13:37:56 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2021-03-25 13:44:53 +0100 |
| commit | 2bb7fbb907b65f6a77a1e07852d1d89c7e89e649 (patch) | |
| tree | ea9639bca6a18a7b4a1c143f5c063703f4378c41 /data | |
| parent | 30086f84a802a88a2ee82fc58123e21bc9f6506f (diff) | |
| download | muhqs-game-2bb7fbb907b65f6a77a1e07852d1d89c7e89e649.tar.gz muhqs-game-2bb7fbb907b65f6a77a1e07852d1d89c7e89e649.zip | |
s/counters/marks
Diffstat (limited to 'data')
| -rw-r--r-- | data/cards/base/missionary.yml | 2 | ||||
| -rw-r--r-- | data/cards/equipments/poisoned_dagger.yml | 2 | ||||
| -rw-r--r-- | data/cards/kraken/frost_pylon.yml | 4 | ||||
| -rw-r--r-- | data/cards/kraken/unholy_cannonball.yml | 4 | ||||
| -rw-r--r-- | data/cards/magic/heal!.yml | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/data/cards/base/missionary.yml b/data/cards/base/missionary.yml index 77fbb694..a805ae4b 100644 --- a/data/cards/base/missionary.yml +++ b/data/cards/base/missionary.yml @@ -4,4 +4,4 @@ health: 1 movement: 2 buy: 10 upkeep: 2 -full_action: Put two faith counters on target Unit. If there are more faith counters than the units buying cost you control target unit +full_action: Put two faith marks on target Unit. If there are more faith marks than the units buying cost you control that unit diff --git a/data/cards/equipments/poisoned_dagger.yml b/data/cards/equipments/poisoned_dagger.yml index 03ea2ee5..9a62242f 100644 --- a/data/cards/equipments/poisoned_dagger.yml +++ b/data/cards/equipments/poisoned_dagger.yml @@ -3,4 +3,4 @@ type: equipment play: 7 buy: 3 durability: 2 -effect: Equipped unit deals damage as poison counters in melee combat +effect: Equipped unit deals damage as poison marks in melee combat diff --git a/data/cards/kraken/frost_pylon.yml b/data/cards/kraken/frost_pylon.yml index 0a87a7b6..17d8ca33 100644 --- a/data/cards/kraken/frost_pylon.yml +++ b/data/cards/kraken/frost_pylon.yml @@ -1,5 +1,5 @@ name: Frost Pylon type: artifact buy: 5 -effect: "Enemy units in Range 1 can't activate abilities except \"full action: put a crack counter on Frost Pylon\". If there are three or more crack counter on Frost Pylon destroy it. Frost Pylon can be played next to a random enemy unit" -latex_effect: "Enemy units in Range 1 can't activate abilities except: \\enquote{~\\faRedo: put a crack counter on Frost Pylon}. \\\\ \\vspace{0.3cm} If there are three or more crack counter on Frost Pylon destroy it. Frost Pylon can be played next to a random enemy unit" +effect: "Enemy units in Range 1 can't activate abilities except \"full action: put a crack mark on Frost Pylon\". If there are three or more crack mark on Frost Pylon destroy it. Frost Pylon can be played next to a random enemy unit" +latex_effect: "Enemy units in Range 1 can't activate abilities except: \\enquote{~\\faRedo: put a crack mark on Frost Pylon}. \\\\ \\vspace{0.3cm} If there are three or more crack mark on Frost Pylon destroy it. Frost Pylon can be played next to a random enemy unit" diff --git a/data/cards/kraken/unholy_cannonball.yml b/data/cards/kraken/unholy_cannonball.yml index 2232bf47..1ddf10ca 100644 --- a/data/cards/kraken/unholy_cannonball.yml +++ b/data/cards/kraken/unholy_cannonball.yml @@ -1,6 +1,6 @@ name: Unholy Cannonball type: spell buy: 5 -effect: If no enemy Units are in Range 2 of The Kraken gain 5 ressource and draw a card. Otherwise put a fear counter on all enemy Units in Range 2 of The Kraken +effect: If no enemy Units are in Range 2 of The Kraken gain 5 ressource and draw a card. Otherwise put a panik mark on all enemy Units in Range 2 of The Kraken -latex_effect: If no enemy Units are in Range~2 of The Kraken gain 5~ressource and draw a card. \\ \vspace{0.3cm} Otherwise put a fear counter on all enemy Units in Range~2 of The Kraken +latex_effect: If no enemy Units are in Range~2 of The Kraken gain 5~ressource and draw a card. \\ \vspace{0.3cm} Otherwise put a panik mark on all enemy Units in Range~2 of The Kraken diff --git a/data/cards/magic/heal!.yml b/data/cards/magic/heal!.yml index cd8af15d..a0880c59 100644 --- a/data/cards/magic/heal!.yml +++ b/data/cards/magic/heal!.yml @@ -2,4 +2,4 @@ name: Heal! type: spell buy: 5 play: 2 -effect: Target unit gains 1 Health or remove all Poison counters from it +effect: Target unit gains 1 Health or remove all Poison marks from it |
