Compare commits

..

9 Commits

Author SHA1 Message Date
Felix Linker
e499f68469 Add high yield shell damage reduction
https://github.com/EDCD/coriolis/issues/615
2021-01-31 20:47:53 +01:00
Felix Linker
8b537a783f Merge pull request #84 from CMDR-Cometborne/cb5-colonia
New blueprints exclusive to the Colonia engineers
2021-01-31 20:43:17 +01:00
Felix Linker
e7e9fb8784 Fix Krait mass lock factors
Closes https://github.com/EDCD/coriolis/issues/576
2021-01-31 16:25:42 +01:00
Felix Linker
dd97d0dd2c Fix pacifier falloff
References https://github.com/EDCD/coriolis/issues/622
2021-01-31 13:19:54 +01:00
Felix Linker
50044f72f8 Fix long-range interdictor G1 facing limit
Closes https://github.com/EDCD/coriolis/issues/612
2021-01-31 13:12:15 +01:00
Felix Linker
75a8898155 Fix thermal shock damage
Closes https://github.com/EDCD/coriolis/issues/555
2021-01-31 12:43:43 +01:00
CMDR Cometborne
e94d60f9f1 New blueprints exclusive to the Colonia engineers 2021-01-12 10:52:20 +01:00
Felix Linker
ab93f27558 Merge pull request #83 from jeneg/reservoir-fuel-cap
Updated Reservoir Fuel Capacity
2020-12-29 11:40:05 +01:00
yevhenii.chubar
10431ef4e2 Updated Reservoir Fuel Capacity 2020-12-28 19:16:45 +02:00
7 changed files with 89 additions and 8 deletions

View File

@@ -70,6 +70,24 @@
]
},
"uuid": "82195e56-cfe5-4996-a821-a820dcd9405d"
},
"5": {
"components": {
"Core Dynamics Composites": 1,
"Compound Shielding": 1,
"Tungsten": 1
},
"features": {
"integrity": [
2.4,
3.0
],
"power": [
1.0,
1.0
]
},
"uuid": "191479fe-5459-11eb-a2cb-6805caa43529"
}
},
"id": 3,
@@ -2337,8 +2355,8 @@
},
"features": {
"facinglimit": [
-0.01,
-0.01
-0.1,
-0.1
],
"mass": [
0.1,
@@ -2431,6 +2449,32 @@
]
},
"uuid": "aaabe016-883e-4ec6-a0f0-dd519b4f0ca5"
},
"5": {
"components": {
"Classified Scan Databanks": 1,
"Eccentric Hyperspace Trajectories": 1,
"Adaptive Encryptors Capture": 1
},
"features": {
"facinglimit": [
-0.30,
-0.30
],
"mass": [
0.30,
0.30
],
"power": [
0.5,
0.5
],
"ranget": [
0.5,
0.6
]
},
"uuid": "d62e9816-5457-11eb-a2cb-6805caa43529"
}
},
"id": 29,
@@ -2511,6 +2555,24 @@
]
},
"uuid": "457e3d79-cdc8-44e6-b98c-c360821b0131"
},
"5": {
"components": {
"Core Dynamics Composites": 1,
"Compound Shielding": 1,
"Tungsten": 1
},
"features": {
"integrity": [
2.4,
3.0
],
"power": [
1.0,
1.0
]
},
"uuid": "91baeeeb-5459-11eb-a2cb-6805caa43529"
}
},
"id": 30,
@@ -5912,6 +5974,24 @@
]
},
"uuid": "48d62ffb-b0ff-47bf-9e4a-a8a4cfbd22bc"
},
"5": {
"components": {
"Core Dynamics Composites": 1,
"Compound Shielding": 1,
"Tungsten": 1
},
"features": {
"integrity": [
2.4,
3.0
],
"power": [
1.0,
1.0
]
},
"uuid": "be6ba667-5458-11eb-a2cb-6805caa43529"
}
},
"id": 92,

View File

@@ -210,6 +210,7 @@
},
"special_high_yield_shell": {
"rof": 0.1111111111111111,
"damage": -0.35,
"damagedist": {
"K": 0.5,
"E": 0.5
@@ -266,7 +267,7 @@
"special_thermal_conduit": {},
"special_thermal_vent": {},
"special_thermalshock": {
"damage": -0.2
"damage": -0.1
},
"special_penetrator_munitions": {
},

View File

@@ -312,7 +312,7 @@
"distdraw": 0.57,
"edID": 128671343,
"eddbID": 1478,
"falloff": 1800,
"falloff": 2800,
"fireint": 0.22,
"grp": "fc",
"id": "pa",

View File

@@ -21,7 +21,7 @@
"roll": 100,
"yaw": 14,
"crew": 2,
"reserveFuelCapacity": 0.25
"reserveFuelCapacity": 0.36
},
"retailCost": 87810,
"bulkheads": [

View File

@@ -22,7 +22,7 @@
"roll": 80,
"yaw": 18,
"crew": 2,
"reserveFuelCapacity": 0.83
"reserveFuelCapacity": 0.82
},
"retailCost": 35814210,
"requirements": {

View File

@@ -15,7 +15,7 @@
"baseArmour": 220,
"hardness": 55,
"hullMass": 320,
"masslock": 17,
"masslock": 16,
"pipSpeed": 0.09375,
"fighterHangars": true,
"pitch": 26,

View File

@@ -15,7 +15,7 @@
"baseArmour": 180,
"hardness": 60,
"hullMass": 270,
"masslock": 17,
"masslock": 14,
"pipSpeed": 0.09,
"pitch": 26,
"roll": 90,