From aeb6214d7c09e5c50e18ff11f62d6ff3c48c902e Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:18:53 -0700 Subject: [PATCH 01/22] Add R2-A3 from BOE --- data/upgrades/astromech.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/data/upgrades/astromech.json b/data/upgrades/astromech.json index 1a729ffa..9c2c1c83 100644 --- a/data/upgrades/astromech.json +++ b/data/upgrades/astromech.json @@ -771,5 +771,23 @@ "extended": true, "epic": true, "standardLoadoutOnly": true + }, + { + "name": "R2-A3", + "limited": 1, + "xws": "r2a3-battleoverendor", + "sides": [ + { + "title": "R2-A3", + "type": "Astromech", + "ability": "After you perform an action, you may spend 1 [Charge] to acquire a lock.", + "slots": ["Astromech"], + "charges": { "value": 1, "recovers": 0 } + } + ], + "standard": true, + "extended": true, + "epic": true, + "standardLoadoutOnly": true } ] From 9ddcd537f6f3ed385ecbc3ac34911e610727309b Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:24:47 -0700 Subject: [PATCH 02/22] Add Airen Cracken from BOE --- data/upgrades/gunner.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/data/upgrades/gunner.json b/data/upgrades/gunner.json index 80daad31..7ca58cf3 100644 --- a/data/upgrades/gunner.json +++ b/data/upgrades/gunner.json @@ -678,5 +678,22 @@ "standard": true, "extended": true, "epic": true + }, + { + "name": "Airen Cracken", + "limited": 1, + "xws": "airencracken-battleoverendor", + "sides": [ + { + "title": "Airen Cracken", + "type": "Gunner", + "ability": "After defending, if the attack hit, you may gain 1 deplete token to perform a bonus primary attack targeting the attacker.", + "slots": ["Gunner"] + } + ], + "standard": true, + "extended": true, + "epic": true, + "standardLoadoutOnly": true } ] From 7af1a28c8b8950871127a39cb4ae6db48e1ad71d Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:26:40 -0700 Subject: [PATCH 03/22] Add Feedback Emitter from BOE --- data/upgrades/illicit.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/data/upgrades/illicit.json b/data/upgrades/illicit.json index cded9bec..40111bf2 100644 --- a/data/upgrades/illicit.json +++ b/data/upgrades/illicit.json @@ -309,5 +309,23 @@ "standard": true, "extended": true, "epic": true + }, + { + "name": "Feedback Emitter", + "limited": 0, + "xws": "feedbackemitter-battleoverendor", + "sides": [ + { + "title": "Feedback Emitter", + "charges": { "value": 1, "recovers": 0 }, + "type": "Illicit", + "ability": "After an object acquires a lock on you, you may spend 1 [Charge] to jam that object, ignoring range restrictions. This upgrade's [Charge] cannot be recovered.", + "slots": ["Illicit"] + } + ], + "standard": true, + "extended": true, + "epic": true, + "standardLoadoutOnly": true } ] From 144583caeebec44ba81b38d689ed67dd457912d2 Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:27:50 -0700 Subject: [PATCH 04/22] Add first three Mods from BOE Computer-Assisted Handling, Targeting Matrix, Chaff Particles --- data/upgrades/modification.json | 52 +++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/data/upgrades/modification.json b/data/upgrades/modification.json index 387f5468..8b24e84b 100644 --- a/data/upgrades/modification.json +++ b/data/upgrades/modification.json @@ -603,5 +603,57 @@ "extended": true, "epic": true, "standardLoadoutOnly": true + }, + { + "name": "Computer-Assisted Handling", + "limited": 0, + "xws": "computerassistedhandling-battleoverendor", + "sides": [ + { + "title": "Computer-Assisted Handling", + "charges": { "value": 1, "recovers": 0 }, + "type": "Modification", + "ability": "After you fully execute a maneuver, you may spend 1 [Charge] to perform a [Boost] or [Barrel Roll] action.", + "slots": ["Modification"] + } + ], + "standard": true, + "extended": true, + "epic": true, + "standardLoadoutOnly": true + }, + { + "name": "Targeting Matrix", + "limited": 0, + "xws": "targetingmatrix-battleoverendor", + "sides": [ + { + "title": "Targeting Matrix", + "type": "Modification", + "ability": "While attacking, you may spend 1 [Focus] result at the end of the Neutralize Results step. If you do, after the attack is resolved, the defender gains a strain token.", + "slots": ["Modification"] + } + ], + "standard": true, + "extended": true, + "epic": true, + "standardLoadoutOnly": true + }, + { + "name": "Chaff Particles", + "limited": 0, + "xws": "chaffparticles-battleoverendor", + "sides": [ + { + "title": "Chaff Particles", + "type": "Modification", + "ability": "While defending, you may spend 1 [Focus] result at the end of the Neutralize Results step to remove 1 red or orange token.", + "slots": ["Modification"] + } + ], + "standard": true, + "extended": true, + "epic": true, + "standardLoadoutOnly": true } ] From cc7fd9398e04c59b817d676fc5b131c843fc8d24 Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:28:21 -0700 Subject: [PATCH 05/22] Add Blank Signature from BOE --- data/upgrades/sensor.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/data/upgrades/sensor.json b/data/upgrades/sensor.json index 308f6271..12cbac8a 100644 --- a/data/upgrades/sensor.json +++ b/data/upgrades/sensor.json @@ -95,5 +95,23 @@ "standard": true, "extended": true, "epic": true + }, + { + "name": "Blank Signature", + "limited": 0, + "xws": "blanksignature-battleoverendor", + "sides": [ + { + "title": "Blank Signature", + "charges": { "value": 1, "recovers": 1 }, + "type": "Sensor", + "ability": "While defending, if you are not locked by the attacker, you may spend 1 [Charge] to change 1 [Focus] result to an [Evade] result.", + "slots": ["Sensor"] + } + ], + "standard": true, + "extended": true, + "epic": true, + "standardLoadoutOnly": true } ] From cd4d234e9c2a36a8ace8917778b1b47c6ee240d0 Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:29:39 -0700 Subject: [PATCH 06/22] Add first batch of talents from BOE No Escape, Push the Limit, Reckless, Apex Predator, It's a Trap!, Ace in the Hole --- data/upgrades/talent.json | 103 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) diff --git a/data/upgrades/talent.json b/data/upgrades/talent.json index e7d74e31..66ee0a73 100644 --- a/data/upgrades/talent.json +++ b/data/upgrades/talent.json @@ -986,5 +986,108 @@ "extended": true, "epic": true, "standardLoadoutOnly": true + }, + { + "name": "No Escape", + "limited": 0, + "xws": "noescape-battleoverendor", + "sides": [ + { + "title": "No Escape", + "type": "Talent", + "ability": "While you perform a primary attack, if there are more friendly ships than other enemy ships at range 0-1 of the defender, you may reroll 1 of your blank results.", + "slots": ["Talent"] + } + ], + "standard": true, + "extended": true, + "epic": true, + "standardLoadoutOnly": true + }, + { + "name": "Push The Limit", + "limited": 0, + "xws": "pushthelimit-battleoverendor", + "sides": [ + { + "title": "Push The Limit", + "type": "Talent", + "ability": "After you fully execute a red maneuver or perform a red action, if you are not strained, you may gain 1 strain token to remove 1 stress token.", + "slots": ["Talent"] + } + ], + "standard": true, + "extended": true, + "epic": true, + "standardLoadoutOnly": true + }, + { + "name": "Reckless", + "limited": 0, + "xws": "reckless-battleoverendor", + "sides": [ + { + "title": "Reckless", + "type": "Talent", + "ability": "While you perform a red [Boost] or a red [Barrel Roll] action, you may use the (1 [Turn Left]) or (1 [Turn Right]) template instead. If you do, roll an attack die. On a [Hit]/[Crit] result, gain a stress token.", + "slots": ["Talent"] + } + ], + "standard": true, + "extended": true, + "epic": true, + "standardLoadoutOnly": true + }, + { + "name": "Apex Predator", + "limited": 0, + "xws": "apexpredator-battleoverendor", + "sides": [ + { + "title": "Apex Predator", + "type": "Talent", + "ability": "While you perform a primary attack, if the defender's initiative is lower than yours, you may reroll 1 attack die.", + "slots": ["Talent"] + } + ], + "standard": true, + "extended": true, + "epic": true, + "standardLoadoutOnly": true + }, + { + "name": "It's a Trap!", + "limited": 0, + "xws": "itsatrap-battleoverendor", + "sides": [ + { + "title": "It's a Trap!", + "type": "Talent", + "ability": "While defending, if there are more other friendly ships than enemy ships at range 0-1, you may reroll 1 of your blank results.", + "slots": ["Talent"] + } + ], + "standard": true, + "extended": true, + "epic": true, + "standardLoadoutOnly": true + }, + { + "name": "Ace in the Hole", + "limited": 0, + "xws": "aceinthehole-battleoverendor", + "sides": [ + { + "title": "Ace in the Hole", + "type": "Talent", + "charges": { "value": 2, "recovers": 0 }, + "ability": "At the start of the Engagement Phase, you may spend 1 [Charge] and gain 1 jam token to perform a [Barrel Roll] action.", + "slots": ["Talent"] + } + ], + "standard": true, + "extended": true, + "epic": true, + "standardLoadoutOnly": true } ] From 86c7d17c313a041154ce6ab4779c7acf6cda21e6 Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:30:17 -0700 Subject: [PATCH 07/22] Add Millennium Falcon title from BOE --- data/upgrades/title.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/data/upgrades/title.json b/data/upgrades/title.json index b7b30e7f..97d6489d 100644 --- a/data/upgrades/title.json +++ b/data/upgrades/title.json @@ -1370,5 +1370,22 @@ "standard": true, "extended": true, "epic": true + }, + { + "name": "Millennium Falcon", + "limited": 1, + "xws": "millenniumfalcon-battleoverendor", + "sides": [ + { + "title": "Millennium Falcon", + "type": "Title", + "ability": "While attacking or defending, if you have a non-lock red or orange token, you may reroll 1 die.", + "slots": ["Title"] + } + ], + "standard": true, + "extended": true, + "epic": true, + "standardLoadoutOnly": true } ] From 1eb381eb5a33876ae20023e279feff350533f879 Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:33:38 -0700 Subject: [PATCH 08/22] Added Yorr and Jendon from BOE --- .../galactic-empire/tie-d-defender.json | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/data/pilots/galactic-empire/tie-d-defender.json b/data/pilots/galactic-empire/tie-d-defender.json index da663838..e2e800d4 100644 --- a/data/pilots/galactic-empire/tie-d-defender.json +++ b/data/pilots/galactic-empire/tie-d-defender.json @@ -227,6 +227,59 @@ "artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/captaindobbs.png", "image": "https://infinitearenas.com/xw2/images/pilots/captaindobbs.png", "epic": true + }, + { + "name": "Captain Yorr", + "caption": "Battle Over Endor", + "initiative": 4, + "limited": 1, + "cost": 6, + "xws": "captainyorr-battleoverendor", + "ability": "After you perform a primary attack that hits, you may spend 1 [Charge] to perform a bonus [Cannon] attack.", + "image": "https://infinitearenas.com/xw2/images/quickbuilds/captainyorr-battleoverendor.png", + "charges": { "value": 2, "recovers": 0 }, + "shipAbility": { + "name": "Chiss Engineering", + "text": "After you fully execute a speed 3-5 maneuver, you may perform a [Lock] action. While attacking, if you are not stressed, you may spend 1 [Shield] to apply the range 1 bonus." + }, + "shipActions": [ + { "difficulty": "White", "type": "Focus" }, + { "difficulty": "White", "type": "Evade", "linked": { "difficulty": "Red", "type": "Barrel Roll" }}, + { "difficulty": "White", "type": "Lock" }, + { "difficulty": "White", "type": "Barrel Roll" }, + { "difficulty": "White", "type": "Boost" } + ], + "standardLoadout": ["noescape-battleoverendor", "predator", "ioncannon", "computerassistedhandling-battleoverendor"], + "artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/captainyorr-battleoverendor.png", + "standard": true, + "extended": true, + "epic": true + }, + { + "name": "Colonel Jendon", + "caption": "Battle Over Endor", + "initiative": 6, + "limited": 1, + "cost": 7, + "xws": "coloneljendon-battleoverendor", + "ability": "While you defend, if you are not shielded, you may change 1 of your blank results to a [Focus] result.", + "image": "https://infinitearenas.com/xw2/images/quickbuilds/coloneljendon-battleoverendor.png", + "shipAbility": { + "name": "Chiss Engineering", + "text": "After you fully execute a speed 3-5 maneuver, you may perform a [Lock] action. While attacking, if you are not stressed, you may spend 1 [Shield] to apply the range 1 bonus." + }, + "shipActions": [ + { "difficulty": "White", "type": "Focus" }, + { "difficulty": "White", "type": "Evade", "linked": { "difficulty": "Red", "type": "Barrel Roll" }}, + { "difficulty": "White", "type": "Lock" }, + { "difficulty": "White", "type": "Barrel Roll" }, + { "difficulty": "White", "type": "Boost" } + ], + "standardLoadout": ["noescape-battleoverendor", "pushthelimit-battleoverendor", "protoncannons", "computerassistedhandling-battleoverendor"], + "artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/coloneljendon-battleoverendor.png", + "standard": true, + "extended": true, + "epic": true } ] } From c00a4ff238e0bebf149a08d46bcb32208a23ee96 Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:38:15 -0700 Subject: [PATCH 09/22] Add Sapphire 2 and Soontir Fel from BOE --- .../galactic-empire/tie-in-interceptor.json | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/data/pilots/galactic-empire/tie-in-interceptor.json b/data/pilots/galactic-empire/tie-in-interceptor.json index 909fd5b0..40cfb03f 100644 --- a/data/pilots/galactic-empire/tie-in-interceptor.json +++ b/data/pilots/galactic-empire/tie-in-interceptor.json @@ -409,6 +409,47 @@ "image": "https://infinitearenas.com/xw2/images/pilots/secondsister.png", "artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/secondsister.png", "epic": true + }, + { + "name": "Sapphire 2", + "caption": "Battle Over Endor", + "xws": "sapphire2-battleoverendor", + "initiative": 1, + "limited": 1, + "shipAbility": { + "name": "Sensitive Controls", + "text": "During the System Phase, you may perform a red [Barrel Roll] or red [Boost] action." + }, + "cost": 4, + "standardLoadout": ["noescape-battleoverendor", "reckless-battleoverendor", "primedthrusters", "targetingmatrix-battleoverendor"], + "ability": "While you defend, if you are focused, roll 1 additional defense die.", + "keywords": ["TIE"], + "image": "https://infinitearenas.com/xw2/images/quickbuilds/sapphire2-battleoverendor.png", + "artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/sapphire2-battleoverendor.png", + "standard": true, + "extended": true, + "epic": true + }, + { + "name": "Soontir Fel", + "caption": "Battle Over Endor", + "xws": "soontirfel-battleoverendor", + "initiative": 6, + "limited": 1, + "shipAbility": { + "name": "Sensitive Controls", + "text": "During the System Phase, you may perform a red [Barrel Roll] or red [Boost] action." + }, + "charges": { "value": 2, "recovers": 0 }, + "cost": 5, + "standardLoadout": ["apexpredator-battleoverendor", "noescape-battleoverendor", "blanksignature-battleoverendor", "feedbackemitter-battleoverendor"], + "ability": "After you perform an attack, you may spend 1 [Charge] and gain 1 deplete token to boost or barrel roll.", + "keywords": ["TIE"], + "image": "https://infinitearenas.com/xw2/images/quickbuilds/soontirfel-battleoverendor.png", + "artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/soontirfel-battleoverendor.png", + "standard": true, + "extended": true, + "epic": true } ] } From cff1dbe16bc5976270f194fa446bf76617163a00 Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:39:16 -0700 Subject: [PATCH 10/22] Adjusted Feroph loadout for 2Feb24 points update --- data/pilots/galactic-empire/tie-reaper.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/pilots/galactic-empire/tie-reaper.json b/data/pilots/galactic-empire/tie-reaper.json index 0c24774a..1e705456 100644 --- a/data/pilots/galactic-empire/tie-reaper.json +++ b/data/pilots/galactic-empire/tie-reaper.json @@ -63,7 +63,7 @@ "initiative": 3, "limited": 1, "cost": 4, - "loadout": 6, + "loadout": 5, "xws": "captainferoph", "ability": "While you defend, if the attacker does not have any green tokens, you may change 1 of your blank or [Focus] results to an [Evade] result.", "image": "https://infinitearenas.com/xw2/images/pilots/captainferoph.png", From d646b0d475fbf12568e522a58ef5219dcb710d9f Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:41:43 -0700 Subject: [PATCH 11/22] Adjusted loadouts for 2Feb24 points update --- data/pilots/galactic-empire/tie-sa-bomber.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/pilots/galactic-empire/tie-sa-bomber.json b/data/pilots/galactic-empire/tie-sa-bomber.json index 2b2275bf..6bd8745c 100644 --- a/data/pilots/galactic-empire/tie-sa-bomber.json +++ b/data/pilots/galactic-empire/tie-sa-bomber.json @@ -95,7 +95,7 @@ "initiative": 3, "limited": 0, "cost": 4, - "loadout": 10, + "loadout": 8, "xws": "gammasquadronace", "text": "Though it sacrifices a degree of speed and maneuverability compared to a TIE/ln, the TIE bomber's increased payload can carry enough firepower to destroy virtually any enemy target.", "image": "https://infinitearenas.com/xw2/images/pilots/gammasquadronace.png", @@ -116,7 +116,7 @@ "initiative": 4, "limited": 1, "cost": 3, - "loadout": 12, + "loadout": 7, "xws": "majorrhymer", "ability": "While you perform a [Torpedo] or [Missile] attack, you may increase or decrease the range requirement by 1, to a limit of 0-3.", "image": "https://infinitearenas.com/xw2/images/pilots/majorrhymer.png", @@ -165,7 +165,7 @@ "initiative": 5, "limited": 1, "cost": 3, - "loadout": 10, + "loadout": 7, "xws": "tomaxbren", "ability": "After you perform a [Reload] action, you may recover 1 [Charge] token on 1 of your equipped [Talent] upgrade cards.", "image": "https://infinitearenas.com/xw2/images/pilots/tomaxbren.png", From 8ca6ab5473f00473f19d097a3cbea8e6c5c8fbc1 Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:44:33 -0700 Subject: [PATCH 12/22] Update loadouts for 2Feb24 points change --- data/pilots/rebel-alliance/fang-fighter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/pilots/rebel-alliance/fang-fighter.json b/data/pilots/rebel-alliance/fang-fighter.json index 43cb1e06..07a09080 100644 --- a/data/pilots/rebel-alliance/fang-fighter.json +++ b/data/pilots/rebel-alliance/fang-fighter.json @@ -50,7 +50,7 @@ "initiative": 6, "limited": 1, "cost": 5, - "loadout": 10, + "loadout": 9, "xws": "fennrau-fangfighter", "ability": "Before a friendly ship at range 1-2 engages, if there is an enemy ship in its [Front Arc] at range 1, that friendly ship may remove 1 non-lock red token.", "image": "https://infinitearenas.com/xw2/images/pilots/fennrau-rebel-fang.png", @@ -71,7 +71,7 @@ "initiative": 4, "limited": 1, "cost": 4, - "loadout": 9, + "loadout": 7, "xws": "bodicavenj", "ability": "After another friendly ship defends, if you are not depleted, you may perform a bonus primary attack against the attacker. If you do, after performing that attack, gain 1 deplete token.", "image": "https://infinitearenas.com/xw2/images/pilots/bodicavenj.png", From e2df7de5bef0b0c4087383093dbe6d1506607c29 Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:45:58 -0700 Subject: [PATCH 13/22] Added Lando BOE and adjusted Han loadout 2Feb24 points update --- .../modified-yt-1300-light-freighter.json | 31 ++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/data/pilots/rebel-alliance/modified-yt-1300-light-freighter.json b/data/pilots/rebel-alliance/modified-yt-1300-light-freighter.json index 0a288495..5b462db3 100644 --- a/data/pilots/rebel-alliance/modified-yt-1300-light-freighter.json +++ b/data/pilots/rebel-alliance/modified-yt-1300-light-freighter.json @@ -71,7 +71,7 @@ "initiative": 6, "limited": 1, "cost": 7, - "loadout": 20, + "loadout": 15, "xws": "hansolo-modifiedyt1300lightfreighter", "ability": "After you roll dice, if you are at range 0-1 of an obstacle, you may reroll all of your dice. This does not count as rerolling for the purpose of other effects.", "image": "https://infinitearenas.com/xw2/images/pilots/hansolo-modifiedyt1300lightfreighter.png", @@ -181,6 +181,35 @@ "extended": true, "keywords": ["Freighter", "YT-1300"], "epic": true + }, + { + "name": "Lando Calrissian", + "caption": "Battle Over Endor", + "initiative": 5, + "limited": 1, + "cost": 7, + "xws": "landocalrissian-battleoverendor", + "ability": "At the start of the Activation Phase, you may spend 1 [Charge]. If you do, choose an initiative value from 1 to 6. You activate at that initiative this phase.", + "shipAbility": { + "name": "High Stakes", + "text": "After you perform a red action, you may roll an attack die. On a [Hit]/[Crit] result, remove 1 stress." + }, + "shipActions": [ + { "difficulty": "White", "type": "Focus" }, + { "difficulty": "White", "type": "Lock" }, + { "difficulty": "White", "type": "Evade" }, + { "difficulty": "Red", "type": "Boost" }, + { "difficulty": "White", "type": "Rotate Arc" }, + { "difficulty": "Red", "type": "Coordinate", "linked": { "difficulty": "Red", "type": "Focus" } } + ], + "charges": { "value": 2, "recovers": 0 }, + "standardLoadout": ["aceinthehole-battleoverendor", "itsatrap-battleoverendor", "niennunb", "airencracken-battleoverendor", "millenniumfalcon-battleoverendor"], + "image": "https://infinitearenas.com/xw2/images/quickbuilds/landocalrissian-battleoverendor.png", + "artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/landocalrissian-battleoverendor.png", + "standard": true, + "extended": true, + "keywords": ["Freighter", "YT-1300"], + "epic": true } ] } From 0c599e410427162f8f9bfb63a1420d2d9894dc27 Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:46:39 -0700 Subject: [PATCH 14/22] Add Tycho Celchu from BOE --- data/pilots/rebel-alliance/rz-1-a-wing.json | 33 +++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/data/pilots/rebel-alliance/rz-1-a-wing.json b/data/pilots/rebel-alliance/rz-1-a-wing.json index 0ea60b06..c385286f 100644 --- a/data/pilots/rebel-alliance/rz-1-a-wing.json +++ b/data/pilots/rebel-alliance/rz-1-a-wing.json @@ -378,6 +378,39 @@ "artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/sharabey-rz1awing.png", "image": "https://infinitearenas.com/xw2/images/quickbuilds/sharabey-swz106.png", "epic": true + }, + { + "name": "Tycho Celchu", + "caption": "Battle Over Endor", + "xws": "tychocelchu-battleoverendor", + "initiative": 5, + "limited": 1, + "cost": 4, + "shipAbility": { + "name": "Vectored Cannons", + "text": "During the System Phase, you may perform a red [Boost] or [Rotate Arc] action. You can rotate your [Single Turret Arc] indicator only to your [Front Arc] or [Rear Arc]." + }, + "shipStats": [ + { "arc": "Single Turret Arc", "type": "attack", "value": 2 }, + { "type": "agility", "value": 3 }, + { "type": "hull", "value": 2 }, + { "type": "shields", "value": 3 } + ], + "shipActions": [ + { "difficulty": "White", "type": "Focus", "linked": { "difficulty": "Red", "type": "Reload" } }, + { "difficulty": "White", "type": "Evade" }, + { "difficulty": "White", "type": "Lock" }, + { "difficulty": "White", "type": "Barrel Roll" }, + { "difficulty": "White", "type": "Boost", "linked": { "difficulty": "Red", "type": "Evade" } } + ], + "standardLoadout": ["itsatrap-battleoverendor", "juke", "protonrockets", "chaffparticles-battleoverendor"], + "ability": "While you are disarmed, you can still perform [Missile] attacks. When you perform a [Missile] attack while disarmed, roll a maximum of 4 dice.", + "keywords": ["A-wing"], + "artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/tychocelchu-battleoverendor.png", + "image": "https://infinitearenas.com/xw2/images/quickbuilds/tychocelchu-battleoverendor.png", + "standard": true, + "extended": true, + "epic": true } ] } From bbe9b87c6148309a79cee499bcc7c2101db3d8e0 Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:47:27 -0700 Subject: [PATCH 15/22] Adjust Keo Venzee loadout for 2Feb24 points update --- data/pilots/rebel-alliance/rz-1-a-wing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/pilots/rebel-alliance/rz-1-a-wing.json b/data/pilots/rebel-alliance/rz-1-a-wing.json index c385286f..d8529ced 100644 --- a/data/pilots/rebel-alliance/rz-1-a-wing.json +++ b/data/pilots/rebel-alliance/rz-1-a-wing.json @@ -279,7 +279,7 @@ "standard": true, "extended": true, "cost": 3, - "loadout": 8, + "loadout": 7, "force": { "value": 1, "recovers": 0 }, "slots": [ "Talent", From 5b545b20585c972d2fc5103a6c20978764b933a6 Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:48:39 -0700 Subject: [PATCH 16/22] Add Wedge from BOE --- data/pilots/rebel-alliance/t-65-x-wing.json | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/data/pilots/rebel-alliance/t-65-x-wing.json b/data/pilots/rebel-alliance/t-65-x-wing.json index 541d07ac..a33b2b95 100644 --- a/data/pilots/rebel-alliance/t-65-x-wing.json +++ b/data/pilots/rebel-alliance/t-65-x-wing.json @@ -458,6 +458,38 @@ "extended": true, "keywords": ["X-wing"], "epic": true + }, + { + "name": "Wedge Antilles", + "caption": "Battle Over Endor", + "initiative": 6, + "limited": 1, + "cost": 5, + "xws": "wedgeantilles-battleoverendor", + "ability": "After you perform an attack that hits, gain 1 focus token.", + "shipAbility": { + "name": "Locked S-Foils", + "text": "After you perform a [Boost] action, gain a deplete token." + }, + "shipStats": [ + { "arc": "Front Arc", "type": "attack", "value": 3 }, + { "type": "agility", "value": 2 }, + { "type": "hull", "value": 4 }, + { "type": "shields", "value": 3 } + ], + "shipActions": [ + { "difficulty": "White", "type": "Focus", "linked": { "difficulty": "Red", "type": "Boost" } }, + { "difficulty": "White", "type": "Lock" }, + { "difficulty": "White", "type": "Barrel Roll", "linked": { "difficulty": "Red", "type": "Focus" } }, + { "difficulty": "White", "type": "Boost"} + ], + "standardLoadout": ["itsatrap-battleoverendor", "predator", "advprotontorpedoes", "r2a3-battleoverendor"], + "image": "https://infinitearenas.com/xw2/images/quickbuilds/wedgeantilles-battleoverendor.png", + "artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/wedgeantilles-battleoverendor.png", + "standard": true, + "extended": true, + "keywords": ["X-wing"], + "epic": true } ] } From 8e31aa8b66529ca8db0d0d5566d2879afc43e3b1 Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:50:31 -0700 Subject: [PATCH 17/22] Update Zorii Bliss loadout for 2Feb24 points update --- data/pilots/resistance/bta-nr2-y-wing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/pilots/resistance/bta-nr2-y-wing.json b/data/pilots/resistance/bta-nr2-y-wing.json index 3cbe08b8..72dced6a 100644 --- a/data/pilots/resistance/bta-nr2-y-wing.json +++ b/data/pilots/resistance/bta-nr2-y-wing.json @@ -46,7 +46,7 @@ "standard": true, "extended": true, "cost": 4, - "loadout": 11, + "loadout": 9, "slots": [ "Talent", "Tech", From 59e7599ce591f06262b3bb3450a66391994e8bae Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:51:22 -0700 Subject: [PATCH 18/22] =?UTF-8?q?Update=20L=E2=80=99ulo=20L=E2=80=99ampar?= =?UTF-8?q?=20for=202Feb24=20points?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/pilots/resistance/rz-2-a-wing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/pilots/resistance/rz-2-a-wing.json b/data/pilots/resistance/rz-2-a-wing.json index 63fe3ad3..7680474b 100644 --- a/data/pilots/resistance/rz-2-a-wing.json +++ b/data/pilots/resistance/rz-2-a-wing.json @@ -44,7 +44,7 @@ "initiative": 5, "limited": 1, "cost": 4, - "loadout": 12, + "loadout": 10, "xws": "lulolampar", "ability": "While you defend or perform a primary attack, if you are stressed, you must roll 1 fewer defense die or 1 additional attack die.", "shipAbility": { From 290854305f2a8c49234bdcb312e82cc03bfb236d Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:52:14 -0700 Subject: [PATCH 19/22] Update Jessika Pava loadout for 2Feb24 points update --- data/pilots/resistance/t-70-x-wing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/pilots/resistance/t-70-x-wing.json b/data/pilots/resistance/t-70-x-wing.json index 13d9bf2f..6190bbd7 100644 --- a/data/pilots/resistance/t-70-x-wing.json +++ b/data/pilots/resistance/t-70-x-wing.json @@ -318,7 +318,7 @@ "image": "https://infinitearenas.com/xw2/images/pilots/jessikapava.png", "artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/jessikapava.png", "cost": 4, - "loadout": 7, + "loadout": 6, "charges": { "value": 1, "recovers": 1 }, "slots": ["Astromech", "Modification", "Configuration", "Tech"], "standard": true, From c9116975b948c5f806a38ba6ad3ec28305838f99 Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:53:22 -0700 Subject: [PATCH 20/22] =?UTF-8?q?Update=20Padm=C3=A9=20Amidala=20loadout?= =?UTF-8?q?=20for=202Feb24=20points=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/pilots/galactic-republic/naboo-royal-n-1-starfighter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/pilots/galactic-republic/naboo-royal-n-1-starfighter.json b/data/pilots/galactic-republic/naboo-royal-n-1-starfighter.json index f3466280..bff485f3 100644 --- a/data/pilots/galactic-republic/naboo-royal-n-1-starfighter.json +++ b/data/pilots/galactic-republic/naboo-royal-n-1-starfighter.json @@ -91,7 +91,7 @@ "standard": true, "extended": true, "cost": 4, - "loadout": 18, + "loadout": 16, "slots": ["Talent", "Sensor", "Torpedo", "Astromech"], "ability": "While an enemy ship in your [Front Arc] defends or performs an attack, that ship can modify only 1 [Focus] result (other results can still be modified).", "artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/padmeamidala.png", From 74cd68fdbe57195940245b7d176fca59aba9f1af Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:58:37 -0700 Subject: [PATCH 21/22] Fixed Crit to Critical Hit --- data/upgrades/talent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/upgrades/talent.json b/data/upgrades/talent.json index 66ee0a73..6757eb2e 100644 --- a/data/upgrades/talent.json +++ b/data/upgrades/talent.json @@ -1029,7 +1029,7 @@ { "title": "Reckless", "type": "Talent", - "ability": "While you perform a red [Boost] or a red [Barrel Roll] action, you may use the (1 [Turn Left]) or (1 [Turn Right]) template instead. If you do, roll an attack die. On a [Hit]/[Crit] result, gain a stress token.", + "ability": "While you perform a red [Boost] or a red [Barrel Roll] action, you may use the (1 [Turn Left]) or (1 [Turn Right]) template instead. If you do, roll an attack die. On a [Hit]/[Critical Hit] result, gain a stress token.", "slots": ["Talent"] } ], From 65d7937297e85fa8dc65f76fa3bbf04e616f606d Mon Sep 17 00:00:00 2001 From: J1mBob <32167052+J1mBob@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:59:05 -0700 Subject: [PATCH 22/22] fixed Crit to Critical Hit --- .../pilots/rebel-alliance/modified-yt-1300-light-freighter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/pilots/rebel-alliance/modified-yt-1300-light-freighter.json b/data/pilots/rebel-alliance/modified-yt-1300-light-freighter.json index 5b462db3..cd0479bf 100644 --- a/data/pilots/rebel-alliance/modified-yt-1300-light-freighter.json +++ b/data/pilots/rebel-alliance/modified-yt-1300-light-freighter.json @@ -192,7 +192,7 @@ "ability": "At the start of the Activation Phase, you may spend 1 [Charge]. If you do, choose an initiative value from 1 to 6. You activate at that initiative this phase.", "shipAbility": { "name": "High Stakes", - "text": "After you perform a red action, you may roll an attack die. On a [Hit]/[Crit] result, remove 1 stress." + "text": "After you perform a red action, you may roll an attack die. On a [Hit]/[Critical Hit] result, remove 1 stress." }, "shipActions": [ { "difficulty": "White", "type": "Focus" },