Skip to content

Commit

Permalink
Merge pull request #390 from guidokessels/UnderslungBlaster_Attack
Browse files Browse the repository at this point in the history
Underslung blaster attack
  • Loading branch information
guidokessels authored Nov 9, 2020
2 parents 929887f + abfc842 commit d44a5be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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": "1.27.1",
"version": "1.27.2",
"damagedecks": ["data/damage-decks/core.json"],
"factions": ["data/factions/factions.json"],
"stats": ["data/stats/stats.json"],
Expand Down
7 changes: 7 additions & 0 deletions data/upgrades/cannon.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@
"title": "Underslung Blaster Cannon",
"type": "Cannon",
"slots": ["Cannon"],
"attack": {
"arc": "Single Turret Arc",
"value": 2,
"minrange": 1,
"maxrange": 1,
"ordnance": false
},
"grants": [
{
"type": "action",
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": "1.27.1",
"version": "1.27.2",
"repository": "git@github.com:guidokessels/xwing-data2.git",
"author": "Guido Kessels <mail@guidokessels.com>",
"license": "MIT",
Expand Down

0 comments on commit d44a5be

Please sign in to comment.