mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 15:55:35 +00:00
Add long-range blueprint to multi-cannon
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
#2.3.4
|
||||||
|
* Add missing Long Range blueprint to multi-cannon
|
||||||
|
|
||||||
#2.3.3
|
#2.3.3
|
||||||
* Add Felicity Farseer to list of engineers that supply sensor and detailed surface scanner modifications
|
* Add Felicity Farseer to list of engineers that supply sensor and detailed surface scanner modifications
|
||||||
|
|
||||||
|
|||||||
19
dist/index.js
vendored
19
dist/index.js
vendored
@@ -23199,6 +23199,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: {
|
Weapon_Overcharged: {
|
||||||
grades: {
|
grades: {
|
||||||
"1": {
|
"1": {
|
||||||
|
|||||||
32
dist/index.json
vendored
32
dist/index.json
vendored
@@ -31706,6 +31706,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": {
|
"Weapon_Overcharged": {
|
||||||
"grades": {
|
"grades": {
|
||||||
"1": {
|
"1": {
|
||||||
|
|||||||
@@ -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": {
|
"Weapon_Overcharged": {
|
||||||
"grades": {
|
"grades": {
|
||||||
"1": {
|
"1": {
|
||||||
|
|||||||
Reference in New Issue
Block a user