mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 15:55:35 +00:00
Fix blueprint for specialised shield cell
This commit is contained in:
12
dist/index.js
vendored
12
dist/index.js
vendored
@@ -19686,7 +19686,7 @@ module.exports = {
|
|||||||
grades: {
|
grades: {
|
||||||
"1": {
|
"1": {
|
||||||
components: {
|
components: {
|
||||||
Sulphur: 1
|
"Specialised Legacy Firmware": 1
|
||||||
},
|
},
|
||||||
features: {
|
features: {
|
||||||
boot: [ -.04, -.08 ],
|
boot: [ -.04, -.08 ],
|
||||||
@@ -19697,8 +19697,8 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
components: {
|
components: {
|
||||||
Chromium: 1,
|
"Conductive Components": 1,
|
||||||
"Grid Resistors": 1
|
"Specialised Legacy Firmware": 1
|
||||||
},
|
},
|
||||||
features: {
|
features: {
|
||||||
boot: [ -.08, -.16 ],
|
boot: [ -.08, -.16 ],
|
||||||
@@ -19709,9 +19709,9 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
components: {
|
components: {
|
||||||
"Hybrid Capacitors": 1,
|
"Conductive Components": 1,
|
||||||
"Precipitated Alloys": 1,
|
"Cracked Industrial Firmware": 1,
|
||||||
Sulphur: 1
|
"Exceptional Scrambled Emission Data": 1
|
||||||
},
|
},
|
||||||
features: {
|
features: {
|
||||||
boot: [ -.12, -.26 ],
|
boot: [ -.12, -.26 ],
|
||||||
|
|||||||
12
dist/index.json
vendored
12
dist/index.json
vendored
@@ -25911,7 +25911,7 @@
|
|||||||
"grades": {
|
"grades": {
|
||||||
"1": {
|
"1": {
|
||||||
"components": {
|
"components": {
|
||||||
"Sulphur": 1
|
"Specialised Legacy Firmware": 1
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"boot": [
|
"boot": [
|
||||||
@@ -25934,8 +25934,8 @@
|
|||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"components": {
|
"components": {
|
||||||
"Chromium": 1,
|
"Conductive Components": 1,
|
||||||
"Grid Resistors": 1
|
"Specialised Legacy Firmware": 1
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"boot": [
|
"boot": [
|
||||||
@@ -25958,9 +25958,9 @@
|
|||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
"components": {
|
"components": {
|
||||||
"Hybrid Capacitors": 1,
|
"Conductive Components": 1,
|
||||||
"Precipitated Alloys": 1,
|
"Cracked Industrial Firmware": 1,
|
||||||
"Sulphur": 1
|
"Exceptional Scrambled Emission Data": 1
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"boot": [
|
"boot": [
|
||||||
|
|||||||
@@ -5249,7 +5249,7 @@
|
|||||||
"grades": {
|
"grades": {
|
||||||
"1": {
|
"1": {
|
||||||
"components": {
|
"components": {
|
||||||
"Sulphur": 1
|
"Specialised Legacy Firmware": 1
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"boot": [ -0.04, -0.08 ],
|
"boot": [ -0.04, -0.08 ],
|
||||||
@@ -5260,8 +5260,8 @@
|
|||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"components": {
|
"components": {
|
||||||
"Chromium": 1,
|
"Conductive Components": 1,
|
||||||
"Grid Resistors": 1
|
"Specialised Legacy Firmware": 1
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"boot": [ -0.08, -0.16 ],
|
"boot": [ -0.08, -0.16 ],
|
||||||
@@ -5272,9 +5272,9 @@
|
|||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
"components": {
|
"components": {
|
||||||
"Hybrid Capacitors": 1,
|
"Conductive Components": 1,
|
||||||
"Precipitated Alloys": 1,
|
"Cracked Industrial Firmware": 1,
|
||||||
"Sulphur": 1
|
"Exceptional Scrambled Emission Data": 1
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"boot": [ -0.12, -0.26 ],
|
"boot": [ -0.12, -0.26 ],
|
||||||
|
|||||||
Reference in New Issue
Block a user