diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2021-01-02 18:26:10 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2021-01-02 22:23:46 +0100 |
| commit | 86e7c92aad182f61185b15a4cd21b0b0aaf8a87d (patch) | |
| tree | 2c2ddf579408562397c2b59699c8a54bf167045c /data | |
| parent | 77c4c2881a74f05ce673b16ebb6370104787be79 (diff) | |
| download | muhqs-game-86e7c92aad182f61185b15a4cd21b0b0aaf8a87d.tar.gz muhqs-game-86e7c92aad182f61185b15a4cd21b0b0aaf8a87d.zip | |
add Wormtongue as counter part to the Advisor
Diffstat (limited to 'data')
| -rw-r--r-- | data/base.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/base.ini b/data/base.ini index c7ed48fb..c14b7bc1 100644 --- a/data/base.ini +++ b/data/base.ini @@ -119,6 +119,20 @@ buy = 10 upkeep = 2 full_action = Draw 1 card. You may exile 1 card from your hand. +[Wormtongue] +type = unit +health = 1 +movement = 2 +buy = 10 +upkeep = 2 +full_action = 3: Add a Misinformation token to an opponents pile. + +[Misinformation] +token = true +type = spell +effect = Exile this card. +play = 5 + [Cavl. Archer] type = unit attack = 1 Range 2 |
