Add damage type modifier for incendiary rounds

This commit is contained in:
Cmdr McDonald
2016-11-24 13:44:12 +00:00
parent e0d7417ec2
commit 922b5727e6
4 changed files with 11 additions and 6 deletions

5
dist/index.js vendored
View File

@@ -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
View File

@@ -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