From 852cbe34c37aa51412cbca296dd72e5c4a0195f9 Mon Sep 17 00:00:00 2001 From: CrazyVulcan Date: Tue, 12 Jan 2016 16:30:24 -0500 Subject: [PATCH 1/6] Create data_hathaway --- src/data/data_hathaway | 143 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 src/data/data_hathaway diff --git a/src/data/data_hathaway b/src/data/data_hathaway new file mode 100644 index 0000000..5229e10 --- /dev/null +++ b/src/data/data_hathaway @@ -0,0 +1,143 @@ +{ + + "sets": [ + { + "type": "set", + "id": "73001", + "name": "U.S.S_Hathaway", + "releaseDate": "2015-11-03", + "parentSet": "Wave 20" + } + ], + + "ships": [ + { + "type": "ship", + "id": "u_s_s_hathaway_73001", + "set": ["73001"], + "name": "U.S.S. Hathaway", + "class": "Constellation Class", + "actions": ["evade","target-lock","scan","battlestations"], + "upgrades": ["tech","weapon","crew","crew"], + "attack": 3, + "agility": 1, + "hull": 4, + "shields": 3, + "cost": 22, + "text": "During the Actavation Phase, you may preform a second Action from your Action Bar as a free Action. If you do so place an Auxiliary Power Token beside your ship.", + "unique": true, + "factions": ["federation"], + "squadron": false + }, + { + "type": "ship", + "id": "federation_starship_73001", + "set": ["73001"], + "name": "Federation Starship", + "class": "Constellation Class", + "actions": ["evade","target-lock","scan","battlestations"], + "upgrades": ["tech","weapon","crew","crew"], + "attack": 3, + "agility": 1, + "hull": 4, + "shields": 2, + "cost": 20, + "text": "", + "unique": false, + "factions": ["federation"], + "squadron": false + } + + ], + + "captains": [ + { + "type": "captain", + "id": "william_t._riker_hathaway", + "set": ["73001"], + "name": "William T. Riker", + "cost": 4, + "skill": 7, + "talents": 1, + "text": "When attacking a ship with a larger Hull value than your ship. you roll +1 attack die. When defending against a ship with a larger Hull value then your ship. you roll +1 defense die.", + "unique": true, + "factions": ["federation"] + } + ], + + "upgrades": [ + { + "type": "talent", + "id": "improvise_hathaway", + "set": ["73001"], + "name": "Improvise", + "cost": 5, + "text": "During the COmbat Phase when attacking or defending. you may disable this card and any number of your other Upgrades to re-roll a number of your attack or defense dice equal the the number of Upgrades you disabled with this ability(not including this card)", + "unique": true, + "factions": ["federation"] + }, + { + "type": "crew", + "id": "wesley_crusher_hathaway", + "set": ["73001"], + "name": "Wesley Crusher", + "cost": 5, + "text": "At the Start of the game, place up to 3 federation "tech" Upgrades, each 4 SP or less, face down under this card. During the Actavation Phase, you may discard this card to flip one of these Upgrades face up and deploy it to your ship, even if it exceeds your ship's restrictions. If you do so, remove the other 2 face down Upgrades from the game and place an Auxiliary Power Token beside your ship.", + "unique": true, + "factions": ["federation"] + }, + { + "type": "crew", + "id": "worf_hathaway", + "set": ["73001"], + "name": "Worf", + "cost": 5, + "text": "When defending, you may disable this card. If you do s the attacking ship rolls 1 fewer attack die and cannot spend "battlestations" or "target-lock" Tokens to modify its attack roll and your ship may roll its full defence dice in spite of the presence of any "scan" Tokens beside the attacking ship.", + "unique": true, + "factions": ["federation"] + }, + { + "type": "crew", + "id": "geordi_la_forge_hathaway", + "set": ["73001"], + "name": "Geordi La Forge", + "cost": 5, + "text": "All of your "tech" Upgrades cost -1 SP./n/nWhen defending, during the Roll Defence Dice step, you may disable this card to roll 1 additional defence die for each "tech" Upgrade deployed to your ship (+2 max)", + "unique": true, + "factions": ["federation"] + }, + { + "type": "tech", + "id": "navigational_station_hathaway", + "set": ["73001"], + "name": "Navigational Station", + "cost": 4, + "text": "After you prreform a green manever you may disable this card to immeditaly preform an "evade" Action as a free Action./n/nNo ship may be equiped with more than one "Navigational Station" Upgrade.", + "unique": false, + "factions": ["federation"] + }, + { + "type": "tech", + "id": "warp_jump_hathaway", + "set": ["73001"], + "name": "Warp Jump", + "cost": 5, + "text": "At the start of the Combat Phase before any attacks have been made, you my discard this card to remove your ship form the play area. At the end of the Combat Phase after all other ships have attacked, place your ship anywere in the play area but not within Range 1-3 of any other ship. All Tokens that were beside your ship are removed. You can not attack during the round in which you use this ability.", + "unique": false, + "factions": ["federation"] + }, + { + "type": "weapon", + "id": "photon_torpedoes_hathaway", + "set": ["73001"], + "name": "Photon Torpedoes", + "cost": 5, + "attack": 5, + "range": "2 - 3", + "text": "ATTACK: (Target Lock)Spend your target lock and place 3 Time Tokens on this card to preform this attack./n/nYou may convert 1 of your "battlestations" into 1 [crit] result./n/nYou may fire this weapon form your forward or reaf fireing arcs.", + "unique": false, + "factions": ["federation"] + } + ] + +} From b8a6f4c92b8539ad88a6e9a8c562b02c48a2114a Mon Sep 17 00:00:00 2001 From: CrazyVulcan Date: Tue, 12 Jan 2016 21:06:26 -0500 Subject: [PATCH 2/6] Revert "Create data_hathaway" This reverts commit 852cbe34c37aa51412cbca296dd72e5c4a0195f9. --- src/data/data_hathaway | 143 ----------------------------------------- 1 file changed, 143 deletions(-) delete mode 100644 src/data/data_hathaway diff --git a/src/data/data_hathaway b/src/data/data_hathaway deleted file mode 100644 index 5229e10..0000000 --- a/src/data/data_hathaway +++ /dev/null @@ -1,143 +0,0 @@ -{ - - "sets": [ - { - "type": "set", - "id": "73001", - "name": "U.S.S_Hathaway", - "releaseDate": "2015-11-03", - "parentSet": "Wave 20" - } - ], - - "ships": [ - { - "type": "ship", - "id": "u_s_s_hathaway_73001", - "set": ["73001"], - "name": "U.S.S. Hathaway", - "class": "Constellation Class", - "actions": ["evade","target-lock","scan","battlestations"], - "upgrades": ["tech","weapon","crew","crew"], - "attack": 3, - "agility": 1, - "hull": 4, - "shields": 3, - "cost": 22, - "text": "During the Actavation Phase, you may preform a second Action from your Action Bar as a free Action. If you do so place an Auxiliary Power Token beside your ship.", - "unique": true, - "factions": ["federation"], - "squadron": false - }, - { - "type": "ship", - "id": "federation_starship_73001", - "set": ["73001"], - "name": "Federation Starship", - "class": "Constellation Class", - "actions": ["evade","target-lock","scan","battlestations"], - "upgrades": ["tech","weapon","crew","crew"], - "attack": 3, - "agility": 1, - "hull": 4, - "shields": 2, - "cost": 20, - "text": "", - "unique": false, - "factions": ["federation"], - "squadron": false - } - - ], - - "captains": [ - { - "type": "captain", - "id": "william_t._riker_hathaway", - "set": ["73001"], - "name": "William T. Riker", - "cost": 4, - "skill": 7, - "talents": 1, - "text": "When attacking a ship with a larger Hull value than your ship. you roll +1 attack die. When defending against a ship with a larger Hull value then your ship. you roll +1 defense die.", - "unique": true, - "factions": ["federation"] - } - ], - - "upgrades": [ - { - "type": "talent", - "id": "improvise_hathaway", - "set": ["73001"], - "name": "Improvise", - "cost": 5, - "text": "During the COmbat Phase when attacking or defending. you may disable this card and any number of your other Upgrades to re-roll a number of your attack or defense dice equal the the number of Upgrades you disabled with this ability(not including this card)", - "unique": true, - "factions": ["federation"] - }, - { - "type": "crew", - "id": "wesley_crusher_hathaway", - "set": ["73001"], - "name": "Wesley Crusher", - "cost": 5, - "text": "At the Start of the game, place up to 3 federation "tech" Upgrades, each 4 SP or less, face down under this card. During the Actavation Phase, you may discard this card to flip one of these Upgrades face up and deploy it to your ship, even if it exceeds your ship's restrictions. If you do so, remove the other 2 face down Upgrades from the game and place an Auxiliary Power Token beside your ship.", - "unique": true, - "factions": ["federation"] - }, - { - "type": "crew", - "id": "worf_hathaway", - "set": ["73001"], - "name": "Worf", - "cost": 5, - "text": "When defending, you may disable this card. If you do s the attacking ship rolls 1 fewer attack die and cannot spend "battlestations" or "target-lock" Tokens to modify its attack roll and your ship may roll its full defence dice in spite of the presence of any "scan" Tokens beside the attacking ship.", - "unique": true, - "factions": ["federation"] - }, - { - "type": "crew", - "id": "geordi_la_forge_hathaway", - "set": ["73001"], - "name": "Geordi La Forge", - "cost": 5, - "text": "All of your "tech" Upgrades cost -1 SP./n/nWhen defending, during the Roll Defence Dice step, you may disable this card to roll 1 additional defence die for each "tech" Upgrade deployed to your ship (+2 max)", - "unique": true, - "factions": ["federation"] - }, - { - "type": "tech", - "id": "navigational_station_hathaway", - "set": ["73001"], - "name": "Navigational Station", - "cost": 4, - "text": "After you prreform a green manever you may disable this card to immeditaly preform an "evade" Action as a free Action./n/nNo ship may be equiped with more than one "Navigational Station" Upgrade.", - "unique": false, - "factions": ["federation"] - }, - { - "type": "tech", - "id": "warp_jump_hathaway", - "set": ["73001"], - "name": "Warp Jump", - "cost": 5, - "text": "At the start of the Combat Phase before any attacks have been made, you my discard this card to remove your ship form the play area. At the end of the Combat Phase after all other ships have attacked, place your ship anywere in the play area but not within Range 1-3 of any other ship. All Tokens that were beside your ship are removed. You can not attack during the round in which you use this ability.", - "unique": false, - "factions": ["federation"] - }, - { - "type": "weapon", - "id": "photon_torpedoes_hathaway", - "set": ["73001"], - "name": "Photon Torpedoes", - "cost": 5, - "attack": 5, - "range": "2 - 3", - "text": "ATTACK: (Target Lock)Spend your target lock and place 3 Time Tokens on this card to preform this attack./n/nYou may convert 1 of your "battlestations" into 1 [crit] result./n/nYou may fire this weapon form your forward or reaf fireing arcs.", - "unique": false, - "factions": ["federation"] - } - ] - -} From feda807def50908a92eefc3b8f78146e25ea2c63 Mon Sep 17 00:00:00 2001 From: CrazyVulcan Date: Wed, 13 Jan 2016 00:42:56 -0500 Subject: [PATCH 3/6] Create data_hathaway USS Hathaway form Wave 20, ship 1 of 3 I made a tweek to the schema for id numbers as I saw you were using 71 to denote ship sets not part of a OP I kept that but added a new way to categorize. for any new ships I will likely be using "71" then the wave number "20" then the number for order that ship was made in the case "1" So the Hathaway is 71201 and each "id" ends with that number instead of using the ships name. I will be adding the Scorpion 4 and Halik soon. I am also almost done with wave 21 and after that will move on the the missing resources and prize ships. I am really hoping you get this message and I look forward to working together. --- src/data/data_hathaway | 143 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 src/data/data_hathaway diff --git a/src/data/data_hathaway b/src/data/data_hathaway new file mode 100644 index 0000000..5dabab5 --- /dev/null +++ b/src/data/data_hathaway @@ -0,0 +1,143 @@ +{ + + "sets": [ + { + "type": "set", + "id": "71201", + "name": "U.S.S_Hathaway", + "releaseDate": "2015-11-03", + "parentSet": "Wave 20" + } + ], + + "ships": [ + { + "type": "ship", + "id": "u_s_s_hathaway_71201", + "set": ["71201"], + "name": "U.S.S. Hathaway", + "class": "Constellation Class", + "actions": ["evade","target-lock","scan","battlestations"], + "upgrades": ["tech","weapon","crew","crew"], + "attack": 3, + "agility": 1, + "hull": 4, + "shields": 3, + "cost": 22, + "text": "During the Actavation Phase, you may preform a second Action from your Action Bar as a free Action. If you do so place an Auxiliary Power Token beside your ship.", + "unique": true, + "factions": ["federation"], + "squadron": false + }, + { + "type": "ship", + "id": "federation_starship_constellation_71201", + "set": ["71201"], + "name": "Federation Starship", + "class": "Constellation Class", + "actions": ["evade","target-lock","scan","battlestations"], + "upgrades": ["weapon","crew"], + "attack": 3, + "agility": 1, + "hull": 4, + "shields": 2, + "cost": 20, + "text": "", + "unique": false, + "factions": ["federation"], + "squadron": false + } + + ], + + "captains": [ + { + "type": "captain", + "id": "william_t._riker_71201", + "set": ["71201"], + "name": "William T. Riker", + "cost": 4, + "skill": 7, + "talents": 1, + "text": "When attacking a ship with a larger Hull value than your ship. you roll +1 attack die. When defending against a ship with a larger Hull value then your ship. you roll +1 defense die.", + "unique": true, + "factions": ["federation"] + } + ], + + "upgrades": [ + { + "type": "talent", + "id": "improvise_71201", + "set": ["71201"], + "name": "Improvise", + "cost": 5, + "text": "During the Combat Phase when attacking or defending you may disable this card and any number of your other Upgrades to re-roll a number of your attack or defense dice equal the the number of Upgrades you disabled with this ability(not including this card)", + "unique": true, + "factions": ["federation"] + }, + { + "type": "crew", + "id": "wesley_crusher_71201", + "set": ["71201"], + "name": "Wesley Crusher", + "cost": 5, + "text": "At the Start of the game, place up to 3 federation ["tech"] Upgrades, each 4 SP or less, face down under this card. During the Actavation Phase, you may discard this card to flip one of these Upgrades face up and deploy it to your ship, even if it exceeds your ship's restrictions. If you do so, remove the other 2 face down Upgrades from the game and place an Auxiliary Power Token beside your ship.", + "unique": true, + "factions": ["federation"] + }, + { + "type": "crew", + "id": "worf_71201", + "set": ["71201"], + "name": "Worf", + "cost": 5, + "text": "When defending, you may disable this card. If you do s the attacking ship rolls 1 fewer attack die and cannot spend ["battlestations"] or ["target-lock"] Tokens to modify its attack roll and your ship may roll its full defence dice in spite of the presence of any ["scan"] Tokens beside the attacking ship.", + "unique": true, + "factions": ["federation"] + }, + { + "type": "crew", + "id": "geordi_la_forge_71201", + "set": ["71201"], + "name": "Geordi La Forge", + "cost": 5, + "text": "All of your ["tech"] Upgrades cost -1 SP. /n/n When defending, during the Roll Defence Dice step, you may disable this card to roll 1 additional defence die for each ["tech"] Upgrade deployed to your ship (+2 max)", + "unique": true, + "factions": ["federation"] + }, + { + "type": "tech", + "id": "navigational_station_71201", + "set": ["71201"], + "name": "Navigational Station", + "cost": 4, + "text": "After you prreform a green manever you may disable this card to immeditaly preform an ["evade"] Action as a free Action. /n/n No ship may be equiped with more than one "Navigational Station" Upgrade.", + "unique": false, + "factions": ["federation"] + }, + { + "type": "tech", + "id": "warp_jump_71201", + "set": ["71201"], + "name": "Warp Jump", + "cost": 5, + "text": "At the start of the Combat Phase before any attacks have been made, you my discard this card to remove your ship form the play area. At the end of the Combat Phase after all other ships have attacked, place your ship anywere in the play area but not within Range 1-3 of any other ship. All Tokens that were beside your ship are removed. You can not attack during the round in which you use this ability.", + "unique": false, + "factions": ["federation"] + }, + { + "type": "weapon", + "id": "photon_torpedoes_71201", + "set": ["71201"], + "name": "Photon Torpedoes", + "cost": 5, + "attack": 5, + "range": "2 - 3", + "text": "ATTACK: (Target Lock)Spend your target lock and place 3 Time Tokens on this card to preform this attack./n/n You may convert 1 of your ["battlestations"] into 1 [crit] result. /n/n You may fire this weapon form your forward or reaf fireing arcs.", + "unique": false, + "factions": ["federation"] + } + ] + +} From 3dd977eaecf75c6b87d53b6dc6cbc76f0793cf4b Mon Sep 17 00:00:00 2001 From: CrazyVulcan Date: Wed, 13 Jan 2016 00:50:40 -0500 Subject: [PATCH 4/6] Create data-halik-raider ship 2 of 3 of Wave 20 --- src/data/data-halik-raider | 134 +++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 src/data/data-halik-raider diff --git a/src/data/data-halik-raider b/src/data/data-halik-raider new file mode 100644 index 0000000..9da41c3 --- /dev/null +++ b/src/data/data-halik-raider @@ -0,0 +1,134 @@ +{ + + "sets": [ + { + "type": "set", + "id": "71192", + "name": "Halik Raider", + "releaseDate": "2015-11-01", + "parentSet": "Wave 20" + } + ], + + "ships": [ + { + "type": "ship", + "id": "halik_raider_71192", + "set": ["71192"], + "name": "Halik Raider", + "class": "Kazon Raider", + "actions": ["evade","target-lock","battlestations"], + "upgrades": ["weapon","weapon","crew","crew"], + "attack": 2, + "agility": 2, + "hull": 3, + "shields": 3, + "cost": 20, + "text": "When defending during the Roll Defense Dice step, you may disable one of your Active Shilds to gain +2 defence dice for that attack.", + "unique": true, + "factions": ["kazon"], + "squadron": false + }, + { + "type": "ship", + "id": "kazon_starship_71192", + "set": ["71192"], + "name": "Kazon Starship", + "class": "Kazon Raider", + "actions": ["evade","target-lock","battlestations"], + "upgrades": ["weapon","crew","crew"], + "attack": 2, + "agility": 2, + "hull": 3, + "shields": 2, + "cost": 18, + "text": "", + "unique": false, + "factions": ["kazon"], + "squadron": false + } + ], + + "captains": [ + { + "type": "captain", + "id": "surat_71192", + "set": ["71192"], + "name": "Surat", + "cost": 3, + "skill": 5, + "talents": 0, + "text": "Action: Place a ["scan"] Token beside your ship. If you do not have a ["tech"] Upgrade deployed to your ship, place the Auxiliary Power Token beside your ship as well, + "unique": true, + "factions": ["kazon"] + }, + ], + + "upgrades": [ + { + "type": "crew", + "id": "lorrum_71192", + "set": ["71192"], + "name": "Lorrum", + "cost": 4, + "text": "When attacking with your Primary Weapon during the Roll Attack Dice step. Instead of rolling your normal number of attack dice you may discard this card to roll a number of attack dice equal to the SP cost of one upgrade on the target ship(max 4 dice).", + "unique": true, + "factions": ["kazon"] + }, + { + "type": "crew", + "id": "kazon_gurad_71192", + "set": ["71192"], + "name": "Kazon Gurad", + "cost": 4, + "text": "During the Activation Phase, you may discard this card to place an ["evade"] Token beside your ship, even if there is already one there. If you do so place an Auxiliary Power Token beside your ship. /n/n No ship may be equiped with more then one "Kazon Gurad" Upgrade.", + "unique": false, + "factions": ["kazon"] + }, + { + "type": "weapon", + "id": "photonic_charges_71192", + "set": ["71192"], + "name": "Photonic Charges", + "cost": 3, + "attack": 0, + "range": "1 - 2", + "text": "Attack: Place 3 Time Tokens on this card to preform this attack. /n/n Place an Auxiliary Power Token beside the target ship if there if there is at lease one uncancled [hit] or [crit] result.", + "unique": false, + "factions": ["kazon"] + }, + { + "type": "weapon", + "id": "aft_torpedo_launcher_71192", + "set": ["71192"], + "name": "Aft Torpedo Launcher", + "cost": 3, + "attack": 4, + "range": "2 - 3", + "text": "Attack:(Target Lock) Spend your target lock and place 3 Time Tokens on this card to preform this attack. /n/n You may only fire this weapon at a ship that is not in your forward firing arc.", + "unique": false, + "factions": ["kazon"] + }, + { + "type": "weapon", + "id": "variable_yield_Charges_71192", + "set": ["71192"], + "name": "Variale Yield Charges", + "cost": 2, + "text": "When attacking with one of your "Photonic Charges" Upgrades, during the Roll Attack Dice Step. You may disable this card to gain +1 attack die for that attack. If you do so place an Auxiliary Power Token beside your ship.", + "unique": false, + "factions": ["kazon"] + }, + { + "type": "any", + "id": "unremarkable_species_71192", + "set": ["71192"], + "name": "Unremarkable Species", + "cost": 5, + "text": "This Upgrade does not require an Upgrade slot and my not be deployed to a Borg ship. /n/n While this upgrade is equipped to your ship your Kazon Upgrades cannot be targed by the Borg Assimilation Tubules Upgrade. In addation when defending against a Borg ship, during the Roll Defense Dice step roll +2 defence dice. This Upgrade costs +5SP if purchased for a non Kazon ship and no ship may be equipped with more then 1 "Unremarkable Species" Upgrade.", + "unique": false, + "factions": ["kazon"] + } + ] + +} From 2eedadeb9b00a13d19ae67b10095cf7beec58b0f Mon Sep 17 00:00:00 2001 From: CrazyVulcan Date: Wed, 13 Jan 2016 00:52:14 -0500 Subject: [PATCH 5/6] Rename data_hathaway to data-hathaway --- src/data/{data_hathaway => data-hathaway} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/data/{data_hathaway => data-hathaway} (100%) diff --git a/src/data/data_hathaway b/src/data/data-hathaway similarity index 100% rename from src/data/data_hathaway rename to src/data/data-hathaway From 53b3c4df732a5771a6870de210fc0a18de66a9de Mon Sep 17 00:00:00 2001 From: CrazyVulcan Date: Wed, 13 Jan 2016 00:55:23 -0500 Subject: [PATCH 6/6] Create data-scorpion-4 Ship 3 of 3 for Wave 20 --- src/data/data-scorpion-4 | 122 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 src/data/data-scorpion-4 diff --git a/src/data/data-scorpion-4 b/src/data/data-scorpion-4 new file mode 100644 index 0000000..df47072 --- /dev/null +++ b/src/data/data-scorpion-4 @@ -0,0 +1,122 @@ +{ + + "sets": [ + { + "type": "set", + "id": "71203", + "name": "Scorpion 4", + "releaseDate": "2015-11-01", + "parentSet": "Wave 20" + } + ], + + "ships": [ + { + "type": "ship", + "id": "scorpion_4_71203", + "set": ["71193"], + "name": "Scorpion 4", + "class": "Scorpion Class Attack Squadron", + "actions": ["evade","target-lock"], + "upgrades": ["squadron","squadron","squadron"], + "attack": 4, + "agility": 0, + "hull": 1, + "shields": 1, + "cost": 24, + "skill": 6, + "text": "Attack Squadron Tokens:5 /n/n If you attack during a round in which you preformed a Come About Maneuver, during the Modify Attack Dice step, you may re-roll all of your blank results.", + "unique": true, + "factions": ["romulan"], + "squadron": true + }, + + ], + + "upgrades": [ + { + "type": "Squadron", + "id": "cloaked_fighters_71203", + "set": ["71203"], + "name": "Cloaked Fighters", + "cost": 4, + "text": "Add the ["cloak"] Action to your Action Bar. /n/n While your squadrons Cloaked you cannot preform a maneuver with a speed greater than 1. /n/n This Upgrade may only be purchased for a Scorpion class attack squadron and no ship my have more then one "Cloaked Fighters" Upgrade", + "unique": false, + "factions": ["romulan"] + }, + { + "type": "Squadron", + "id": "hidden_formation_71203", + "set": ["71203"], + "name": "Hidden Formation", + "cost": 5, + "text": "Add the ["echo"] Action to your Action Bar. When preforming the ["echo"] Action you may only use a 1 Maneuver Template. /n/n If your squadron is Cloaked after preforming a ["Echo"] Action, you may discard this card to immediately preform an additional ["echo"] Action as a free Action. If you do so place an Auxiliary Power Token beside your ship.", + "unique": true, + "factions": ["romulan"] + }, + { + "type": "Squadron", + "id": "cover_fire_71203", + "set": ["71203"], + "name": "Cover Fire", + "cost": 4, + "text": "When defending during the Roll Defense Dice step, you may discard this card to toll equal to your current Primary Weapon value. /n/n No ship may be equipped with more than one "Cover Fire" Upgrade.", + "unique": false, + "factions": ["romulan"] + }, + { + "type": "Squadron", + "id": "focused_strike_71203", + "set": ["71203"], + "name": "Focused Strike", + "cost": 5, + "text": "If you damage an opposing ships Hull with a critical damage. You may discard this card to draw 3 Damage Cards(instead of 1) and choose which one to place beside the enemy's Ship Card. Discard the unused Damage Cards.", + "unique": false, + "factions": ["romulan"] + }, + { + "type": "Squadron", + "id": "torpedo_attack_71203", + "set": ["71203"], + "name": "Torpedo Attack", + "cost": 4, + "attack": 4, + "range": "1 - 2", + "text": "Attack: (Target Lock) Spend your target lock and place 3 time tokens on this card to preform this attack. You may fire this weapon form your forward or rear firing arcs. /n/n No Ship may be equipped with more than one "Torpedo Attack" Upgrade.", + "unique": false, + "factions": ["romulan"] + }, + { + "type": "Squadron", + "id": "reconnaissance_71203", + "set": ["71203"], + "name": "Reconnaissance", + "cost": 2, + "text": "Action: Place a ["scan"] and an Auxiliary Power Token beside your ship.", + "unique": false, + "factions": ["romulan"] + }, + { + "type": "Squadron", + "id": "thrusters_71203", + "set": ["71203"], + "name": "Thrusters", + "cost": 3, + "text": "During the Activation Phase, if your ship is not Cloaked and you reveal a green maneuver dial you may discard this card to add 1 to your maneuver speed.", + "unique": false, + "factions": ["romulan"] + }, + { + "type": "Squadron", + "id": "support_ship_71203", + "set": ["71203"], + "name": "Support Ship", + "cost": 4, + "text": "When your last Attack Squadron Token is destroyed, discard this card instead of removing that Token. /n/n No ship may be equipped with more than one "Support Ship" Upgrade.", + "unique": false, + "factions": ["romulan"] + }, + + ] + +}