mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Fix blueprints for point defence
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
#2.3.5
|
||||||
|
* Fix list of available blueprints for Point Defence
|
||||||
|
|
||||||
#2.3.4
|
#2.3.4
|
||||||
* Add missing Long Range blueprint to multi-cannon
|
* Add missing Long Range blueprint to multi-cannon
|
||||||
* Fix values for thermal load of focused weapon grade 4
|
* Fix values for thermal load of focused weapon grade 4
|
||||||
|
|||||||
3
dist/index.js
vendored
3
dist/index.js
vendored
@@ -23976,8 +23976,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
po: {
|
po: {
|
||||||
blueprints: {
|
blueprints: {
|
||||||
PointDefence_PointDefenseCapacity: [ 3 ],
|
PointDefence_PointDefenseCapacity: {
|
||||||
HeatSinkLauncher_Shielded: {
|
|
||||||
grades: {
|
grades: {
|
||||||
"3": {
|
"3": {
|
||||||
engineers: [ "Ram Tah" ]
|
engineers: [ "Ram Tah" ]
|
||||||
|
|||||||
5
dist/index.json
vendored
5
dist/index.json
vendored
@@ -33129,10 +33129,7 @@
|
|||||||
},
|
},
|
||||||
"po": {
|
"po": {
|
||||||
"blueprints": {
|
"blueprints": {
|
||||||
"PointDefence_PointDefenseCapacity": [
|
"PointDefence_PointDefenseCapacity": {
|
||||||
3
|
|
||||||
],
|
|
||||||
"HeatSinkLauncher_Shielded": {
|
|
||||||
"grades": {
|
"grades": {
|
||||||
"3": {
|
"3": {
|
||||||
"engineers": [
|
"engineers": [
|
||||||
|
|||||||
@@ -4284,8 +4284,7 @@
|
|||||||
},
|
},
|
||||||
"po": {
|
"po": {
|
||||||
"blueprints": {
|
"blueprints": {
|
||||||
"PointDefence_PointDefenseCapacity": [3],
|
"PointDefence_PointDefenseCapacity": {
|
||||||
"HeatSinkLauncher_Shielded": {
|
|
||||||
"grades": {
|
"grades": {
|
||||||
"3": {
|
"3": {
|
||||||
"engineers": [
|
"engineers": [
|
||||||
|
|||||||
Reference in New Issue
Block a user