Skip to content

Commit

Permalink
Add missing cards and correct several FFG IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
guidokessels committed Dec 14, 2018
1 parent e696fad commit 533bf31
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
8 changes: 6 additions & 2 deletions data/ffg-xws.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@
"440": "bluesquadronrecruit",
"441": "foremanproach",
"442": "ahhav",
"443": "overseeryushyn",
"443": "captainseevor",
"444": "overseeryushyn",
"445": "miningguildsurveyor",
"446": "miningguildsentry",
"447": "edonkappehl",
Expand Down Expand Up @@ -465,7 +466,8 @@
"462": "patternanalyzer",
"463": "primedthrusters",
"464": "targetingsynchronizer",
"465": "generalhux",
"465": "captainphasma",
"466": "generalhux",
"467": "kyloren",
"468": "pettyofficerthanisson",
"469": "supremeleadersnoke",
Expand All @@ -482,12 +484,14 @@
"480": "bbastromech",
"481": "m9g8",
"482": "r2ha",
"483": "r5x3",
"484": "blackone",
"485": "reysmillenniumfalcon",
"486": "integratedsfoils",
"487": "integratedsfoils",
"488": "ferrospherepaint",
"489": "hate",
"490": "predictiveshot",
"491": "biohexacryptcodes"
},
"factions": {
Expand Down
2 changes: 1 addition & 1 deletion data/pilots/scum-and-villainy/modified-tie-ln-fighter.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"charges": { "value": 1, "recovers": 1 },
"image": "https://images-cdn.fantasyflightgames.com/filer_public/c1/78/c178c035-befe-44dd-bdb6-541c377ed85b/swz23_overseer-yushyn.png",
"slots": ["Modification"],
"ffg": 443
"ffg": 444
},
{
"name": "Mining Guild Sentry",
Expand Down
18 changes: 18 additions & 0 deletions data/upgrades/astromech.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,24 @@
"cost": { "value": 1 },
"restrictions": [{ "factions": ["Scum and Villainy"] }]
},
{
"name": "R5-X3",
"limited": 1,
"xws": "r5x3",
"sides": [
{
"title": "R5-X3",
"type": "Astromech",
"ability": "Before you activate or engage, you may spend 1 [Charge] to ignore obstacles until the end of this phase.",
"image": "https://sb-cdn.fantasyflightgames.com/card_images/en/aed4536536b67bae316b260ed151c22a.png",
"slots": ["Astromech"],
"artwork": "https://sb-cdn.fantasyflightgames.com/card_art/7361f88154703f61221bc2a775f4a9b6.jpg",
"ffg": 483
}
],
"cost": { "value": 5 },
"restrictions": [{ "factions": ["Resistance"] }]
},
{
"name": "R2-HA",
"limited": 1,
Expand Down
2 changes: 1 addition & 1 deletion data/upgrades/crew.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
"type": "Crew",
"ability": "While you perform a white [Coordinate] action, you may treat if as red. If you do, you may coordinate up to 2 additional ships of the same ship type, and each ship you coordinate must perform the same action, treating that action as red.",
"slots": ["Crew"],
"ffg": 465
"ffg": 466
}
],
"cost": { "value": 10 },
Expand Down
5 changes: 4 additions & 1 deletion data/upgrades/force-power.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@
"title": "Predicitive Shot",
"type": "Force Power",
"ability": "After you declare an attack, if the defender is in your [Bullseye Arc], you may spend 1 [Force]. If you do, during the Roll Defense Dice step, the defender cannot roll more defense dice than the number of your [Hit]/[Crit] results.",
"slots": ["Force Power"]
"slots": ["Force Power"],
"artwork": "https://sb-cdn.fantasyflightgames.com/card_art/53ceabb0e2e66e61c077145475b18dab.jpg",
"image": "https://sb-cdn.fantasyflightgames.com/card_images/en/e0100c63b2753daf68a9d3948824b086.png",
"ffg": 490
}
]
}
Expand Down

0 comments on commit 533bf31

Please sign in to comment.