mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 07:33:24 +00:00
Add damage type modifier for incendiary rounds
This commit is contained in:
5
dist/index.js
vendored
5
dist/index.js
vendored
@@ -13710,7 +13710,7 @@ module.exports = {
|
||||
name: "Sturdy"
|
||||
}
|
||||
},
|
||||
modifications: [ "ammo", "boot", "brokenregen", "burst", "clip", "damage", "distdraw", "duration", "eff", "engcap", "engrate", "explres", "facinglimit", "hullboost", "hullreinforcement", "integrity", "jitter", "kinres", "mass", "maxfuel", "optmass", "optmul", "pgen", "piercing", "power", "range", "ranget", "regen", "reload", "rof", "shield", "shieldboost", "spinup", "syscap", "sysrate", "thermload", "thermres", "wepcap", "weprate", "shieldreinforcement" ],
|
||||
modifications: [ "ammo", "boot", "brokenregen", "burst", "clip", "damage", "distdraw", "duration", "eff", "engcap", "engrate", "explres", "facinglimit", "hullboost", "hullreinforcement", "integrity", "jitter", "kinres", "mass", "maxfuel", "optmass", "optmul", "pgen", "piercing", "power", "range", "ranget", "regen", "reload", "rof", "shield", "shieldboost", "spinup", "syscap", "sysrate", "thermload", "thermres", "wepcap", "weprate", "shieldreinforcement", "type" ],
|
||||
modifierActions: {
|
||||
mod_boot_time: {
|
||||
boot: 1
|
||||
@@ -13912,7 +13912,8 @@ module.exports = {
|
||||
special_high_yield_shell: {},
|
||||
special_incendiary_rounds: {
|
||||
rof: .05263157894736842,
|
||||
thermload: 2
|
||||
thermload: 2,
|
||||
type: "T"
|
||||
},
|
||||
special_overload_munitions: {
|
||||
ammo: -.2
|
||||
|
||||
6
dist/index.json
vendored
6
dist/index.json
vendored
@@ -16146,7 +16146,8 @@
|
||||
"thermres",
|
||||
"wepcap",
|
||||
"weprate",
|
||||
"shieldreinforcement"
|
||||
"shieldreinforcement",
|
||||
"type"
|
||||
],
|
||||
"modifierActions": {
|
||||
"mod_boot_time": {
|
||||
@@ -16349,7 +16350,8 @@
|
||||
"special_high_yield_shell": {},
|
||||
"special_incendiary_rounds": {
|
||||
"rof": 0.05263157894736842,
|
||||
"thermload": 2
|
||||
"thermload": 2,
|
||||
"type": "T"
|
||||
},
|
||||
"special_overload_munitions": {
|
||||
"ammo": -0.2
|
||||
|
||||
@@ -38,5 +38,6 @@
|
||||
"thermres",
|
||||
"wepcap",
|
||||
"weprate",
|
||||
"shieldreinforcement"
|
||||
"shieldreinforcement",
|
||||
"type"
|
||||
]
|
||||
|
||||
@@ -199,7 +199,8 @@
|
||||
"special_high_yield_shell": {},
|
||||
"special_incendiary_rounds": {
|
||||
"rof": 0.05263157894736842,
|
||||
"thermload": 2
|
||||
"thermload": 2,
|
||||
"type": "T"
|
||||
},
|
||||
"special_overload_munitions": {
|
||||
"ammo": -0.2
|
||||
|
||||
Reference in New Issue
Block a user