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
|
||||
* Add missing Long Range blueprint to multi-cannon
|
||||
* 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: {
|
||||
blueprints: {
|
||||
PointDefence_PointDefenseCapacity: [ 3 ],
|
||||
HeatSinkLauncher_Shielded: {
|
||||
PointDefence_PointDefenseCapacity: {
|
||||
grades: {
|
||||
"3": {
|
||||
engineers: [ "Ram Tah" ]
|
||||
|
||||
5
dist/index.json
vendored
5
dist/index.json
vendored
@@ -33129,10 +33129,7 @@
|
||||
},
|
||||
"po": {
|
||||
"blueprints": {
|
||||
"PointDefence_PointDefenseCapacity": [
|
||||
3
|
||||
],
|
||||
"HeatSinkLauncher_Shielded": {
|
||||
"PointDefence_PointDefenseCapacity": {
|
||||
"grades": {
|
||||
"3": {
|
||||
"engineers": [
|
||||
|
||||
@@ -4284,8 +4284,7 @@
|
||||
},
|
||||
"po": {
|
||||
"blueprints": {
|
||||
"PointDefence_PointDefenseCapacity": [3],
|
||||
"HeatSinkLauncher_Shielded": {
|
||||
"PointDefence_PointDefenseCapacity": {
|
||||
"grades": {
|
||||
"3": {
|
||||
"engineers": [
|
||||
|
||||
Reference in New Issue
Block a user