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"] }
+ ]
}
]