Add shot speed for long-range weapon

This commit is contained in:
Cmdr McDonald
2017-05-12 00:29:38 +01:00
parent 662efeaace
commit 3597ae4093
4 changed files with 68 additions and 37 deletions

38
dist/index.json vendored
View File

@@ -22913,8 +22913,8 @@
"3": {
"components": {
"Anomalous Bulk Scan Data": 1,
"Chromium": 1,
"Electrochemical Arrays": 1
"Hybrid Capacitors": 1,
"Selenium": 1
},
"features": {
"engcap": [
@@ -26946,7 +26946,7 @@
1
],
"range": [
-0.5,
-0.05,
-0.02
]
}
@@ -27509,6 +27509,10 @@
"range": [
0.1,
0.2
],
"shotspeed": [
0.1,
0.2
]
}
},
@@ -27524,15 +27528,19 @@
],
"mass": [
0.2,
0.04
0.05
],
"power": [
0.04,
0.05,
0
],
"range": [
0.2,
0.4
],
"shotspeed": [
0.2,
0.4
]
}
},
@@ -27553,11 +27561,15 @@
],
"power": [
0.1,
0.04
0.05
],
"range": [
0.3,
0.6
],
"shotspeed": [
0.3,
0.6
]
}
},
@@ -27574,15 +27586,19 @@
],
"mass": [
0.4,
0.14
0.15
],
"power": [
0.14,
0.15,
0.1
],
"range": [
0.4,
0.8
],
"shotspeed": [
0.4,
0.8
]
}
},
@@ -27603,11 +27619,15 @@
],
"power": [
0.2,
0.14
0.15
],
"range": [
0.5,
1
],
"shotspeed": [
0.5,
1
]
}
}