Skip to content

Commit

Permalink
Add proton cannon and homing torp
Browse files Browse the repository at this point in the history
  • Loading branch information
danrs committed May 14, 2022
1 parent 14c6833 commit cc1b145
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
18 changes: 10 additions & 8 deletions data/upgrades/cannon.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,20 +162,22 @@
"epic": true
},
{
"name": "Proton Cannon",
"name": "Proton Cannons",
"limited": 0,
"xws": "protoncannon",
"xws": "protoncannons",
"sides": [
{
"ability": "",
"title": "Proton Cannon",
"ability": "Attack: Spend 2 [Charge]. Change 1 [Focus] or [Hit] result to a [Critical Hit] result.",
"image": "https://infinitearenas.com/xw2/images/upgrades/protoncannons.png",
"charges": { "value": 2, "recovers": 1 },
"title": "Proton Cannons",
"type": "Cannon",
"slots": ["Cannon", "Cannon"],
"attack": {
"arc": "Front Arc",
"value": 1,
"minrange": 1,
"maxrange": 1,
"arc": "Bullseye Arc",
"value": 4,
"minrange": 2,
"maxrange": 3,
"ordnance": false
}
}
Expand Down
9 changes: 5 additions & 4 deletions data/upgrades/torpedo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
{
"title": "Homing Torpedoes",
"type": "Torpedo",
"ability": "",
"ability": "Attack ([Lock]): Spend 1 [Charge]. After you declare the defender, the defender may choose to suffer 1 [Critical Hit] damage. If it does, skip the Attack and Defense Dice steps and the attack is treated as hitting.",
"image": "https://infinitearenas.com/xw2/images/upgrades/homingtorpedoes.png",
"slots": ["Torpedo"],
"charges": { "value": 0, "recovers": 0 },
"charges": { "value": 2, "recovers": 0 },
"attack": {
"arc": "Front Arc",
"value": 1,
"value": 4,
"minrange": 1,
"maxrange": 1,
"maxrange": 2,
"ordnance": true
}
}
Expand Down

0 comments on commit cc1b145

Please sign in to comment.