diff --git a/data/upgrades/cannon.json b/data/upgrades/cannon.json index c8e8da86..728ea9b4 100644 --- a/data/upgrades/cannon.json +++ b/data/upgrades/cannon.json @@ -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 } } diff --git a/data/upgrades/torpedo.json b/data/upgrades/torpedo.json index 0054451e..3dace702 100644 --- a/data/upgrades/torpedo.json +++ b/data/upgrades/torpedo.json @@ -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 } }