Skip to content

Commit

Permalink
Add Sabine Wren (sabinewren-command)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony Saba committed Jun 22, 2024
1 parent c2414bc commit fa26ccc
Showing 1 changed file with 33 additions and 6 deletions.
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"] }
]
}
]

0 comments on commit fa26ccc

Please sign in to comment.