From 57143f2a31e221b5ed813554ea726c12a021b523 Mon Sep 17 00:00:00 2001 From: Guido Kessels Date: Sat, 31 Oct 2020 23:10:19 +0100 Subject: [PATCH] Fix: Huge ship values accidentally got deleted during sync --- data/upgrades/crew.json | 12 +++++++++++- data/upgrades/gunner.json | 6 +++--- data/upgrades/illicit.json | 12 +++++++++++- data/upgrades/title.json | 2 +- 4 files changed, 26 insertions(+), 6 deletions(-) diff --git a/data/upgrades/crew.json b/data/upgrades/crew.json index 9af980df..2df58afc 100644 --- a/data/upgrades/crew.json +++ b/data/upgrades/crew.json @@ -1048,7 +1048,17 @@ ], "cost": { "variable": "initiative", - "values": { "0": 2, "1": 3, "2": 4, "3": 5, "4": 6, "5": 7, "6": 8 } + "values": { + "0": 2, + "1": 3, + "2": 4, + "3": 5, + "4": 6, + "5": 7, + "6": 8, + "7": 9, + "8": 10 + } }, "hyperspace": false }, diff --git a/data/upgrades/gunner.json b/data/upgrades/gunner.json index 8a0e2acc..d0b87df9 100644 --- a/data/upgrades/gunner.json +++ b/data/upgrades/gunner.json @@ -16,7 +16,7 @@ ], "cost": { "variable": "size", - "values": { "Small": 7, "Medium": 6, "Large": 5 } + "values": { "Small": 7, "Medium": 6, "Large": 5, "Huge": 4 } }, "hyperspace": true }, @@ -311,7 +311,7 @@ ], "cost": { "variable": "size", - "values": { "Small": 12, "Medium": 9, "Large": 7 } + "values": { "Small": 12, "Medium": 9, "Large": 7, "Huge": 7 } }, "restrictions": [{ "action": { "type": "Rotate Arc" } }], "hyperspace": false @@ -464,7 +464,7 @@ "name": "Suppressive Gunner", "cost": { "variable": "size", - "values": { "Small": 8, "Medium": 7, "Large": 6 } + "values": { "Small": 8, "Medium": 7, "Large": 6, "Huge": 3 } }, "limited": 0, "xws": "suppressivegunner", diff --git a/data/upgrades/illicit.json b/data/upgrades/illicit.json index e27ca95d..1e5a2346 100644 --- a/data/upgrades/illicit.json +++ b/data/upgrades/illicit.json @@ -91,7 +91,17 @@ ], "cost": { "variable": "initiative", - "values": { "0": 0, "1": 1, "2": 2, "3": 3, "4": 4, "5": 5, "6": 6 } + "values": { + "0": 0, + "1": 1, + "2": 2, + "3": 3, + "4": 4, + "5": 5, + "6": 6, + "7": 7, + "8": 8 + } }, "hyperspace": true }, diff --git a/data/upgrades/title.json b/data/upgrades/title.json index de596b62..e34e6990 100644 --- a/data/upgrades/title.json +++ b/data/upgrades/title.json @@ -875,7 +875,7 @@ { "name": "Slave I", "limited": 1, - "xws": "slaveiseparatist", + "xws": "slavei-separatist", "hyperspace": false, "sides": [ {