From ba264c325e5a5cb0e7baaa8ebc8752012176a060 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Mon, 13 May 2024 09:32:49 +0100 Subject: [PATCH] Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out. --- ships/python.json | 2 +- ships/python_nx.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ships/python.json b/ships/python.json index 99c8fdf..e5eb7b5 100755 --- a/ships/python.json +++ b/ships/python.json @@ -6,7 +6,7 @@ "name": "Python", "manufacturer": "Faulcon DeLacy", "class": 2, - "hullCost": 55171380, + "hullCost": 55172380, "speed": 230, "boost": 300, "boostEnergy": 23, diff --git a/ships/python_nx.json b/ships/python_nx.json index 1475038..de78dd9 100755 --- a/ships/python_nx.json +++ b/ships/python_nx.json @@ -6,7 +6,7 @@ "name": "Python Mk II", "manufacturer": "Faulcon DeLacy", "class": 2, - "hullCost": 56812626, + "hullCost": 66122374, "speed": 256, "boost": 345, "boostEnergy": 19,