mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 23:23:23 +00:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f11ce05c03 | ||
|
|
355d2ef88d | ||
|
|
6a5817237d | ||
|
|
9825474117 | ||
|
|
64b7ca503a | ||
|
|
d7922eda7f | ||
|
|
d51c2a7562 | ||
|
|
74e5b8298f | ||
|
|
c56ee502e9 | ||
|
|
55350abd2d | ||
|
|
e9d8ecc79f | ||
|
|
bb47e289ce |
@@ -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
64
dist/index.js
vendored
@@ -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
73
dist/index.json
vendored
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -211,6 +211,8 @@
|
||||
"jitter": 1,
|
||||
"speed": -0.1667
|
||||
},
|
||||
"special_fsd_interrupt": {
|
||||
},
|
||||
"special_high_yield_shell": {
|
||||
"rof": 0.1111111111111111
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"},
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user