From c54fe4d4bf7fe19de48a08721a98ca2b1158ea8e Mon Sep 17 00:00:00 2001 From: Guido Kessels Date: Fri, 4 Jan 2019 21:18:35 +0100 Subject: [PATCH] Fix: Upsilon attack value was a string, should be a number --- data/pilots/first-order/upsilon-class-command-shuttle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/pilots/first-order/upsilon-class-command-shuttle.json b/data/pilots/first-order/upsilon-class-command-shuttle.json index 4b8de79b..800677de 100644 --- a/data/pilots/first-order/upsilon-class-command-shuttle.json +++ b/data/pilots/first-order/upsilon-class-command-shuttle.json @@ -23,7 +23,7 @@ ], "faction": "First Order", "stats": [ - { "type": "attack", "value": "4", "arc": "Front Arc" }, + { "type": "attack", "value": 4, "arc": "Front Arc" }, { "type": "agility", "value": 1 }, { "type": "hull", "value": 6 }, { "type": "shields", "value": 6 }