@@ -10,7 +10,7 @@ export const SHIP_TYPES = {
10
10
id : 'explorer' ,
11
11
build_time : 4 , // ship_construction + faster_ship_construction tech tree
12
12
health : 100 , // armor_plating tech tree
13
- speed : 5 , // ship_speed tech tree
13
+ speed : 15 , // ship_speed tech tree
14
14
attack : { } ,
15
15
defense : {
16
16
default : 10 ,
@@ -30,7 +30,7 @@ export const SHIP_TYPES = {
30
30
id : 'colonizer' ,
31
31
build_time : 5 , // ship_construction + faster_ship_construction tech tree
32
32
health : 100 , // armor_plating tech tree
33
- speed : 5 , // ship_speed tech tree
33
+ speed : 15 , // ship_speed tech tree
34
34
attack : { } ,
35
35
defense : {
36
36
default : 10 ,
@@ -55,7 +55,7 @@ export const SHIP_TYPES = {
55
55
id : 'interceptor' ,
56
56
build_time : 4 , // small_ship_construction + faster_ship_construction tech tree
57
57
health : 100 , // armor_plating tech tree
58
- speed : 10 , // ship_speed tech tree
58
+ speed : 14 , // ship_speed tech tree
59
59
attack : { // small_fighters tech tree
60
60
default : 10 ,
61
61
fighter : 30 ,
@@ -81,7 +81,7 @@ export const SHIP_TYPES = {
81
81
id : 'fighter' ,
82
82
build_time : 4 , // small_ship_construction + faster_ship_construction tech tree
83
83
health : 100 , // armor_plating tech tree
84
- speed : 10 , // ship_speed tech tree
84
+ speed : 12 , // ship_speed tech tree
85
85
attack : { // small_fighters tech tree
86
86
default : 10 ,
87
87
interceptor : 30 ,
@@ -183,7 +183,7 @@ export const SHIP_TYPES = {
183
183
id : 'destroyer' ,
184
184
build_time : 0 , // medium_ship_construction + faster_ship_construction tech tree
185
185
health : 250 , // armor_plating tech tree
186
- speed : 5 , // ship_speed tech tree
186
+ speed : 7 , // ship_speed tech tree
187
187
attack : { // medium_fighters tech tree
188
188
default : 50 ,
189
189
} ,
@@ -205,7 +205,7 @@ export const SHIP_TYPES = {
205
205
id : 'cruiser' ,
206
206
build_time : 0 , // medium_ship_construction + faster_ship_construction tech tree
207
207
health : 300 , // armor_plating tech tree
208
- speed : 5 , // ship_speed tech tree
208
+ speed : 6 , // ship_speed tech tree
209
209
attack : { // medium_fighters tech tree
210
210
default : 100 ,
211
211
} ,
@@ -228,7 +228,7 @@ export const SHIP_TYPES = {
228
228
id : 'vanguard' ,
229
229
build_time : 0 , // medium_ship_construction + faster_ship_construction tech tree
230
230
health : 300 , // armor_plating tech tree
231
- speed : 5 , // ship_speed tech tree
231
+ speed : 6 , // ship_speed tech tree
232
232
attack : { // medium_fighters tech tree
233
233
default : 150 ,
234
234
} ,
@@ -251,7 +251,7 @@ export const SHIP_TYPES = {
251
251
id : 'sentinel' ,
252
252
build_time : 0 , // medium_ship_construction + faster_ship_construction tech tree
253
253
health : 300 , // armor_plating tech tree
254
- speed : 5 , // ship_speed tech tree
254
+ speed : 6 , // ship_speed tech tree
255
255
attack : { // medium_fighters tech tree
256
256
default : 200 ,
257
257
} ,
@@ -300,7 +300,7 @@ export const SHIP_TYPES = {
300
300
id : 'carrier' ,
301
301
build_time : 0 , // large_ship_construction + faster_ship_construction tech tree
302
302
health : 800 , // armor_plating tech tree
303
- speed : 5 , // ship_speed tech tree
303
+ speed : 4 , // ship_speed tech tree
304
304
attack : { // large_fighters tech tree
305
305
default : 300 ,
306
306
} ,
@@ -322,7 +322,7 @@ export const SHIP_TYPES = {
322
322
id : 'dreadnought' ,
323
323
build_time : 0 , // large_ship_construction + faster_ship_construction tech tree
324
324
health : 1000 , // armor_plating tech tree
325
- speed : 5 , // ship_speed tech tree
325
+ speed : 3 , // ship_speed tech tree
326
326
attack : { // large_fighters tech tree
327
327
default : 400 ,
328
328
} ,
0 commit comments