diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2021-10-08 10:34:36 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2021-10-08 10:42:15 +0200 |
| commit | 687b692604f642ae4fdb2fc4fe8125d509605325 (patch) | |
| tree | f15745ef433118f23469318fe2bf6640a2d3448e /data | |
| parent | fd3a0f6f5e4c102cc913442514e38d4c23a8c788 (diff) | |
| download | muhqs-game-687b692604f642ae4fdb2fc4fe8125d509605325.tar.gz muhqs-game-687b692604f642ae4fdb2fc4fe8125d509605325.zip | |
add unfinished potions set
Potions are designed as a different on field resource to diversify
game play.
Potions may be used offensively or defensively.
They are a on field equivalent to spells with harder timing restrictions,
public information but artifact synergies and thus should be cheaper
than their spell equivalent.
In particular because unused spells can be used to generate resource
by discarding two cards. Played potions are "dead" until they are used.
Diffstat (limited to 'data')
| -rw-r--r-- | data/cards/potions/brewery.yml | 12 | ||||
| -rw-r--r-- | data/cards/potions/courier.yml | 14 | ||||
| -rw-r--r-- | data/cards/potions/heal_potion.yml | 9 | ||||
| -rw-r--r-- | data/cards/potions/toxic_gas_vial.yml | 9 | ||||
| -rw-r--r-- | data/cards/potions/vial_smasher.yml | 11 |
5 files changed, 55 insertions, 0 deletions
diff --git a/data/cards/potions/brewery.yml b/data/cards/potions/brewery.yml new file mode 100644 index 00000000..942b3bc2 --- /dev/null +++ b/data/cards/potions/brewery.yml @@ -0,0 +1,12 @@ +type: artifact +name: + en: Brewery + de: Brauerei +buy: 7 +play: 5 +effect: + en: Solid 2. Potions you play cost 1 less + de: Solide 2. Tränke die du spielst kosten 1 weniger +latex_effect: + en: "Solid 2.\\\\ \\vspace{0.3cm} Potions you play cost 1 less" + de: "Solide 2.\\\\ \\vspace{0.3cm} Tränke die du spielst kosten 1 weniger" diff --git a/data/cards/potions/courier.yml b/data/cards/potions/courier.yml new file mode 100644 index 00000000..60b43041 --- /dev/null +++ b/data/cards/potions/courier.yml @@ -0,0 +1,14 @@ +type: unit +name: + en: Courier + de: Kurier +health: 1 +movement: 2 +buy: 5 +upkeep: 1 +effect: + en: "If Courier has already moved 4 tiles this turn it gains an additional movement action. 0: Move a piled artifcat between allied units in range 1" + de: "Falls Kurier sich bereits 4 Felder diesen Zug bewegt hat erhaelt er eine zusaetzliche Bewegungs-Aktion. 0: Versetze ein gestapeltes Artefakt zwischen verbuendeten Units in Range 1" +latex_effect: + en: "If Courier has already moved 4 tiles this turn it gains an additional movement action.\\\\ \\vspace{0.1cm} 0: Move a piled artifcat between allied units in range 1" + de: "Falls Kurier sich bereits 4 Felder diesen Zug bewegt hat erhält er eine zusätzliche Bewegungs-Aktion.\\\\ \\vspace{0.1cm} 0: Versetze ein gestapeltes Artefakt zwischen verbündeten Units in Range 1" diff --git a/data/cards/potions/heal_potion.yml b/data/cards/potions/heal_potion.yml new file mode 100644 index 00000000..f8cdb91e --- /dev/null +++ b/data/cards/potions/heal_potion.yml @@ -0,0 +1,9 @@ +name: + en: Heal Potion + de: Heiltrank +type: potion +play: 2 +buy: 4 +use: + en: "Sacrifice Heal Potion: Remove one damage or all poison marks from target unit in range 1" + de: "Opfere Heil Trank: Entferne einen Schaden oder alle Gift Marken von einer Ziel-Unit in Range 1" diff --git a/data/cards/potions/toxic_gas_vial.yml b/data/cards/potions/toxic_gas_vial.yml new file mode 100644 index 00000000..a12fec0d --- /dev/null +++ b/data/cards/potions/toxic_gas_vial.yml @@ -0,0 +1,9 @@ +name: + en: Toxic Gas Vial + de: Gift Gas Phiole +type: potion +play: 5 +buy: 5 +use: + en: "Sacrifice Toxic Gas Vial: Put a poison mark on each unit in range 1" + de: "Opfere Gift Gas Phiole: Lege eine Gift Marke auf jede Unit in Range 1" diff --git a/data/cards/potions/vial_smasher.yml b/data/cards/potions/vial_smasher.yml new file mode 100644 index 00000000..5f525228 --- /dev/null +++ b/data/cards/potions/vial_smasher.yml @@ -0,0 +1,11 @@ +type: unit +name: + en: Vial Smasher + de: Phiolenwerfer +health: 1 +movement: 2 +buy: 5 +upkeep: 1 +effect: + en: "Vial Smasher may use equipped potions as if it would be placed on target tile in range 2" + de: "Phiolenwerfer kann ausgerüstete Tränke verwenden als ob er auf einem beliebigen Ziel-Feld in Range 2 stehen würde" |
