-
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
Showing
4 changed files
with
156 additions
and
1 deletion.
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
122 changes: 122 additions & 0 deletions
122
data/pilots/scum-and-villainy/rogue-class-starfighter.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,122 @@ | ||
{ | ||
"name": "Rogue-class Starfighter", | ||
"xws": "rogueclassstarfighter", | ||
"size": "Small", | ||
"dial": [ | ||
], | ||
"dialCodes": [], | ||
"faction": "Scum and Villainy", | ||
"stats": [ | ||
{ "arc": "Front Arc", "type": "attack", "value": 2 }, | ||
{ "type": "agility", "value": 2 }, | ||
{ "type": "hull", "value": 5 }, | ||
{ "type": "shields", "value": 2 } | ||
], | ||
"actions": [ | ||
{ | ||
"difficulty": "White", | ||
"linked": { "difficulty": "Red", "type": "Boost" }, | ||
"type": "Focus" | ||
}, | ||
{ | ||
"difficulty": "White", | ||
"linked": { "difficulty": "Red", "type": "Barrel Roll" }, | ||
"type": "Focus" | ||
}, | ||
{ | ||
"difficulty": "White", | ||
"linked": { "difficulty": "Red", "type": "Barrel Roll" }, | ||
"type": "Evade" | ||
}, | ||
{ "difficulty": "White", "type": "Lock" }, | ||
{ "difficulty": "Red", "type": "Boost" } | ||
], | ||
"icon": "???", | ||
"pilots": [ | ||
{ | ||
"name": "Cad Bane", | ||
"caption": "Infamous Bounty Hunter", | ||
"initiative": 4, | ||
"limited": 1, | ||
"cost": 0, | ||
"loadout": 0, | ||
"xws": "cadbane", | ||
"slots": ["Title"], | ||
"ability": "After you perform an attack that hits, you may spend 2 [Charge] to transfer 1 of your non-lock red or orange tokens to the defender.", | ||
"charges": { "value": 2, "recovers": 1 }, | ||
"shipAbility": { | ||
"name": "Dead to Rights", | ||
"text": "While you perform an attack, if the defender is in your [Bullseye Arc], defense dice cannot be modified using green tokens." | ||
}, | ||
"image": "https://infinitearenas.com/xw2/images/pilots/cadbane.png", | ||
"artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/cadbane.png", | ||
"keywords": ["Bounty Hunter"], | ||
"standard": true, | ||
"extended": true, | ||
"epic": true | ||
}, | ||
{ | ||
"name": "Viktor Hel", | ||
"caption": "Storied Bounty Hunter", | ||
"initiative": 4, | ||
"limited": 1, | ||
"cost": 0, | ||
"loadout": 0, | ||
"xws": "viktorhel-rogueclassstarfighter", | ||
"slots": [], | ||
"ability": "After you defend, if you did not roll exactly 2 defense dice, the attacker gains 1 stress token.", | ||
"shipAbility": { | ||
"name": "Dead to Rights", | ||
"text": "While you perform an attack, if the defender is in your [Bullseye Arc], defense dice cannot be modified using green tokens." | ||
}, | ||
"image": "https://infinitearenas.com/xw2/images/pilots/viktorhel-rogueclassstarfighter.png", | ||
"artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/viktorhel-rogueclassstarfighter.png", | ||
"keywords": ["Bounty Hunter"], | ||
"standard": true, | ||
"extended": true, | ||
"epic": true | ||
}, | ||
{ | ||
"name": "Nom Lumb", | ||
"caption": "Laughing Bandit", | ||
"initiative": 1, | ||
"limited": 1, | ||
"cost": 0, | ||
"loadout": 0, | ||
"xws": "nomlumb-rogueclassstarfighter", | ||
"slots": [], | ||
"ability": "At the start of the Engagement Phase, you may choose 1 enemy ship in your [Front Arc]. If you do, treat your initiative as equal to that ship's until the end of the round.", | ||
"shipAbility": { | ||
"name": "Dead to Rights", | ||
"text": "While you perform an attack, if the defender is in your [Bullseye Arc], defense dice cannot be modified using green tokens." | ||
}, | ||
"image": "https://infinitearenas.com/xw2/images/pilots/nomlumb-rogueclassstarfighter.png", | ||
"artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/nomlumb-rogueclassstarfighter.png", | ||
"keywords": [], | ||
"standard": true, | ||
"extended": true, | ||
"epic": true | ||
}, | ||
{ | ||
"name": "Outer Rim Hunter", | ||
"caption": "", | ||
"initiative": 3, | ||
"limited": 0, | ||
"cost": 0, | ||
"loadout": 0, | ||
"xws": "outerrimhunter", | ||
"slots": [], | ||
"text": "Due to its association with Cad Bane, the Rogue-class Starfighterhas found its way into the hands of other bounty hunters, especially those who operate in the lawless Outer Rim.", | ||
"shipAbility": { | ||
"name": "Dead to Rights", | ||
"text": "While you perform an attack, if the defender is in your [Bullseye Arc], defense dice cannot be modified using green tokens." | ||
}, | ||
"image": "https://infinitearenas.com/xw2/images/pilots/outerrimhunter.png", | ||
"artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/outerrimhunter.png", | ||
"keywords": ["Bounty Hunter"], | ||
"standard": true, | ||
"extended": true, | ||
"epic": true | ||
} | ||
] | ||
} |
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