Compare commits

...

11 Commits

Author SHA1 Message Date
willyb321
9798fedeee 2.9.17 2018-06-14 07:08:43 +10:00
willyb321
ef32f5de38 add uuid for all blueprint grades
Ref msarilar/EDEngineer#415
2018-06-13 06:55:59 +10:00
willyb321
0d6e21b164 maybe actually fix super cap this time for real ™️ 2018-06-13 05:31:19 +10:00
willyb321
37a725dd5d fix super cap and hopefully not break other things 2018-06-12 11:33:03 +10:00
willyb321
ec6315ac98 Merge branch 'release/2.9.16' into develop 2018-06-12 11:04:06 +10:00
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 9700 additions and 3212 deletions

1524
dist/index.js vendored

File diff suppressed because it is too large Load Diff

1526
dist/index.json vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -400,7 +400,7 @@
},
"special_weapon_rateoffire": {
"power": 0.05,
"rof": 0.03
"rof": -0.03
},
"special_weapon_efficient": {
"power": -0.1
@@ -466,7 +466,7 @@
"integrity": 0.15
},
"special_shieldbooster_chunky": {
"optmul": 0.05,
"shieldboost": 0.06,
"thermres": -2,
"kinres": -2,
"explres": -2

2
package-lock.json generated
View File

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

View File

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