Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing Sabine Wren (Command) #690

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
36 changes: 35 additions & 1 deletion data/upgrades/command.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
}
],
"cost": { "value": 6 },
"restrictions": [{ "sizes": ["Huge"] }]
"ions": [{ "sizes": ["Huge"] }]
},
{
"name": "Jedi Commander",
Expand Down Expand Up @@ -608,5 +608,39 @@
"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 <span class='keyword'>Trials of the Darksaber</span> condition to yourself.<br>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"
}
}
],
"artwork": "https://infinitearenas.com/xw2/images/artwork/upgrades/sabinewren-command.png",
"image": "https://infinitearenas.com/xw2/images/upgrades/sabinewren-command.png"
}
],
"cost": {
"value": "5"
},
"restrictions": [
{ "factions": ["rebelalliance"] },
{ "sizes": ["Small", "Medium", "Large"] }
]
}
]
Loading