From a3afc00fa3ca72cb242b75d0d196c3f07618d0b1 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Sat, 14 Nov 2015 00:15:25 -0800 Subject: [PATCH] Fix default internals for asp scout, keelback, and viper mk 4 --- ships/asp_scout.json | 2 +- ships/keelback.json | 2 +- ships/viper_mk_iv.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ships/asp_scout.json b/ships/asp_scout.json index 5375552..6b6694e 100644 --- a/ships/asp_scout.json +++ b/ships/asp_scout.json @@ -25,7 +25,7 @@ "defaults": { "standard": ["4E","4E","4E","3E","4E","4E","4C"], "hardpoints": [0,0,17,17,0,0], - "internal": ["02","02","44",0,0,0] + "internal": ["02","02","44",0,0] } } } \ No newline at end of file diff --git a/ships/keelback.json b/ships/keelback.json index c059e4c..1e549cd 100644 --- a/ships/keelback.json +++ b/ships/keelback.json @@ -25,7 +25,7 @@ "defaults": { "standard": ["4E","4E","4E","1E","3E","2E","4C"], "hardpoints": [0,0,17,17,0,0,0], - "internal": ["02","02","44",0,0,0] + "internal": ["03","03","01","44","00","2h"] } } } \ No newline at end of file diff --git a/ships/viper_mk_iv.json b/ships/viper_mk_iv.json index d8315c5..44f8fa8 100644 --- a/ships/viper_mk_iv.json +++ b/ships/viper_mk_iv.json @@ -25,7 +25,7 @@ "defaults": { "standard": ["4E","4E","4E","2E","3E","3E","4C"], "hardpoints": [0,0,17,17,0,0], - "internal": ["02","02","44",0,0,0] + "internal": ["02","02","44","00",0,"2h"] } } } \ No newline at end of file