Skip to content

Commit

Permalink
Merge pull request #581 from guidokessels/bugfix
Browse files Browse the repository at this point in the history
Bugfix
  • Loading branch information
danrs authored Nov 28, 2022
2 parents 06c90bd + 4fc0316 commit 4ebcf07
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.6.1",
"version": "3.6.2",
"damagedecks": ["data/damage-decks/core.json"],
"factions": ["data/factions/factions.json"],
"stats": ["data/stats/stats.json"],
Expand Down
2 changes: 1 addition & 1 deletion data/pilots/first-order/tie-fo-fighter.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
"limited": 1,
"cost": 3,
"loadout": 8,
"xws": "dt798-tiefofighter",
"xws": "dt798",
"ability": "While you perform a primary attack, if you are not strained, you may gain 1 strain token to roll 1 additional die.",
"image": "https://infinitearenas.com/xw2/images/pilots/dt798-tiefofighter.png",
"artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/dt798-tiefofighter.png",
Expand Down
1 change: 0 additions & 1 deletion data/pilots/first-order/xi-class-light-shuttle.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
"Modification",
"Modification"
],
"ffg": 657,
"artwork": "https://infinitearenas.com/xw2/images/artwork/pilots/agenttierny.png",
"image": "https://infinitearenas.com/xw2/images/pilots/agenttierny.png",
"epic": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"limited": 1,
"cost": 7,
"loadout": 18,
"xws": "hondoohnaka-firesprayclasspatrolcraft",
"xws": "hondoohnaka",
"ability": "Action: Choose 2 non-huge ships at range 0-3 of you that are not friendly to each other. Each chosen ship may perform an action that is on your action bar, even while stressed, in the order of your choice. Then, gain 1 calculate token.",
"image": "https://infinitearenas.com/xw2/images/pilots/hondoohnaka.png",
"slots": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"limited": 1,
"cost": 3,
"xws": "dfs311-siegeofcoruscant",
"ability": "While defending, you may spend 1 [Charge] and 1 calculate token to cancel 1 [Critical Hit] result.",
"ability": "At the start of the Engagement Phase, you may transfer 1 of your calculate tokens to another friendly ship at range 0-3.",
"shipAbility": {
"name": "Networked Calculations",
"text": "While you defend or perform an attack, you may spend 1 calculate token from a friendly ship at range 0-1 to change 1 [Focus] result to an [Evade] or [Hit] result."
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xwing-data2",
"version": "3.6.1",
"version": "3.6.2",
"repository": "git@github.com:guidokessels/xwing-data2.git",
"author": "Guido Kessels <mail@guidokessels.com>",
"license": "MIT",
Expand Down

0 comments on commit 4ebcf07

Please sign in to comment.