Skip to content

Commit

Permalink
Merge pull request #120 from haslo/data_fix
Browse files Browse the repository at this point in the history
Added image paths to JSON, moved astromech
  • Loading branch information
guidokessels authored Jul 27, 2017
2 parents 57b7d99 + 178e7df commit 2cf9b86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions data/pilots.js
Original file line number Diff line number Diff line change
Expand Up @@ -4278,6 +4278,7 @@
"id": 258
},
{
"image": "pilots/Rebel Alliance/Auzituck Gunship/wookiee-liberator.png",
"name": "Wookiee Liberator",
"xws": "wookieeliberator",
"ship": "Auzituck Gunship",
Expand All @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion data/upgrades.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": "<strong>Attack (Target Lock):</strong> Discard this card to perform this attack.<br /><br />You may roll additional attack dice equal to the speed of the maneuver you executed this round, to a maximum of 4 additional dice.",
Expand Down
File renamed without changes

0 comments on commit 2cf9b86

Please sign in to comment.