Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 33 additions & 6 deletions data/upgrades/command.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@
"title": "Asajj Ventress",
"type": "Command",
"slots": ["Command", "Crew"],
"grants" : [
"grants": [
{
"type": "action",
"value": {
Expand Down Expand Up @@ -545,7 +545,7 @@
"title": "Hondo Ohnaka",
"type": "Command",
"slots": ["Command", "Crew"],
"grants" : [
"grants": [
{
"type": "action",
"value": {
Expand All @@ -560,9 +560,7 @@
}
],
"cost": { "value": 7 },
"restrictions": [
{ "sizes": ["Huge"] }
]
"restrictions": [{ "sizes": ["Huge"] }]
},
{
"name": "General Grievous",
Expand Down Expand Up @@ -605,8 +603,37 @@
}
],
"cost": { "value": "?" },
"restrictions": [{ "ships": ["gauntletfighter"] }]
},
{
"name": "Sabine Wren",
"limited": 1,
"xws": "sabinewren-command",
"standard": false,
"extended": false,
"epic": true,
"sides": [
{
"ability": "Setup: Before placing forces, assign the Trials of the Darksaber condition to yourself. While you perform a [Coordinate] action, you may coordinate 1 additional friendly ship.",
"title": "Sabine Wren",
"type": "Command",
"slots": ["Command", "Crew"],
"grants": [
{
"type": "action",
"value": {
"type": "Coordinate",
"difficulty": "Red"
}
}
],
"image": "https://infinitearenas.com/xw2/images/upgrades/sabinewren-command.png"
}
],
"cost": { "value": 5 },
"restrictions": [
{ "ships": ["gauntletfighter"] }
{ "sizes": ["Small", "Medium", "Large"] },
{ "factions": ["rebelalliance"] }
]
}
]