diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2021-03-01 11:14:43 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2021-03-01 11:14:43 +0100 |
| commit | 68849813ac5b85973daef1edbdb04b6b68f071cd (patch) | |
| tree | f4b6f8d756887854dcdfead1eacacf3265cc6ef8 | |
| parent | 6a7dbc5473b36c61ebbfca1eb86e8061083a91ab (diff) | |
| download | muhqs-game-68849813ac5b85973daef1edbdb04b6b68f071cd.tar.gz muhqs-game-68849813ac5b85973daef1edbdb04b6b68f071cd.zip | |
[cards] use effect and full_action as human readable rules text
| -rw-r--r-- | data/cards/base/wormtongue.yml | 4 | ||||
| -rw-r--r-- | data/cards/equipments/smith.yml | 6 | ||||
| -rw-r--r-- | data/cards/equipments/spear.yml | 2 | ||||
| -rw-r--r-- | data/cards/kraken/frost_pylon.yml | 2 | ||||
| -rw-r--r-- | data/cards/kraken/unholy_cannonball.yml | 2 | ||||
| -rw-r--r-- | data/cards/nautics/fish_trap.yml | 2 |
6 files changed, 7 insertions, 11 deletions
diff --git a/data/cards/base/wormtongue.yml b/data/cards/base/wormtongue.yml index 73207ec5..255549b6 100644 --- a/data/cards/base/wormtongue.yml +++ b/data/cards/base/wormtongue.yml @@ -4,7 +4,5 @@ health: 1 movement: 2 buy: 10 upkeep: 2 -full_action: - cost: 3 - effect: Add a Misinformation token to an opponents pile +full_action: "Pay 3: Add a Misinformation token to an opponents pile" latex_full_action: "\\faRedo, 3: Add a Misinformation token to an opponents pile" diff --git a/data/cards/equipments/smith.yml b/data/cards/equipments/smith.yml index 1d3d55cf..3af78c05 100644 --- a/data/cards/equipments/smith.yml +++ b/data/cards/equipments/smith.yml @@ -4,8 +4,6 @@ buy: 10 upkeep: 2 health: 1 movement: 2 -full_action: - cost: X - effect: Create Copy of artifact with buy cost = X in range 1 on empty tile in range 1 +full_action: "Pay X: Create Copy of artifact with buy cost X in Range 1 on empty tile in Range 1" -latex_full_action: "\\faRedo, X: Create Copy of artifact with buy cost = X in range 1 on empty tile in range 1" +latex_full_action: "\\faRedo, X: Create Copy of artifact with buy cost X in Range 1 on empty tile in Range 1" diff --git a/data/cards/equipments/spear.yml b/data/cards/equipments/spear.yml index 4a7bc13c..592c47a2 100644 --- a/data/cards/equipments/spear.yml +++ b/data/cards/equipments/spear.yml @@ -3,4 +3,4 @@ type: equipment play: 7 buy: 2 durability: 3 -effect: Equipped unit gains +1 Attack and Range 2 against unit with M >= 3 +effect: Equipped unit gains +1 Attack and Range 2 against unit with Movement >= 3 diff --git a/data/cards/kraken/frost_pylon.yml b/data/cards/kraken/frost_pylon.yml index 70ba8d0f..bd9c012e 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 +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" diff --git a/data/cards/kraken/unholy_cannonball.yml b/data/cards/kraken/unholy_cannonball.yml index 39618ebe..2f3488bb 100644 --- a/data/cards/kraken/unholy_cannonball.yml +++ b/data/cards/kraken/unholy_cannonball.yml @@ -3,4 +3,4 @@ type: spell play: 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. \\ \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 fear counter on all enemy Units in range~2 of The Kraken diff --git a/data/cards/nautics/fish_trap.yml b/data/cards/nautics/fish_trap.yml index c7082093..2db07920 100644 --- a/data/cards/nautics/fish_trap.yml +++ b/data/cards/nautics/fish_trap.yml @@ -1,5 +1,5 @@ name: Fish Trap type: artifact token: true -effect: Adjacent Fisher have full_action(Gain 2 Resource) +effect: "Adjacent Fisher have \"full action: Gain 2 Resource\"" latex_effect: "Adjacent Fisher have \\\\ \\enquote{~\\faRedo: Gain 2 Resource}" |
