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

Add Sabine Wren (sabinewren-command) #688

Open
wants to merge 1 commit 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
Add Sabine Wren (sabinewren-command)
Antony Saba committed Jun 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 22869c7f6da78e1ae3ac35ddd65cae1782d0a03c
39 changes: 33 additions & 6 deletions data/upgrades/command.json
Original file line number Diff line number Diff line change
@@ -490,7 +490,7 @@
"title": "Asajj Ventress",
"type": "Command",
"slots": ["Command", "Crew"],
"grants" : [
"grants": [
{
"type": "action",
"value": {
@@ -545,7 +545,7 @@
"title": "Hondo Ohnaka",
"type": "Command",
"slots": ["Command", "Crew"],
"grants" : [
"grants": [
{
"type": "action",
"value": {
@@ -560,9 +560,7 @@
}
],
"cost": { "value": 7 },
"restrictions": [
{ "sizes": ["Huge"] }
]
"restrictions": [{ "sizes": ["Huge"] }]
},
{
"name": "General Grievous",
@@ -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"] }
]
}
]