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 /data/cards/base | |
| parent | 6a7dbc5473b36c61ebbfca1eb86e8061083a91ab (diff) | |
| download | muhqs-game-68849813ac5b85973daef1edbdb04b6b68f071cd.tar.gz muhqs-game-68849813ac5b85973daef1edbdb04b6b68f071cd.zip | |
[cards] use effect and full_action as human readable rules text
Diffstat (limited to 'data/cards/base')
| -rw-r--r-- | data/cards/base/wormtongue.yml | 4 |
1 files changed, 1 insertions, 3 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" |
