diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2021-09-03 17:52:08 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2021-09-03 17:53:06 +0200 |
| commit | dc4f0b28519f0002e0948a250b2a60010dad342d (patch) | |
| tree | e5de130205e475ce1af14ddd9f7f5c8f077cc817 /data | |
| parent | 2a17363c6906a42a6a4712f30c504db08200f958 (diff) | |
| download | muhqs-game-dc4f0b28519f0002e0948a250b2a60010dad342d.tar.gz muhqs-game-dc4f0b28519f0002e0948a250b2a60010dad342d.zip | |
add illusionist
Different spin of token generator like recruiter.
Diffstat (limited to 'data')
| -rw-r--r-- | data/cards/exp1/illusion.yml | 11 | ||||
| -rw-r--r-- | data/cards/exp1/illusionist.yml | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/data/cards/exp1/illusion.yml b/data/cards/exp1/illusion.yml new file mode 100644 index 00000000..020588dc --- /dev/null +++ b/data/cards/exp1/illusion.yml @@ -0,0 +1,11 @@ +type: unit +name: + en: Illusion +token: true +attack: 1 +health: 1 +movement: 2 +upkeep: 0 +effect: + en: If you control no Illusionist sacrifice Illusion. + de: Falls du keinen Illusionist kontrollierst opfere Illusion. diff --git a/data/cards/exp1/illusionist.yml b/data/cards/exp1/illusionist.yml new file mode 100644 index 00000000..0b0fb9b1 --- /dev/null +++ b/data/cards/exp1/illusionist.yml @@ -0,0 +1,10 @@ +type: unit +name: + en: Illusionist +health: 1 +movement: 2 +buy: 10 +upkeep: 2 +full_action: + en: Create a Illusion token on adjacent tile + de: Erzeuge einen Illusions Token auf einem angrenzenden Feld |
