From 30c7f8ecb9fce549434e4648e9212320987276a5 Mon Sep 17 00:00:00 2001 From: Daniel Salinas Date: Wed, 20 Oct 2021 12:26:43 -0400 Subject: [PATCH 1/2] Mark Marie's promo cards as reprints of TCU Temporarlly incorrect, but should do the right thing with regards to hiding them --- pack/promo/promo.json | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/pack/promo/promo.json b/pack/promo/promo.json index c0b51d663..26a052c14 100644 --- a/pack/promo/promo.json +++ b/pack/promo/promo.json @@ -37,36 +37,16 @@ }, { "code": "99002", - "cost": 3, - "deck_limit": 1, - "faction_code": "neutral", - "illustrator": "Jeff Lee Johnson", - "name": "Mystifying Song", + "duplicate_of": "05018", "pack_code": "promo", "position": 2, - "quantity": 1, - "restrictions": "investigator:99001", - "skill_wild": 2, - "text": "Marie Lambeau deck only.\nFast. Play when the agenda would advance by reaching its doom threshold.\nUntil the end of the phase, the agenda cannot advance by reaching its doom threshold. Remove Mystifying Song from the game.", - "traits": "Spell. Song.", - "type_code": "event" + "restrictions": "investigator:99001" }, { "code": "99003", - "deck_limit": 1, - "faction_code": "neutral", - "illustrator": "Magali Villeneuve", - "is_unique": true, - "name": "Baron Samedi", + "duplicate_of": "05019", "pack_code": "promo", "position": 3, - "quantity": 1, - "restrictions": "investigator:99001", - "subtype_code": "weakness", - "slot": "Ally", - "subname": "Lord of the Cemetery", - "text": "Revelation - Put Baron Samedi into play. He cannot leave play while he has less than 3 doom on him.\nForced - When any amount of damage is placed on an investigator in Baron Samedi's location: Place 1 additional damage on that investigator.\n[free] Exhaust Baron Samedi: Place 1 doom on Baron Samedi. If he has 3 or more doom on him, discard him.", - "traits": "Avatar.", - "type_code": "asset" + "restrictions": "investigator:99001" } ] From bfc2f11c2b97e1b98cad0b33dbb20c9da91f40fa Mon Sep 17 00:00:00 2001 From: Daniel Salinas Date: Wed, 27 Oct 2021 11:47:15 -0400 Subject: [PATCH 2/2] Update promo.json --- pack/promo/promo.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pack/promo/promo.json b/pack/promo/promo.json index 26a052c14..a5c623cf1 100644 --- a/pack/promo/promo.json +++ b/pack/promo/promo.json @@ -40,6 +40,7 @@ "duplicate_of": "05018", "pack_code": "promo", "position": 2, + "quantity": 1, "restrictions": "investigator:99001" }, { @@ -47,6 +48,7 @@ "duplicate_of": "05019", "pack_code": "promo", "position": 3, + "quantity": 1, "restrictions": "investigator:99001" } ]