From 3be91773c24d012d548997f785f388058d760603 Mon Sep 17 00:00:00 2001
From: J1mBob <32167052+J1mBob@users.noreply.github.com>
Date: Sun, 7 Jul 2024 07:56:52 -0600
Subject: [PATCH 1/2] Added missing Sabine Wren (Command)
---
data/upgrades/command.json | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/data/upgrades/command.json b/data/upgrades/command.json
index 4f971863..768f5aa8 100644
--- a/data/upgrades/command.json
+++ b/data/upgrades/command.json
@@ -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 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"
+ }
+ }
+ ],
+ "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": ["Rebel Alliance"] },
+ { "sizes": ["Small", "Medium", "Large"] }
+ ]
}
]
From 0c7b57c2c51c11ac2e75471747ef95fc88770b71 Mon Sep 17 00:00:00 2001
From: J1mBob <32167052+J1mBob@users.noreply.github.com>
Date: Sun, 7 Jul 2024 11:35:50 -0600
Subject: [PATCH 2/2] correct Sabine-command restriction to faction XWS code
---
data/upgrades/command.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/upgrades/command.json b/data/upgrades/command.json
index 768f5aa8..0c1230f1 100644
--- a/data/upgrades/command.json
+++ b/data/upgrades/command.json
@@ -235,7 +235,7 @@
}
],
"cost": { "value": 6 },
- "restrictions": [{ "sizes": ["Huge"] }]
+ "ions": [{ "sizes": ["Huge"] }]
},
{
"name": "Jedi Commander",
@@ -639,7 +639,7 @@
"value": "5"
},
"restrictions": [
- { "factions": ["Rebel Alliance"] },
+ { "factions": ["rebelalliance"] },
{ "sizes": ["Small", "Medium", "Large"] }
]
}