-
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 #331 from guidokessels/2020-updates-upgrades
January 2020 upgrade updates
- Loading branch information
Showing
24 changed files
with
1,455 additions
and
199 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
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,62 @@ | ||
[ | ||
{ | ||
"name": "Adaptive Shields", | ||
"limited": 0, | ||
"xws": "adaptiveshields", | ||
"hyperspace": false, | ||
"sides": [ | ||
{ | ||
"ability": "While another friendly ship at range 0-1 defends, if it is a smaller size than you, you may spend 1 [Shield] or 2 [Energy] to cancel 1 [Hit] or [Critical Hit] result.", | ||
"title": "Adaptive Shields", | ||
"type": "Cargo", | ||
"slots": ["Cargo"] | ||
} | ||
], | ||
"cost": { "value": 10 } | ||
}, | ||
{ | ||
"name": "Boosted Scanners", | ||
"limited": 0, | ||
"xws": "boostedscanners", | ||
"hyperspace": false, | ||
"sides": [ | ||
{ | ||
"ability": "While you lock, coordinate, or jam, you may spend up to 3 [Energy] to increase the range at which you can choose an object by 1 per [Energy] spent this way, to a maximum of range 5.", | ||
"title": "Boosted Scanners", | ||
"type": "Cargo", | ||
"slots": ["Cargo"] | ||
} | ||
], | ||
"cost": { "value": 8 } | ||
}, | ||
{ | ||
"name": "Optimized Power Core", | ||
"limited": 0, | ||
"xws": "optimizedpowercore", | ||
"hyperspace": false, | ||
"sides": [ | ||
{ | ||
"ability": "After you execute a blue maneuver, recover 1 [Energy].", | ||
"title": "Optimized Power Core", | ||
"type": "Cargo", | ||
"slots": ["Cargo"] | ||
} | ||
], | ||
"cost": { "value": 6 } | ||
}, | ||
{ | ||
"name": "Tibanna Reserves", | ||
"limited": 0, | ||
"xws": "tibannareserves", | ||
"hyperspace": false, | ||
"sides": [ | ||
{ | ||
"ability": "Action: Spend 1 [Charge] to recover 2 [Energy].", | ||
"title": "Tibanna Reserves", | ||
"type": "Cargo", | ||
"slots": ["Cargo"] | ||
} | ||
], | ||
"cost": { "value": 3 } | ||
} | ||
] |
Oops, something went wrong.