From f8c93e9ce9971850fafeb94ab88fa75b53cffdfa Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 23 Jun 2024 09:17:22 -0600 Subject: [PATCH] Update crew.json Add missing conditions False Friend and Merciless Pursuit --- data/upgrades/crew.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/upgrades/crew.json b/data/upgrades/crew.json index 5ff220b0..b29953ee 100644 --- a/data/upgrades/crew.json +++ b/data/upgrades/crew.json @@ -2048,6 +2048,7 @@ "sides": [ { "ability": "Setup: After placing forces, choose an opponent; they assign the Merciless Pursuit condition to 2 of their ships. Your [Force] lose the recurring icon. After you defend, if you suffer damage during that attack, recover 1 [Force].", + "conditions": ["mercilesspursuit"], "title": "The Child", "type": "Crew", "slots": ["Crew"], @@ -2331,6 +2332,7 @@ "sides": [ { "ability": "Setup: Before placing forces, choose 1 enemy ship and assign the False Friend condition to it. Action: If the False Friend condition is not assigned to an enemy ship, assign it to an enemy ship in your [Front Arc] at range 0-2.", + "conditions": ["falsefriend"], "title": "Tal Merrik", "type": "Crew", "slots": ["Crew"],