Skip to content

Commit

Permalink
More January 2020 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
guidokessels committed Jan 10, 2020
1 parent 77cdbe6 commit 6daccd4
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 35 deletions.
25 changes: 5 additions & 20 deletions data/pilots/first-order/tie-ba-interceptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,11 @@
{ "type": "shields", "value": 2 }
],
"actions": [
{
"difficulty": "White",
"type": "Focus"
},
{
"difficulty": "White",
"type": "Evade"
},
{
"difficulty": "White",
"type": "Lock"
},
{
"difficulty": "White",
"type": "Barrel Roll"
},
{
"difficulty": "White",
"type": "Boost"
}
{ "difficulty": "White", "type": "Focus" },
{ "difficulty": "White", "type": "Evade" },
{ "difficulty": "White", "type": "Lock" },
{ "difficulty": "White", "type": "Barrel Roll" },
{ "difficulty": "White", "type": "Boost" }
],
"icon": "",
"pilots": [
Expand Down
14 changes: 7 additions & 7 deletions data/pilots/galactic-empire/tie-interceptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"name": "Alpha Squadron Pilot",
"initiative": 1,
"limited": 0,
"cost": 34,
"cost": 31,
"xws": "alphasquadronpilot",
"text": "Sienar Fleet Systems designed the TIE interceptor with four wing-mounted laser cannons, a dramatic increase in firepower over its predecessors.",
"image": "https://sb-cdn.fantasyflightgames.com/card_images/Card_Pilot_106.png",
Expand All @@ -51,13 +51,13 @@
"slots": ["Modification", "Modification"],
"artwork": "https://sb-cdn.fantasyflightgames.com/card_art/Card_art_XW_P_106.jpg",
"ffg": 106,
"hyperspace": true
"hyperspace": false
},
{
"name": "Saber Squadron Ace",
"initiative": 4,
"limited": 0,
"cost": 40,
"cost": 36,
"xws": "sabersquadronace",
"text": "Led by Baron Soontir Fel, the pilots of Saber Squadron are among the Empire's best. Their TIE interceptors are marked with red stripes to designate pilots with at least ten confirmed kills.",
"image": "https://sb-cdn.fantasyflightgames.com/card_images/Card_Pilot_105.png",
Expand All @@ -68,7 +68,7 @@
"slots": ["Talent", "Modification", "Modification"],
"artwork": "https://sb-cdn.fantasyflightgames.com/card_art/Card_art_XW_P_105.jpg",
"ffg": 105,
"hyperspace": true
"hyperspace": false
},
{
"name": "Soontir Fel",
Expand All @@ -86,14 +86,14 @@
"slots": ["Talent", "Modification", "Modification"],
"artwork": "https://sb-cdn.fantasyflightgames.com/card_art/Card_art_XW_P_103.jpg",
"ffg": 103,
"hyperspace": true
"hyperspace": false
},
{
"name": "Turr Phennir",
"caption": "Ambitious Ace",
"initiative": 4,
"limited": 1,
"cost": 44,
"cost": 42,
"xws": "turrphennir",
"ability": "After you perform an attack, you may perform a [Barrel Roll] or [Boost] action, even if you are stressed.",
"image": "https://sb-cdn.fantasyflightgames.com/card_images/Card_Pilot_104.png",
Expand All @@ -104,7 +104,7 @@
"slots": ["Talent", "Modification", "Modification"],
"artwork": "https://sb-cdn.fantasyflightgames.com/card_art/Card_art_XW_P_104.jpg",
"ffg": 104,
"hyperspace": true
"hyperspace": false
}
]
}
2 changes: 1 addition & 1 deletion data/pilots/galactic-republic/btl-b-y-wing.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"caption": "Payload Specialist",
"artwork": "https://sb-cdn.fantasyflightgames.com/card_art/026f989543c030d7c8e6757a9aab7a68.jpg",
"image": "https://sb-cdn.fantasyflightgames.com/card_images/en/8ac74252d260a910a7990e6e806aa612.png",
"ability": "While a friendly ship at range 0-3 defends, it may roll 1 additional defense die for each friendly bomb or mine at range 0-1 of it.",
"ability": "While a friendly ship at range 0-3 defends, it may roll 1 additional defense die for each friendly bomb at range 0-1 of it.",
"cost": 32,
"ffg": 601,
"slots": [
Expand Down
2 changes: 1 addition & 1 deletion data/pilots/rebel-alliance/sheathipede-class-shuttle.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"limited": 1,
"cost": 50,
"xws": "fennrau-sheathipedeclassshuttle",
"ability": "After an enemy ship in your firing arc engages, if you are not stressed, you may gain 1 stress token. If you do, that ship cannot spend tokens to modify dice while it performs an attack during this phase.",
"ability": "Before an enemy ship in your firing arc engages, if you are not stressed, you may gain 1 stress token. If you do, that ship cannot spend tokens to modify dice while it performs an attack during this phase.",
"image": "https://sb-cdn.fantasyflightgames.com/card_images/Card_Pilot_38.png",
"shipAbility": {
"name": "Comms Shuttle",
Expand Down
1 change: 0 additions & 1 deletion data/pilots/rebel-alliance/ut-60d-u-wing.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@
"Sensor",
"Crew",
"Crew",
"Illicit",
"Modification",
"Configuration"
],
Expand Down
9 changes: 8 additions & 1 deletion data/pilots/resistance/fireball.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,14 @@
"name": "Explosion with Wings",
"text": "Setup: You are dealt 1 facedown damage card. After you perform a [SLAM] action, you may expose 1 damage card to remove 1 disarm token."
},
"slots": ["Modification"],
"slots": [
"Missile",
"Astromech",
"Illicit",
"Modification",
"Modification",
"Title"
],
"hyperspace": true,
"cost": 26
},
Expand Down
4 changes: 4 additions & 0 deletions data/pilots/scum-and-villainy/jumpmaster-5000.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"text": "Built for long-distance reconnaissance and plotting new hyperspace routes, the lightly armed JumpMaster 5000 is often extensively retrofitted with custom upgrades.",
"image": "https://sb-cdn.fantasyflightgames.com/card_images/Card_Pilot_217.png",
"slots": [
"Cannon",
"Torpedo",
"Crew",
"Gunner",
Expand Down Expand Up @@ -81,6 +82,7 @@
"charges": { "value": 1, "recovers": 1 },
"slots": [
"Talent",
"Cannon",
"Torpedo",
"Crew",
"Gunner",
Expand All @@ -103,6 +105,7 @@
"image": "https://sb-cdn.fantasyflightgames.com/card_images/Card_Pilot_215.png",
"slots": [
"Talent",
"Cannon",
"Torpedo",
"Crew",
"Gunner",
Expand All @@ -126,6 +129,7 @@
"charges": { "value": 1, "recovers": 0 },
"slots": [
"Talent",
"Cannon",
"Torpedo",
"Crew",
"Gunner",
Expand Down
7 changes: 4 additions & 3 deletions data/pilots/separatist-alliance/sith-infiltrator.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,15 @@
"xws": "066",
"cost": 51,
"slots": [
"Cannon",
"Talent",
"Torpedo",
"Cannon",
"Crew",
"Crew",
"Tactical Relay",
"Device",
"Modification",
"Title",
"Tactical Relay"
"Modification"
],
"ffg": 505,
"caption": "Sinister Automaton",
Expand Down
2 changes: 1 addition & 1 deletion data/upgrades/title.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
"hyperspace": false,
"sides": [
{
"ability": "You can reinforce only you [Full Front Arc]. While you defend, if you are reinforced and the attacker is in your [Full Front Arc], you may roll 1 additional defense die.",
"ability": "You can reinforce only your [Full Front Arc]. While you defend, if you are reinforced and the attacker is in your [Full Front Arc], you may roll 1 additional defense die.",
"title": "Bright Hope",
"type": "Title",
"slots": ["Title"]
Expand Down

0 comments on commit 6daccd4

Please sign in to comment.