From 178e7df2948f311ffd68e6801ed561561c93965c Mon Sep 17 00:00:00 2001 From: Guido Gloor Date: Thu, 27 Jul 2017 12:32:41 +0200 Subject: [PATCH] Added image paths to JSON, moved astromech --- data/pilots.js | 2 ++ data/upgrades.js | 3 ++- .../{Astromech => Salvaged Astromech}/r4-e1.png | Bin 3 files changed, 4 insertions(+), 1 deletion(-) rename images/upgrades/{Astromech => Salvaged Astromech}/r4-e1.png (100%) diff --git a/data/pilots.js b/data/pilots.js index 3a895ca..0935cab 100644 --- a/data/pilots.js +++ b/data/pilots.js @@ -4278,6 +4278,7 @@ "id": 258 }, { + "image": "pilots/Rebel Alliance/Auzituck Gunship/wookiee-liberator.png", "name": "Wookiee Liberator", "xws": "wookieeliberator", "ship": "Auzituck Gunship", @@ -4292,6 +4293,7 @@ "id": 259 }, { + "image": "pilots/Scum and Villainy/Scurrg H-6 Bomber/lok-revenant.png", "name": "Lok Revenant", "xws": "lokrevenant", "ship": "Scurrg H-6 Bomber", diff --git a/data/upgrades.js b/data/upgrades.js index 72c4a37..d230025 100644 --- a/data/upgrades.js +++ b/data/upgrades.js @@ -3832,7 +3832,8 @@ "text": "You can perform actions on your [Torpedo] and [Bomb] Upgrade cards even if you are stressed. After you perform an action in this way, you may discard this card to remove 1 stress token from your ship.", "points": 1, "slot": "Salvaged Astromech", - "id": 327 + "id": 327, + "image": "upgrades/Salvaged Astromech/r4-e1.png" }, { "text": "Attack (Target Lock): Discard this card to perform this attack.

You may roll additional attack dice equal to the speed of the maneuver you executed this round, to a maximum of 4 additional dice.", diff --git a/images/upgrades/Astromech/r4-e1.png b/images/upgrades/Salvaged Astromech/r4-e1.png similarity index 100% rename from images/upgrades/Astromech/r4-e1.png rename to images/upgrades/Salvaged Astromech/r4-e1.png