diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-09-18 13:17:46 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-10-18 14:29:16 +0200 |
| commit | b06c687b0b8a7b0be6a2ff24ee7c4b723428e675 (patch) | |
| tree | 16d311844dc5e58f029a0142901c8f494234a7c5 /data | |
| parent | 6b99864b939cb27401a77504d3e102b9fe6e6f51 (diff) | |
| download | muhqs-game-b06c687b0b8a7b0be6a2ff24ee7c4b723428e675.tar.gz muhqs-game-b06c687b0b8a7b0be6a2ff24ee7c4b723428e675.zip | |
add Reclaim!, Pierce! spells, update Heal! and minor fixes
Heal! now can also remove poison counters.
Add '!' to all spells.
Capitalize some effects.
Update file names in Collections.
Diffstat (limited to 'data')
| -rw-r--r-- | data/equipments.ini | 6 | ||||
| -rw-r--r-- | data/magic.ini | 14 |
2 files changed, 16 insertions, 4 deletions
diff --git a/data/equipments.ini b/data/equipments.ini index b7e42f34..ab095f93 100644 --- a/data/equipments.ini +++ b/data/equipments.ini @@ -72,3 +72,9 @@ type = spell buy = 5 play = X effect = Destroy target artifact with buy = X + +[Reclaim!] +type = spell +buy = 5 +play = X +effect = Teleport target Artifact with Playcost X to a free spawn tile. diff --git a/data/magic.ini b/data/magic.ini index 503b600e..b52d3203 100644 --- a/data/magic.ini +++ b/data/magic.ini @@ -8,19 +8,19 @@ effect = Two units gain +1 Armor until end of turn type = spell buy = 5 play = 2 -effect = One unit gains 1 Health +effect = Target unit gains 1 Health or remove up to 2 Poison from it -[Charge] +[Charge!] type = spell buy = 5 play = 2 effect = Two units gain +2 Movement until end of turn -[Rush] +[Rush!] type = spell buy = 5 play = 2 -effect = one unit gains +4 Movement until end of turn +effect = One unit gains +4 Movement until end of turn [Attack!] type = spell @@ -88,6 +88,12 @@ buy = 5 play = 2 effect = Target unit can not be targeted this turn +[Pierce!] +type = spell +buy = 5 +play = 1X +effect = Ignore X Armor of target unit this turn + [Ritual!] type = spell buy = 7 |
