diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-09-03 12:37:52 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-09-03 12:39:42 +0200 |
| commit | 67faa0f3bf6fb047d19372c9b671a45887b99f6e (patch) | |
| tree | 359daa9bf5f3ccd04678598b6fa17e60d5fcc768 /data | |
| parent | 1f6b30ebec826fe886829c2618ed0b109009e3b8 (diff) | |
| download | muhqs-game-67faa0f3bf6fb047d19372c9b671a45887b99f6e.tar.gz muhqs-game-67faa0f3bf6fb047d19372c9b671a45887b99f6e.zip | |
implement the patrician
Diffstat (limited to 'data')
| -rw-r--r-- | data/cards/exp1/patrician.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/cards/exp1/patrician.yml b/data/cards/exp1/patrician.yml new file mode 100644 index 00000000..d83cf7e4 --- /dev/null +++ b/data/cards/exp1/patrician.yml @@ -0,0 +1,21 @@ +type: unit +name: + en: Patrician + de: Patrizier +health: 1 +movement: 1 +buy: 7 +upkeep: 2 +effect: + en: + - "2: Gain +1 movement this turn" + - "3: Gain +1 attack this turn" + - "5: Gain +1 armor this turn" + - "7: Draw a card" + - "9: Create a Recruit token in range 1" + de: + - "2: Gain +1 movement this turn" + - "3: Gain +1 attack this turn" + - "5: Gain +1 armor this turn" + - "7: Draw a card" + - "9: Create a Recruit token in range 1" |
