Compare commits

...

12 Commits
2.3.2 ... 2.3.4

Author SHA1 Message Date
Cmdr McDonald
f11ce05c03 Merge branch 'release/2.3.4' 2017-05-03 12:38:39 +01:00
Cmdr McDonald
355d2ef88d Version bump 2017-05-03 12:38:32 +01:00
Cmdr McDonald
6a5817237d Separate specials for dumbfire and seeker missiles 2017-05-03 10:15:54 +01:00
Cmdr McDonald
9825474117 Add FSD interrupt special 2017-05-03 09:57:56 +01:00
Cmdr McDonald
64b7ca503a Fix internal names for power plant blueprints 2017-04-27 06:59:06 -04:00
Cmdr McDonald
d7922eda7f Fix thermal load of focused grade 4 2017-04-27 06:56:05 -04:00
Cmdr McDonald
d51c2a7562 Add long-range blueprint to multi-cannon 2017-04-25 07:33:03 +01:00
Cmdr McDonald
74e5b8298f Merge branch 'release/2.3.3' into develop 2017-04-15 20:46:09 +01:00
Cmdr McDonald
c56ee502e9 Merge branch 'release/2.3.3' 2017-04-15 20:46:06 +01:00
Cmdr McDonald
55350abd2d Bump version 2017-04-15 20:46:01 +01:00
Cmdr McDonald
e9d8ecc79f Add Felicity Farseer to s and ss modifications 2017-04-15 20:29:32 +01:00
Cmdr McDonald
bb47e289ce Merge branch 'release/2.3.2' into develop 2017-04-14 11:01:13 +01:00
8 changed files with 183 additions and 31 deletions

View File

@@ -1,3 +1,12 @@
#2.3.4
* Add missing Long Range blueprint to multi-cannon
* Fix values for thermal load of focused weapon grade 4
* Fix internal module information for power plant blueprints
* Add 'FSD Interrupt' special to dumbfire missile racks; this module now has `specials_S` and `specials_D` keys for specials to differentiate
#2.3.3
* Add Felicity Farseer to list of engineers that supply sensor and detailed surface scanner modifications
#2.3.2
* Update ownership of module blueprints for sensors and scanners
* Update railgun penetration

64
dist/index.js vendored
View File

@@ -18072,7 +18072,7 @@ module.exports = {
}
},
id: 62,
modulename: [ "Power distributor", "Distributor" ],
modulename: [ "Power plant" ],
name: "Armoured"
},
PowerPlant_Boosted: {
@@ -18137,7 +18137,7 @@ module.exports = {
}
},
id: 63,
modulename: [ "Power distributor", "Distributor" ],
modulename: [ "Power plant" ],
name: "Overcharged"
},
PowerPlant_Stealth: {
@@ -20383,7 +20383,7 @@ module.exports = {
piercing: [ .2, .4 ],
range: [ .4, .8 ],
rof: [ -.08, -.02 ],
thermload: [ -.2, -.1 ]
thermload: [ .2, .1 ]
}
},
"5": {
@@ -21456,6 +21456,7 @@ module.exports = {
jitter: 1,
speed: -.1667
},
special_fsd_interrupt: {},
special_high_yield_shell: {
rof: .1111111111111111
},
@@ -23199,6 +23200,25 @@ module.exports = {
}
}
},
Weapon_LongRange: {
grades: {
"1": {
engineers: [ "Tod McQuinn", "Zacariah Nemo" ]
},
"2": {
engineers: [ "Tod McQuinn", "Zacariah Nemo" ]
},
"3": {
engineers: [ "Tod McQuinn", "Zacariah Nemo" ]
},
"4": {
engineers: [ "Tod McQuinn" ]
},
"5": {
engineers: [ "Tod McQuinn" ]
}
}
},
Weapon_Overcharged: {
grades: {
"1": {
@@ -23363,7 +23383,8 @@ module.exports = {
}
},
modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "reload", "rof", "thermload" ],
specials: [ "special_drag_munitions", "special_emissive_munitions", "special_overload_munitions", "special_penetrator_payload", "special_thermal_cascade" ]
specials_S: [ "special_drag_munitions", "special_emissive_munitions", "special_overload_munitions", "special_penetrator_payload", "special_thermal_cascade" ],
specials_D: [ "special_drag_munitions", "special_emissive_munitions", "special_fsd_interrupt", "special_overload_munitions", "special_penetrator_payload", "special_thermal_cascade" ]
},
mrp: {
blueprints: {},
@@ -24307,13 +24328,13 @@ module.exports = {
Sensor_Sensor_LongRange: {
grades: {
"1": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
},
"2": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
},
"3": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
},
"4": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
@@ -24326,13 +24347,13 @@ module.exports = {
Sensor_Sensor_WideAngle: {
grades: {
"1": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
},
"2": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
},
"3": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
},
"4": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
@@ -24566,13 +24587,13 @@ module.exports = {
Sensor_SurfaceScanner_FastScan: {
grades: {
"1": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
},
"2": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
},
"3": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
},
"4": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson" ]
@@ -24585,13 +24606,13 @@ module.exports = {
Sensor_SurfaceScanner_LongRange: {
grades: {
"1": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
},
"2": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
},
"3": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
},
"4": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson" ]
@@ -24604,13 +24625,13 @@ module.exports = {
Sensor_SurfaceScanner_WideAngle: {
grades: {
"1": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
},
"2": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
},
"3": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ]
},
"4": {
engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson" ]
@@ -25063,6 +25084,11 @@ module.exports = {
edname: "special_force_shell",
name: "Force shell"
},
special_fsd_interrupt: {
id: 33,
edname: "special_fsd_interrupt",
name: "FSD interrupt"
},
special_high_yield_shell: {
id: 11,
edname: "special_high_yield_shell",

73
dist/index.json vendored
View File

@@ -23152,8 +23152,7 @@
},
"id": 62,
"modulename": [
"Power distributor",
"Distributor"
"Power plant"
],
"name": "Armoured"
},
@@ -23265,8 +23264,7 @@
},
"id": 63,
"modulename": [
"Power distributor",
"Distributor"
"Power plant"
],
"name": "Overcharged"
},
@@ -27171,8 +27169,8 @@
-0.02
],
"thermload": [
-0.2,
-0.1
0.2,
0.1
]
}
},
@@ -28709,6 +28707,7 @@
"jitter": 1,
"speed": -0.1667
},
"special_fsd_interrupt": {},
"special_high_yield_shell": {
"rof": 0.1111111111111111
},
@@ -31706,6 +31705,38 @@
}
}
},
"Weapon_LongRange": {
"grades": {
"1": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"2": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"3": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"4": {
"engineers": [
"Tod McQuinn"
]
},
"5": {
"engineers": [
"Tod McQuinn"
]
}
}
},
"Weapon_Overcharged": {
"grades": {
"1": {
@@ -32012,12 +32043,20 @@
"rof",
"thermload"
],
"specials": [
"specials_S": [
"special_drag_munitions",
"special_emissive_munitions",
"special_overload_munitions",
"special_penetrator_payload",
"special_thermal_cascade"
],
"specials_D": [
"special_drag_munitions",
"special_emissive_munitions",
"special_fsd_interrupt",
"special_overload_munitions",
"special_penetrator_payload",
"special_thermal_cascade"
]
},
"mrp": {
@@ -33736,6 +33775,7 @@
"1": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -33745,6 +33785,7 @@
"2": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -33754,6 +33795,7 @@
"3": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -33784,6 +33826,7 @@
"1": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -33793,6 +33836,7 @@
"2": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -33802,6 +33846,7 @@
"3": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -34239,6 +34284,7 @@
"1": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -34248,6 +34294,7 @@
"2": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -34257,6 +34304,7 @@
"3": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -34286,6 +34334,7 @@
"1": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -34295,6 +34344,7 @@
"2": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -34304,6 +34354,7 @@
"3": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -34333,6 +34384,7 @@
"1": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -34342,6 +34394,7 @@
"2": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -34351,6 +34404,7 @@
"3": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -35163,6 +35217,11 @@
"edname": "special_force_shell",
"name": "Force shell"
},
"special_fsd_interrupt": {
"id": 33,
"edname": "special_fsd_interrupt",
"name": "FSD interrupt"
},
"special_high_yield_shell": {
"id": 11,
"edname": "special_high_yield_shell",

View File

@@ -3627,7 +3627,7 @@
}
},
"id": 62,
"modulename": ["Power distributor", "Distributor"],
"modulename": ["Power plant"],
"name": "Armoured"
},
"PowerPlant_Boosted": {
@@ -3692,7 +3692,7 @@
}
},
"id": 63,
"modulename": ["Power distributor", "Distributor"],
"modulename": ["Power plant"],
"name": "Overcharged"
},
"PowerPlant_Stealth": {
@@ -5938,7 +5938,7 @@
"piercing": [ 0.2, 0.4 ],
"range": [ 0.4, 0.8 ],
"rof": [ -0.08, -0.02 ],
"thermload": [ -0.2, -0.1 ]
"thermload": [ 0.2, 0.1 ]
}
},
"5": {

View File

@@ -211,6 +211,8 @@
"jitter": 1,
"speed": -0.1667
},
"special_fsd_interrupt": {
},
"special_high_yield_shell": {
"rof": 0.1111111111111111
},

View File

@@ -2849,6 +2849,38 @@
}
}
},
"Weapon_LongRange": {
"grades": {
"1": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"2": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"3": {
"engineers": [
"Tod McQuinn",
"Zacariah Nemo"
]
},
"4": {
"engineers": [
"Tod McQuinn"
]
},
"5": {
"engineers": [
"Tod McQuinn"
]
}
}
},
"Weapon_Overcharged": {
"grades": {
"1": {
@@ -3157,12 +3189,20 @@
"rof",
"thermload"
],
"specials": [
"specials_S": [
"special_drag_munitions",
"special_emissive_munitions",
"special_overload_munitions",
"special_penetrator_payload",
"special_thermal_cascade"
],
"specials_D": [
"special_drag_munitions",
"special_emissive_munitions",
"special_fsd_interrupt",
"special_overload_munitions",
"special_penetrator_payload",
"special_thermal_cascade"
]
},
"mrp": {
@@ -4893,6 +4933,7 @@
"1": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -4902,6 +4943,7 @@
"2": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -4911,6 +4953,7 @@
"3": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -4941,6 +4984,7 @@
"1": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -4950,6 +4994,7 @@
"2": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -4959,6 +5004,7 @@
"3": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -5398,6 +5444,7 @@
"1": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -5407,6 +5454,7 @@
"2": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -5416,6 +5464,7 @@
"3": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -5445,6 +5494,7 @@
"1": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -5454,6 +5504,7 @@
"2": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -5463,6 +5514,7 @@
"3": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -5492,6 +5544,7 @@
"1": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -5501,6 +5554,7 @@
"2": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",
@@ -5510,6 +5564,7 @@
"3": {
"engineers": [
"Bill Turner",
"Felicity Farseer",
"Juri Ishmaak",
"Lei Chung",
"Lori Jameson",

View File

@@ -10,6 +10,7 @@
"special_emissive_munitions": {"id": 8, "edname": "special_emissive_munitions", "name": "Emissive munitions"},
"special_feedback_cascade": {"id": 9, "edname": "special_feedback_cascade", "name": "Feedback cascade"},
"special_force_shell": {"id": 10, "edname": "special_force_shell", "name": "Force shell"},
"special_fsd_interrupt": {"id": 33, "edname": "special_fsd_interrupt", "name": "FSD interrupt"},
"special_high_yield_shell": {"id": 11, "edname": "special_high_yield_shell", "name": "High yield shell"},
"special_incendiary_rounds": {"id": 12, "edname": "special_incendiary_rounds", "name": "Incendiary rounds"},
"special_inertial_impact": {"id": 32, "edname": "special_inertial_impact", "name": "Inertial impact"},

View File

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