-
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.
Merge pull request #558 from guidokessels/ring
Add hyperdrive ring and hyperdrive upgrade
- Loading branch information
Showing
6 changed files
with
67 additions
and
3 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
35 changes: 35 additions & 0 deletions
35
data/pilots/galactic-republic/syliure-class-hyperspace-ring.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,35 @@ | ||
{ | ||
"name": "Syliure-class Hyperspace Ring", | ||
"xws": "syliureclasshyperspacering", | ||
"size": "Small", | ||
"faction": "Galactic Republic", | ||
"stats": [ | ||
{ "type": "agility", "value": 1 }, | ||
{ "type": "hull", "value": 1 }, | ||
{ "type": "shields", "value": 2 } | ||
], | ||
"actions": [], | ||
"pilots": [ | ||
{ | ||
"name": "TransGalMeg Control Link", | ||
"xws": "transgalmegcontrollink", | ||
"initiative": 0, | ||
"cost": 2, | ||
"loadout": 0, | ||
"slots": [ | ||
"Hyperdrive" | ||
], | ||
"limited": 0, | ||
"artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/transgalmegcontrollink.png", | ||
"image": "https://infinitearenas.com/xw2/images/pilots/transgalmegcontrollink.png", | ||
"shipAbility": { | ||
"name": "Hyperspace Docking Ring", | ||
"text": "1 Delta-7 Aethersprite, Eta-2 Actis, or Nimbus-class V-wing can dock with you. While a ship is docked with you, you gain that ships initiative and are assigned that ship's dial. While you execute a maneuver, reduce its speed to 1. Before you execute an advanced maneuver, execute a white stationary maneuver [Stationary] instead, then you may rotate 90° or 180°. While no ship is docked with you, you are not assigned a maneuver dial and do not activate or engage." | ||
}, | ||
"standard": false, | ||
"extended": false, | ||
"epic": true | ||
} | ||
], | ||
"icon": "https://infinitearenas.com/xw2/images/shipicons/galactic-republic/I_Syliure-class_Hyperspace_Ring.png" | ||
} |
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,22 @@ | ||
[ | ||
{ | ||
"name": "Syliure-31 Hyperdrive", | ||
"limited": 0, | ||
"xws": "syliure31hyperdrive", | ||
"sides": [ | ||
{ | ||
"title": "Syliure-31 Hyperdrive", | ||
"type": "Hyperdrive", | ||
"slots": ["Hyperdrive"], | ||
"ability": "Setup: You can be placed anywhere in the play area beyond range 1 of obstacles, beyond range 3 of enemy ships, and beyond range 3 of the enemy table edge.", | ||
"image": "https://infinitearenas.com/xw2/images/upgrades/syliure31hyperdrive.png", | ||
"artwork": "https://infinitearenas.com/xw2/images/artwork/upgrades/syliure31hyperdrive.png" | ||
} | ||
], | ||
"cost": { "value": 3 }, | ||
"restrictions": [{ "ships": ["syliureclasshyperspacering"] }], | ||
"standard": false, | ||
"extended": false, | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,6 +57,7 @@ | |
"Force Power", | ||
"Gunner", | ||
"Hardpoint", | ||
"Hyperdrive", | ||
"Illicit", | ||
"Missile", | ||
"Modification", | ||
|
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