From 36ba88cd0f9ec740a119f76451731a267432bf04 Mon Sep 17 00:00:00 2001 From: "marcin.sciesinski" Date: Sat, 14 Sep 2019 21:45:01 -0700 Subject: [PATCH] Some FotR cards --- .../src/main/web/cards/set1/set1-gondor.json | 34 +++++++++++++++++++ .../src/main/web/cards/set1/set1.json | 32 ----------------- 2 files changed, 34 insertions(+), 32 deletions(-) create mode 100644 gemp-lotr/gemp-lotr-async/src/main/web/cards/set1/set1-gondor.json diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set1/set1-gondor.json b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set1/set1-gondor.json new file mode 100644 index 000000000..5cfa46773 --- /dev/null +++ b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set1/set1-gondor.json @@ -0,0 +1,34 @@ +{ + "1_94": { + "title": "Athelas", + "culture": "gondor", + "cost": 1, + "type": "possession", + "target": "culture(gondor),man", + "effects": { + "type": "activated", + "phase": "fellowship", + "cost": { + "type": "discard", + "filter": "self" + }, + "effect": { + "type": "choice", + "texts": [ + "Heal a companion", + "Remove a Shadow condition from a companion" + ], + "effects": [ + { + "type": "heal", + "filter": "choose(companion)" + }, + { + "type": "discard", + "filter": "choose(side(shadow),condition,attachedTo(companion))" + } + ] + } + } + } +} \ No newline at end of file diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set1/set1.json b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set1/set1.json index 522561ec3..c3d69157a 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set1/set1.json +++ b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set1/set1.json @@ -1,36 +1,4 @@ { - "1_94": { - "title": "Athelas", - "culture": "gondor", - "cost": 1, - "type": "possession", - "target": "culture(gondor),man", - "effects": { - "type": "activated", - "phase": "fellowship", - "cost": { - "type": "discard", - "filter": "self" - }, - "effect": { - "type": "choice", - "texts": [ - "Heal a companion", - "Remove a Shadow condition from a companion" - ], - "effects": [ - { - "type": "heal", - "filter": "choose(companion)" - }, - { - "type": "discard", - "filter": "choose(side(shadow),condition,attachedTo(companion))" - } - ] - } - } - }, "1_158": { "title": "Uruk-hai Raiding Party", "culture": "isengard",