Compare commits

..

22 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
willyb321
4254abcc15 2.9.15 2018-05-30 07:44:07 +10:00
willyb321
7260d2f75d Merge branch 'release/2.9.14' into develop 2018-05-29 07:04:11 +10:00
willyb321
84c2a2ad30 2.9.14 2018-05-29 07:04:02 +10:00
willyb321
1a478758ee fix pa plasma slug missing 2018-05-06 09:10:34 +10:00
willyb321
b58cb71e5a Fix PD ammo cap crashing
Fixes EDCD/coriolis#272
2018-05-06 09:00:33 +10:00
willyb321
6b13b3a673 fix chaff ammo cap crashing 2018-05-04 16:21:42 +10:00
William Blythe
cff8cf71df fix heat sink
Closes #266
2018-05-03 10:49:58 +10:00
willyb321
e7bcba7360 Merge branch 'release/2.9.13' into develop 2018-05-03 07:15:41 +10:00
willyb321
68682f062c 2.9.13 2018-05-03 07:15:35 +10:00
willyb321
c81e4fd554 dist 2018-05-03 07:13:35 +10:00
willyb321
ae744982c6 add LE g4,5 2018-05-03 07:12:36 +10:00
William Blythe
e7a8c2eeb9 pd, interdictor also sb 2018-04-30 10:58:09 +10:00
William Blythe
90035fc057 dist 2018-04-30 10:24:15 +10:00
William
c67fcc6497 Merge pull request #30 from UrukCan/patch-3
last blueprints
2018-04-30 10:18:34 +10:00
UrukCan
2f3410c462 last blueprints
AFMU
Cargo/Kill/Manifest scanner
Chaff
ECM
FSD interdictor
Heat Sink
PDT
Collector/Fuel/Hatch/Prospector Limpet
Fuel Scoop
Life Support
Refinery
SCB
Weapon_DoubleShot
Weapon_HighCapacity
Weapon_RapidFire

fixed spme PP values

(in short, everything that was missing except heavy duty shield boosters)
2018-04-30 02:16:55 +02:00
willyb321
d9729fa252 Merge branch 'release/2.9.12' into develop 2018-04-28 12:15:31 +10:00
7 changed files with 2628 additions and 2310 deletions

1374
dist/index.js vendored

File diff suppressed because it is too large Load Diff

2165
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": { "special_weapon_rateoffire": {
"power": 0.05, "power": 0.05,
"rof": 0.03 "rof": -0.03
}, },
"special_weapon_efficient": { "special_weapon_efficient": {
"power": -0.1 "power": -0.1

View File

@@ -1740,6 +1740,11 @@
"Colonel Bris Dekker", "Colonel Bris Dekker",
"Tiana Fortune" "Tiana Fortune"
] ]
},
"4": {
"engineers": [
"Colonel Bris Dekker"
]
} }
} }
} }
@@ -3724,6 +3729,7 @@
"special_dispersal_field", "special_dispersal_field",
"special_phasing_sequence", "special_phasing_sequence",
"special_plasma_slug", "special_plasma_slug",
"special_plasma_slug_cooled",
"special_lock_breaker", "special_lock_breaker",
"special_thermal_conduit", "special_thermal_conduit",
"special_weapon_damage", "special_weapon_damage",
@@ -3945,6 +3951,16 @@
"Marco Qwent", "Marco Qwent",
"The Dweller" "The Dweller"
] ]
},
"4": {
"engineers": [
"The Dweller"
]
},
"5": {
"engineers": [
"The Dweller"
]
} }
} }
}, },
@@ -4040,6 +4056,16 @@
"Marco Qwent", "Marco Qwent",
"The Dweller" "The Dweller"
] ]
},
"4": {
"engineers": [
"The Dweller"
]
},
"5": {
"engineers": [
"The Dweller"
]
} }
} }
}, },
@@ -4065,6 +4091,16 @@
"Marco Qwent", "Marco Qwent",
"The Dweller" "The Dweller"
] ]
},
"4": {
"engineers": [
"The Dweller"
]
},
"5": {
"engineers": [
"The Dweller"
]
} }
} }
} }
@@ -4546,6 +4582,17 @@
"Hera Tani", "Hera Tani",
"Marco Qwent" "Marco Qwent"
] ]
},
"4": {
"engineers": [
"Hera Tani",
"Marco Qwent"
]
},
"5": {
"engineers": [
"Hera Tani"
]
} }
} }
}, },
@@ -5337,6 +5384,7 @@
"kinres", "kinres",
"mass", "mass",
"power", "power",
"optmul",
"shieldboost", "shieldboost",
"thermres" "thermres"
], ],

2
package-lock.json generated
View File

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

View File

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