diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-10-18 01:49:56 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-10-18 14:32:19 +0200 |
| commit | d47e9fa4165e21ead0b3025865c00ec4020aef19 (patch) | |
| tree | 4082ebb1e575e008eaa383e5cba222c6bfb0d37c /data | |
| parent | 9033d25a850830859e61213d73847d770a2ac5d1 (diff) | |
| download | muhqs-game-d47e9fa4165e21ead0b3025865c00ec4020aef19.tar.gz muhqs-game-d47e9fa4165e21ead0b3025865c00ec4020aef19.zip | |
Gameplay errata
* Armor that stops you from moving is stupid
* Make Buff spells more flexible
* Introduce spell based exiling of cards
* Let heal! remove ALL poison
Diffstat (limited to 'data')
| -rw-r--r-- | data/equipments.ini | 2 | ||||
| -rw-r--r-- | data/magic.ini | 20 |
2 files changed, 8 insertions, 14 deletions
diff --git a/data/equipments.ini b/data/equipments.ini index fcc6e03c..3ef58f8a 100644 --- a/data/equipments.ini +++ b/data/equipments.ini @@ -43,7 +43,7 @@ type = equipment buy = 8 play = 3 durability = 1 -effect = Equipped unit has +2 Armor and can't move +effect = Equipped unit has +2 Armor and -2 Movement [Cloak] type = equipment diff --git a/data/magic.ini b/data/magic.ini index 6d0fe542..bcfe2bde 100644 --- a/data/magic.ini +++ b/data/magic.ini @@ -8,31 +8,25 @@ effect = Two units gain +1 Armor until end of turn type = spell buy = 5 play = 2 -effect = Target unit gains 1 Health or remove up to 2 Poison from it - -[Charge!] -type = spell -buy = 5 -play = 2 -effect = Two units gain +2 Movement until end of turn +effect = Target unit gains 1 Health or remove all Poison counters from it [Rush!] type = spell buy = 5 play = 2 -effect = One unit gains +4 Movement until end of turn +effect = Distribute 2 times "+ 2 Movement this turn" on up to two units [Attack!] type = spell buy = 5 play = 2 -effect = Two units gain +1 Damage until end of turn +effect = Distribute 2 times "+1 Attack this turn" on up to two units -[Move!] +[Action!] type = spell buy = 5 -play = 3 -effect = Move target unit +play = 2 +effect = Move or attack with one unit [Stumble!] type = spell @@ -50,7 +44,7 @@ effect = Draw two cards type = spell buy = 7 play = 1 -effect = Scry 1. Draw 1 +effect = Draw 1. You may exile a card from your hand [Die!] type = spell |
