Compare commits

...

6 Commits

Author SHA1 Message Date
willyb321
1ac1c85c7b 2.9.16 2018-06-12 11:03:59 +10:00
willyb321
9e1f7934d8 Temporary fix for EDCD/coriolis#286 2018-06-05 07:58:07 +10:00
willyb321
63751d1f26 Fix multi servos reducing ROF
Closes EDCD/coriolis#287
2018-06-05 07:43:18 +10:00
willyb321
ad99e37c66 Fix OC PP
Closes EDCD/coriolis#285
2018-06-05 07:39:45 +10:00
William Blythe
aa75ea6e85 Fix a couple mats in recipes
Fixes edcd/coriolis#292
2018-05-31 10:48:18 +10:00
willyb321
3ea5731067 Merge branch 'release/2.9.15' into develop 2018-05-30 07:44:12 +10:00
6 changed files with 27 additions and 27 deletions

16
dist/index.js vendored
View File

@@ -17908,9 +17908,9 @@ module.exports = {
},
"4": {
components: {
"Unidentfied Scan Archives": 1,
"Strange Wake Solution": 1,
"Atypical Encryption Archive": 1
"Unidentified Scan Archives": 1,
"Strange Wake Solutions": 1,
"Atypical Encryption Archives": 1
},
features: {
facinglimit: [ -.25, -.25 ],
@@ -20059,7 +20059,7 @@ module.exports = {
features: {
eff: [ .15, .15 ],
integrity: [ -.15, -.15 ],
pgen: [ .12, .19 ]
pgen: [ .19, .26 ]
}
},
"4": {
@@ -20071,7 +20071,7 @@ module.exports = {
features: {
eff: [ .2, .2 ],
integrity: [ -.2, -.2 ],
pgen: [ .19, .33 ]
pgen: [ .26, .33 ]
}
},
"5": {
@@ -20083,7 +20083,7 @@ module.exports = {
features: {
eff: [ .25, .25 ],
integrity: [ -.25, -.25 ],
pgen: [ .3, .4 ]
pgen: [ .33, .4 ]
}
}
},
@@ -22535,7 +22535,7 @@ module.exports = {
Sulphur: 1
},
features: {
fallofffromrange: [ 0, .2 ],
fallofffromrange: [ .2, .2 ],
mass: [ .1, .1 ],
power: [ .03, .03 ],
range: [ 0, .2 ],
@@ -23623,7 +23623,7 @@ module.exports = {
},
special_weapon_rateoffire: {
power: .05,
rof: .03
rof: -.03
},
special_weapon_efficient: {
power: -.1

18
dist/index.json vendored
View File

@@ -21799,9 +21799,9 @@
},
"4": {
"components": {
"Unidentfied Scan Archives": 1,
"Strange Wake Solution": 1,
"Atypical Encryption Archive": 1
"Unidentified Scan Archives": 1,
"Strange Wake Solutions": 1,
"Atypical Encryption Archives": 1
},
"features": {
"facinglimit": [
@@ -25563,8 +25563,8 @@
-0.15
],
"pgen": [
0.12,
0.19
0.19,
0.26
]
}
},
@@ -25584,7 +25584,7 @@
-0.2
],
"pgen": [
0.19,
0.26,
0.33
]
}
@@ -25605,7 +25605,7 @@
-0.25
],
"pgen": [
0.3,
0.33,
0.4
]
}
@@ -29901,7 +29901,7 @@
},
"features": {
"fallofffromrange": [
0,
0.2,
0.2
],
"mass": [
@@ -31307,7 +31307,7 @@
},
"special_weapon_rateoffire": {
"power": 0.05,
"rof": 0.03
"rof": -0.03
},
"special_weapon_efficient": {
"power": -0.1

View File

@@ -1649,9 +1649,9 @@
},
"4": {
"components": {
"Unidentfied Scan Archives": 1,
"Strange Wake Solution": 1,
"Atypical Encryption Archive": 1
"Unidentified Scan Archives": 1,
"Strange Wake Solutions": 1,
"Atypical Encryption Archives": 1
},
"features": {
"facinglimit": [ -0.25, -0.25 ],
@@ -3801,7 +3801,7 @@
"features": {
"eff": [ 0.15, 0.15 ],
"integrity": [ -0.15, -0.15 ],
"pgen": [ 0.12, 0.19 ]
"pgen": [ 0.19, 0.26 ]
}
},
"4": {
@@ -3813,7 +3813,7 @@
"features": {
"eff": [ 0.2, 0.2 ],
"integrity": [ -0.2, -0.2 ],
"pgen": [ 0.19, 0.33 ]
"pgen": [ 0.26, 0.33 ]
}
},
"5": {
@@ -3825,7 +3825,7 @@
"features": {
"eff": [ 0.25, 0.25 ],
"integrity": [ -0.25, -0.25 ],
"pgen": [ 0.3, 0.4 ]
"pgen": [ 0.33, 0.4 ]
}
}
},
@@ -6277,7 +6277,7 @@
"Sulphur": 1
},
"features": {
"fallofffromrange": [ 0, 0.2 ],
"fallofffromrange": [ 0.2, 0.2 ],
"mass": [ 0.1, 0.1 ],
"power": [ 0.03, 0.03 ],
"range": [ 0, 0.2 ],

View File

@@ -400,7 +400,7 @@
},
"special_weapon_rateoffire": {
"power": 0.05,
"rof": 0.03
"rof": -0.03
},
"special_weapon_efficient": {
"power": -0.1

2
package-lock.json generated
View File

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

View File

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