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.

This commit is contained in:
Alex Williams
2024-05-13 09:32:49 +01:00
committed by Felix Linker
parent 651aab5af6
commit ba264c325e
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"name": "Python",
"manufacturer": "Faulcon DeLacy",
"class": 2,
"hullCost": 55171380,
"hullCost": 55172380,
"speed": 230,
"boost": 300,
"boostEnergy": 23,

View File

@@ -6,7 +6,7 @@
"name": "Python Mk II",
"manufacturer": "Faulcon DeLacy",
"class": 2,
"hullCost": 56812626,
"hullCost": 66122374,
"speed": 256,
"boost": 345,
"boostEnergy": 19,