Skip to content

Commit

Permalink
A New Order crew (#101)
Browse files Browse the repository at this point in the history
* A New Order article crew

* Fix commas
  • Loading branch information
guidokessels authored Nov 30, 2018
1 parent 41c5216 commit c2a5926
Showing 1 changed file with 52 additions and 5 deletions.
57 changes: 52 additions & 5 deletions data/upgrades/crew.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,12 @@
{
"title": "Captain Phasma",
"type": "Crew",
"ability": "At the...",
"ability": "At the end of the Engagement Phase, each enemy ship at range 0-1 that is not stressed gains 1 stress token.",
"slots": ["Crew"]
}
],
"cost": { "value": 0 }
"cost": { "value": 0 },
"restrictions": [{ "factions": ["First Order"] }]
},
{
"name": "Cassian Andor",
Expand Down Expand Up @@ -404,6 +405,20 @@
],
"cost": { "value": 3 }
},
{
"name": "General Hux",
"limited": 1,
"xws": "generalhux",
"sides": [
{
"title": "General Hux",
"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"]
}
],
"restrictions": [{ "factions": ["First Order"] }]
},
{
"name": "GNK \"Gonk\" Droid",
"limited": 0,
Expand Down Expand Up @@ -617,6 +632,22 @@
"cost": { "value": 5 },
"restrictions": [{ "factions": ["Scum and Villainy"] }]
},
{
"name": "Kylo Ren",
"limited": 1,
"xws": "kyloren",
"sides": [
{
"title": "Kylo Ren",
"type": "Crew",
"ability": "Action: Choose 1 enemy ship at range 1-3. If you do, spend 1 [Force] to assign the I'll Show You the Dark Side condition to that ship.",
"conditions": ["illshowyouthedarkside"],
"slots": ["Crew"],
"force": { "value": 1, "recovers": 1 }
}
],
"restrictions": [{ "factions": ["First Order"] }]
},
{
"name": "L3-37",
"limited": 1,
Expand Down Expand Up @@ -847,6 +878,20 @@
],
"cost": { "value": 10 }
},
{
"name": "Petty Officer Thanisson",
"limited": 1,
"xws": "pettyofficerthanisson",
"sides": [
{
"title": "Petty Officer Thanisson",
"type": "Crew",
"ability": "During the Activation or Engagement Phase, after an enemy ship in your [Front Arc] at range 0-1 gains a red or orange token, if you are not stressed, you may gain 1 stress token. If you do, that ship gains 1 additional token of the type that it gained.",
"slots": ["Crew"]
}
],
"restrictions": [{ "factions": ["First Order"] }]
},
{
"name": "Qi'ra",
"limited": 1,
Expand Down Expand Up @@ -976,11 +1021,13 @@
{
"title": "Supreme Leader Snoke",
"type": "Crew",
"ability": "During the System... you may...",
"slots": ["Crew", "Crew"]
"ability": "During the System Phase, you may choose any number of enemy ships beyond range 1. If you do, spend that many [Force] to flip each chosen ship's dial faceup.",
"slots": ["Crew", "Crew"],
"force": { "value": 1, "recovers": 1 }
}
],
"cost": { "value": 0 }
"cost": { "value": 0 },
"restrictions": [{ "factions": ["First Order"] }]
},
{
"name": "Tactical Officer",
Expand Down

0 comments on commit c2a5926

Please sign in to comment.