mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 07:55:33 +00:00
Add explosive/thermal split for overload munitions
This commit is contained in:
13
dist/index.js
vendored
13
dist/index.js
vendored
@@ -21431,7 +21431,7 @@ module.exports = {
|
|||||||
special_distortion_field: {},
|
special_distortion_field: {},
|
||||||
special_drag_munitions: {},
|
special_drag_munitions: {},
|
||||||
special_emissive_munitions: {
|
special_emissive_munitions: {
|
||||||
thermload: 1
|
thermload: 1.1
|
||||||
},
|
},
|
||||||
special_feedback_cascade: {
|
special_feedback_cascade: {
|
||||||
breachdmg: -.2,
|
breachdmg: -.2,
|
||||||
@@ -21459,7 +21459,12 @@ module.exports = {
|
|||||||
T: .5
|
T: .5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
special_overload_munitions: {},
|
special_overload_munitions: {
|
||||||
|
damagedist: {
|
||||||
|
E: .5,
|
||||||
|
T: .5
|
||||||
|
}
|
||||||
|
},
|
||||||
special_phasing_sequence: {
|
special_phasing_sequence: {
|
||||||
damage: -.1
|
damage: -.1
|
||||||
},
|
},
|
||||||
@@ -21472,7 +21477,9 @@ module.exports = {
|
|||||||
special_regeneration_sequence: {
|
special_regeneration_sequence: {
|
||||||
damage: -.1
|
damage: -.1
|
||||||
},
|
},
|
||||||
special_reverberating_cascade: {},
|
special_reverberating_cascade: {
|
||||||
|
damage: 0
|
||||||
|
},
|
||||||
special_scramble_spectrum: {
|
special_scramble_spectrum: {
|
||||||
rof: .1111111111111111
|
rof: .1111111111111111
|
||||||
},
|
},
|
||||||
|
|||||||
13
dist/index.json
vendored
13
dist/index.json
vendored
@@ -28684,7 +28684,7 @@
|
|||||||
"special_distortion_field": {},
|
"special_distortion_field": {},
|
||||||
"special_drag_munitions": {},
|
"special_drag_munitions": {},
|
||||||
"special_emissive_munitions": {
|
"special_emissive_munitions": {
|
||||||
"thermload": 1
|
"thermload": 1.1
|
||||||
},
|
},
|
||||||
"special_feedback_cascade": {
|
"special_feedback_cascade": {
|
||||||
"breachdmg": -0.2,
|
"breachdmg": -0.2,
|
||||||
@@ -28712,7 +28712,12 @@
|
|||||||
"T": 0.5
|
"T": 0.5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"special_overload_munitions": {},
|
"special_overload_munitions": {
|
||||||
|
"damagedist": {
|
||||||
|
"E": 0.5,
|
||||||
|
"T": 0.5
|
||||||
|
}
|
||||||
|
},
|
||||||
"special_phasing_sequence": {
|
"special_phasing_sequence": {
|
||||||
"damage": -0.1
|
"damage": -0.1
|
||||||
},
|
},
|
||||||
@@ -28725,7 +28730,9 @@
|
|||||||
"special_regeneration_sequence": {
|
"special_regeneration_sequence": {
|
||||||
"damage": -0.1
|
"damage": -0.1
|
||||||
},
|
},
|
||||||
"special_reverberating_cascade": {},
|
"special_reverberating_cascade": {
|
||||||
|
"damage": 0
|
||||||
|
},
|
||||||
"special_scramble_spectrum": {
|
"special_scramble_spectrum": {
|
||||||
"rof": 0.1111111111111111
|
"rof": 0.1111111111111111
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -230,6 +230,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"special_overload_munitions": {
|
"special_overload_munitions": {
|
||||||
|
"damagedist": {
|
||||||
|
"E": 0.5,
|
||||||
|
"T": 0.5
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"special_phasing_sequence": {
|
"special_phasing_sequence": {
|
||||||
"damage": -0.1
|
"damage": -0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user