Compare commits

..

4 Commits

Author SHA1 Message Date
willyb321
e8c1ae4c89 Merge branch 'release/2.9.13' 2018-05-03 07:15:42 +10:00
willyb321
6d8c74ad3f Merge branch 'release/2.9.12' 2018-04-28 12:15:32 +10:00
willyb321
c140856334 Merge branch 'develop' 2018-04-28 09:57:05 +10:00
willyb321
9ac6427ee0 Merge branch 'release/2.9.11' 2018-04-26 09:20:42 +10:00
6 changed files with 12 additions and 14 deletions

8
dist/index.js vendored
View File

@@ -16834,7 +16834,7 @@ module.exports = {
ChaffLauncher_ChaffCapacity: {
fdname: "ChaffLauncher_ChaffCapacity",
grades: {
"3": {
"1": {
components: {
"Mechanical Scrap": 1,
Niobium: 1,
@@ -18336,7 +18336,7 @@ module.exports = {
HeatSinkLauncher_HeatSinkCapacity: {
fdname: "HeatSinkLauncher_HeatSinkCapacity",
grades: {
"3": {
"1": {
components: {
"Mechanical Scrap": 1,
Niobium: 1,
@@ -19349,7 +19349,7 @@ module.exports = {
PointDefence_PointDefenseCapacity: {
fdname: "PointDefence_PointDefenseCapacity",
grades: {
"3": {
"1": {
components: {
"Mechanical Scrap": 1,
Niobium: 1,
@@ -25826,7 +25826,7 @@ module.exports = {
}
},
modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ],
specials: [ "special_blinding_shell", "special_dispersal_field", "special_phasing_sequence", "special_plasma_slug", "special_plasma_slug_cooled", "special_lock_breaker", "special_thermal_conduit", "special_weapon_damage", "special_weapon_efficient", "special_weapon_rateoffire", "special_weapon_toughened", "special_weapon_lightweight" ]
specials: [ "special_blinding_shell", "special_dispersal_field", "special_phasing_sequence", "special_plasma_slug", "special_lock_breaker", "special_thermal_conduit", "special_weapon_damage", "special_weapon_efficient", "special_weapon_rateoffire", "special_weapon_toughened", "special_weapon_lightweight" ]
},
pas: {
blueprints: {},

7
dist/index.json vendored
View File

@@ -19961,7 +19961,7 @@
"ChaffLauncher_ChaffCapacity": {
"fdname": "ChaffLauncher_ChaffCapacity",
"grades": {
"3": {
"1": {
"components": {
"Mechanical Scrap": 1,
"Niobium": 1,
@@ -22460,7 +22460,7 @@
"HeatSinkLauncher_HeatSinkCapacity": {
"fdname": "HeatSinkLauncher_HeatSinkCapacity",
"grades": {
"3": {
"1": {
"components": {
"Mechanical Scrap": 1,
"Niobium": 1,
@@ -24163,7 +24163,7 @@
"PointDefence_PointDefenseCapacity": {
"fdname": "PointDefence_PointDefenseCapacity",
"grades": {
"3": {
"1": {
"components": {
"Mechanical Scrap": 1,
"Niobium": 1,
@@ -35176,7 +35176,6 @@
"special_dispersal_field",
"special_phasing_sequence",
"special_plasma_slug",
"special_plasma_slug_cooled",
"special_lock_breaker",
"special_thermal_conduit",
"special_weapon_damage",

View File

@@ -575,7 +575,7 @@
"ChaffLauncher_ChaffCapacity": {
"fdname": "ChaffLauncher_ChaffCapacity",
"grades": {
"3": {
"1": {
"components": {
"Mechanical Scrap": 1,
"Niobium": 1,
@@ -2077,7 +2077,7 @@
"HeatSinkLauncher_HeatSinkCapacity": {
"fdname": "HeatSinkLauncher_HeatSinkCapacity",
"grades": {
"3": {
"1": {
"components": {
"Mechanical Scrap": 1,
"Niobium": 1,
@@ -3090,7 +3090,7 @@
"PointDefence_PointDefenseCapacity": {
"fdname": "PointDefence_PointDefenseCapacity",
"grades": {
"3": {
"1": {
"components": {
"Mechanical Scrap": 1,
"Niobium": 1,

View File

@@ -3729,7 +3729,6 @@
"special_dispersal_field",
"special_phasing_sequence",
"special_plasma_slug",
"special_plasma_slug_cooled",
"special_lock_breaker",
"special_thermal_conduit",
"special_weapon_damage",

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "coriolis-data",
"version": "2.9.14",
"version": "2.9.13",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "coriolis-data",
"version": "2.9.14",
"version": "2.9.13",
"repository": {
"type": "git",
"url": "https://github.com/EDCD/coriolis-data"