mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 07:55:33 +00:00
Fix up names
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -13153,7 +13153,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
Modifications: {
|
Modifications: {
|
||||||
modifiers: [ "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", "shieldmul", "spinup", "syscap", "sysrate", "thermload", "thermres", "wepcap", "weprate" ],
|
modifiers: [ "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" ],
|
||||||
validity: {
|
validity: {
|
||||||
am: [ "integrity", "power" ],
|
am: [ "integrity", "power" ],
|
||||||
bh: [ "explres", "hullboost", "kinres", "mass", "thermres" ],
|
bh: [ "explres", "hullboost", "kinres", "mass", "thermres" ],
|
||||||
@@ -13187,7 +13187,7 @@ module.exports = {
|
|||||||
rf: [ "integrity", "power" ],
|
rf: [ "integrity", "power" ],
|
||||||
rg: [ "ammo", "clip", "damage", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ],
|
rg: [ "ammo", "clip", "damage", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ],
|
||||||
s: [ "boot", "integrity", "mass", "power" ],
|
s: [ "boot", "integrity", "mass", "power" ],
|
||||||
sb: [ "explres", "integrity", "kinres", "mass", "power", "shieldmul", "thermres" ],
|
sb: [ "explres", "integrity", "kinres", "mass", "power", "shieldboost", "thermres" ],
|
||||||
scb: [ "boot", "duration", "integrity", "power", "shield", "spinup", "thermload" ],
|
scb: [ "boot", "duration", "integrity", "power", "shield", "spinup", "thermload" ],
|
||||||
sg: [ "boot", "brokenregen", "explres", "integrity", "kinres", "mass", "optmass", "optmul", "power", "regen", "thermload", "thermres" ],
|
sg: [ "boot", "brokenregen", "explres", "integrity", "kinres", "mass", "optmass", "optmul", "power", "regen", "thermload", "thermres" ],
|
||||||
t: [ "integrity", "mass", "optmass", "optmul", "power", "thermload" ],
|
t: [ "integrity", "mass", "optmass", "optmul", "power", "thermload" ],
|
||||||
|
|||||||
4
dist/index.json
vendored
4
dist/index.json
vendored
@@ -15581,7 +15581,7 @@
|
|||||||
"reload",
|
"reload",
|
||||||
"rof",
|
"rof",
|
||||||
"shield",
|
"shield",
|
||||||
"shieldmul",
|
"shieldboost",
|
||||||
"spinup",
|
"spinup",
|
||||||
"syscap",
|
"syscap",
|
||||||
"sysrate",
|
"sysrate",
|
||||||
@@ -15883,7 +15883,7 @@
|
|||||||
"kinres",
|
"kinres",
|
||||||
"mass",
|
"mass",
|
||||||
"power",
|
"power",
|
||||||
"shieldmul",
|
"shieldboost",
|
||||||
"thermres"
|
"thermres"
|
||||||
],
|
],
|
||||||
"scb": [
|
"scb": [
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
"reload",
|
"reload",
|
||||||
"rof",
|
"rof",
|
||||||
"shield",
|
"shield",
|
||||||
"shieldmul",
|
"shieldboost",
|
||||||
"spinup",
|
"spinup",
|
||||||
"syscap",
|
"syscap",
|
||||||
"sysrate",
|
"sysrate",
|
||||||
|
|||||||
@@ -291,7 +291,7 @@
|
|||||||
"kinres",
|
"kinres",
|
||||||
"mass",
|
"mass",
|
||||||
"power",
|
"power",
|
||||||
"shieldmul",
|
"shieldboost",
|
||||||
"thermres"
|
"thermres"
|
||||||
],
|
],
|
||||||
"scb": [
|
"scb": [
|
||||||
|
|||||||
Reference in New Issue
Block a user