-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Philipp Paland
authored
Dec 20, 2020
1 parent
fe38983
commit 6e08ecd
Showing
14 changed files
with
278 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "Gozanti-class Cruiser", | ||
"xws": "gozanticlasscruiser", | ||
"ffg": 81, | ||
"faction": "First Order", | ||
"icon": "https://squadbuilder.fantasyflightgames.com/ship_types/I_Gozanti.png", | ||
"size": "Huge", | ||
"stats": [], | ||
"actions": [], | ||
"pilots": [ | ||
{ | ||
"ffg": 712, | ||
"name": "First Order Sympathizers", | ||
"initiative": 7, | ||
"cost": 60, | ||
"limited": 0, | ||
"artwork": "https://squadbuilder.fantasyflightgames.com/card_art/99965cf5c4a2611773c6e7f4ecb6608f.jpg", | ||
"shipAbility": { | ||
"name": "Docking Clamps", | ||
"text": "You can dock up to 4 small ships." | ||
}, | ||
"text": "The First Order's swift rise to power rests upon ruthless innovation. However, sympathizers often repurpose Imperial designs, like the venerable Gozanti-class cruiser, in surveillance and patrol operations.", | ||
"hyperspace": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "Raider-class Corvette", | ||
"xws": "raiderclasscorvette", | ||
"ffg": 79, | ||
"faction": "First Order", | ||
"icon": "https://squadbuilder.fantasyflightgames.com/ship_types/I_Raider.png", | ||
"size": "Huge", | ||
"stats": [], | ||
"actions": [], | ||
"pilots": [ | ||
{ | ||
"ffg": 708, | ||
"name": "First Order Collaborators", | ||
"initiative": 8, | ||
"cost": 146, | ||
"limited": 0, | ||
"artwork": "https://squadbuilder.fantasyflightgames.com/card_art/b9a9671d88e370fd473ec5d87491ad65.jpg", | ||
"shipAbility": { | ||
"name": "Concentrated Batteries", | ||
"text": "While you perform a primary, [Torpedo], or [Missile] attack, if the defender is in your [Bullseye Arc], roll 1 additional die." | ||
}, | ||
"text": "The First Order's supporters make use of former Imperial vessels, such as the Raider-class corvette. Though it has outlived the regime that created it, this craft still spreads terror across the galaxy.", | ||
"hyperspace": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "Gozanti-class Cruiser", | ||
"xws": "gozanticlasscruiser", | ||
"ffg": 81, | ||
"faction": "Galactic Empire", | ||
"icon": "https://squadbuilder.fantasyflightgames.com/ship_types/I_Gozanti.png", | ||
"size": "Huge", | ||
"stats": [], | ||
"actions": [], | ||
"pilots": [ | ||
{ | ||
"ffg": 711, | ||
"name": "Outer Rim Garrison", | ||
"initiative": 7, | ||
"cost": 60, | ||
"limited": 0, | ||
"artwork": "https://squadbuilder.fantasyflightgames.com/card_art/205015c2eb127931dbdca3e841ca8668.jpg", | ||
"shipAbility": { | ||
"name": "Docking Clamps", | ||
"text": "You can dock up to 4 small ships." | ||
}, | ||
"text": "Capable of carrying TIE fighters and operating independently for long periods of time, the Gozanti-class cruiser is a common sight in the skies of downtrodden worlds across the Outer Rim.", | ||
"hyperspace": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "Raider-class Corvette", | ||
"xws": "raiderclasscorvette", | ||
"ffg": 79, | ||
"faction": "Galactic Empire", | ||
"icon": "https://squadbuilder.fantasyflightgames.com/ship_types/I_Raider.png", | ||
"size": "Huge", | ||
"stats": [], | ||
"actions": [], | ||
"pilots": [ | ||
{ | ||
"ffg": 707, | ||
"name": "Outer Rim Patrol", | ||
"initiative": 8, | ||
"cost": 146, | ||
"limited": 0, | ||
"artwork": "https://squadbuilder.fantasyflightgames.com/card_art/bbcb9af1eb386d2855f34e7ffa730528.jpg", | ||
"shipAbility": { | ||
"name": "Concentrated Batteries", | ||
"text": "While you perform a primary, [Torpedo], or [Missile] attack, if the defender is in your [Bullseye Arc], roll 1 additional die." | ||
}, | ||
"text": "The Raider-class corvette is one of the Empire's smallest warships, often used for reconnaissance missions, surgical strikes, or suppressing enemy starfighters with its powerful ordnance.", | ||
"hyperspace": false | ||
} | ||
] | ||
} |
26 changes: 26 additions & 0 deletions
26
data/pilots/galactic-republic/cr90-corellian-corvette.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "CR90 Corellian Corvette", | ||
"xws": "cr90corelliancorvette", | ||
"ffg": 78, | ||
"faction": "Galactic Republic", | ||
"icon": "https://squadbuilder.fantasyflightgames.com/ship_types/I_CR90.png", | ||
"size": "Huge", | ||
"stats": [], | ||
"actions": [], | ||
"pilots": [ | ||
{ | ||
"ffg": 705, | ||
"name": "Republic Judiciary", | ||
"initiative": 8, | ||
"cost": 146, | ||
"limited": 0, | ||
"artwork": "https://squadbuilder.fantasyflightgames.com/card_art/a04b07c3b0b3dbe1bfac935ca3a9f0d4.jpg", | ||
"shipAbility": { | ||
"name": "Broadside Batteries", | ||
"text": "You can acquire locks and perform primary attacks at range 1-4." | ||
}, | ||
"text": "The Galactic Republic uses small, swift warships such as the CR90 corvette to respond rapidly to Separatist incursions across the galaxy.", | ||
"hyperspace": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "CR90 Corellian Corvette", | ||
"xws": "cr90corelliancorvette", | ||
"ffg": 78, | ||
"faction": "Rebel Alliance", | ||
"icon": "https://squadbuilder.fantasyflightgames.com/ship_types/I_CR90.png", | ||
"size": "Huge", | ||
"stats": [], | ||
"actions": [], | ||
"pilots": [ | ||
{ | ||
"ffg": 706, | ||
"name": "Alderaanian Guard", | ||
"initiative": 8, | ||
"cost": 146, | ||
"limited": 0, | ||
"artwork": "https://squadbuilder.fantasyflightgames.com/card_art/c029d78ab010ebb2d5a9405924efbf5a.jpg", | ||
"shipAbility": { | ||
"name": "Broadside Batteries", | ||
"text": "You can acquire locks and perform primary attacks at range 1-4." | ||
}, | ||
"text": "A craft used since before the Clone Wars, the CR90 corvette is favored by the Royal House of Alderaan for its versatility.", | ||
"hyperspace": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "GR-75 Medium Transport", | ||
"xws": "gr75mediumtransport", | ||
"ffg": 80, | ||
"faction": "Rebel Alliance", | ||
"icon": "https://squadbuilder.fantasyflightgames.com/ship_types/I_GR-75.png", | ||
"size": "Huge", | ||
"stats": [], | ||
"actions": [], | ||
"pilots": [ | ||
{ | ||
"ffg": 709, | ||
"name": "Echo Base Evacuees", | ||
"initiative": 7, | ||
"cost": 55, | ||
"limited": 0, | ||
"artwork": "https://squadbuilder.fantasyflightgames.com/card_art/4a49f20575c252f47a70d3c4da909301.jpg", | ||
"shipAbility": { | ||
"name": "Resupply Craft", | ||
"text": "After another friendly ship at range 0-1 performs an action, you may spend 1 [Energy]. If you do, it removes 1 orange or red token, or recovers 1 shield." | ||
}, | ||
"text": "The GR-75 medium transport acquitted itself well at battles such as the evacuation of Hoth, where several of these ships were pivotal to the Rebel forces' escape.", | ||
"hyperspace": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "GR-75 Medium Transport", | ||
"xws": "gr75mediumtransport", | ||
"ffg": 80, | ||
"faction": "Resistance", | ||
"icon": "https://squadbuilder.fantasyflightgames.com/ship_types/I_GR-75.png", | ||
"size": "Huge", | ||
"stats": [], | ||
"actions": [], | ||
"pilots": [ | ||
{ | ||
"ffg": 710, | ||
"name": "New Republic Volunteers", | ||
"initiative": 7, | ||
"cost": 55, | ||
"limited": 0, | ||
"artwork": "https://squadbuilder.fantasyflightgames.com/card_art/5c7cf19b2300729a88d9d58ca60ef3df.jpg", | ||
"shipAbility": { | ||
"name": "Resupply Craft", | ||
"text": "After another friendly ship at range 0-1 performs an action, you may spend 1 [Energy]. If you do, it removes 1 orange or red token, or recovers 1 shield." | ||
}, | ||
"text": "The GR-75 medium transport acquitted itself well at battles such as the evacuation of Hoth, where several of these ships were pivotal to the Rebel forces' escape.", | ||
"hyperspace": false, | ||
"ability": "In use since the Galactic Civil War, groups within the New Republic still utilize the GR-75 medium transport for supply and aid missions." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "C-ROC Cruiser", | ||
"xws": "croccruiser", | ||
"ffg": 82, | ||
"faction": "Scum and Villainy", | ||
"icon": "https://squadbuilder.fantasyflightgames.com/ship_types/I_C-ROC.png", | ||
"size": "Huge", | ||
"stats": [], | ||
"actions": [], | ||
"pilots": [ | ||
{ | ||
"ffg": 713, | ||
"name": "Syndicate Smugglers", | ||
"initiative": 7, | ||
"cost": 58, | ||
"limited": 0, | ||
"artwork": "https://squadbuilder.fantasyflightgames.com/card_art/17ae9e44f24e0a38ba81f4523857c4f0.jpg", | ||
"shipAbility": { | ||
"name": "Overdrive Burners", | ||
"text": "While you defend, if your revealed maneuver is speed 3-5, roll 1 additional defense die." | ||
}, | ||
"text": "Vessels like the C-ROC Cruiser allow criminal operations across the Outer Rim to move massive amounts of illicit materials, or project power that can bully small colonies into compliance.", | ||
"hyperspace": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "C-ROC Cruiser", | ||
"xws": "croccruiser", | ||
"ffg": 82, | ||
"faction": "Separatist Alliance", | ||
"icon": "https://squadbuilder.fantasyflightgames.com/ship_types/I_C-ROC.png", | ||
"size": "Huge", | ||
"stats": [], | ||
"actions": [], | ||
"pilots": [ | ||
{ | ||
"ffg": 714, | ||
"name": "Separatist Privateers", | ||
"initiative": 7, | ||
"cost": 58, | ||
"limited": 0, | ||
"artwork": "https://squadbuilder.fantasyflightgames.com/card_art/25a3457e2b32c661210524ff8b1fc785.jpg", | ||
"shipAbility": { | ||
"name": "Overdrive Burners", | ||
"text": "While you defend, if your revealed maneuver is speed 3-5, roll 1 additional defense die." | ||
}, | ||
"text": "The Separatist Alliance makes use of all manner of unsavory contacts in its fight against the Galactic Republic, including corsairs and criminal cartels.", | ||
"hyperspace": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters