add Gas Chromatograph/Mass Spectrometer

* add the Gas Chromatograph/Mass Spectrometer (aka AtmosphereSensor) along with source files
This commit is contained in:
Andrew Cassidy 2018-10-06 17:02:00 -07:00
parent 88a4db50af
commit 1a4ad7a1a5
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
10 changed files with 12 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

After

Width:  |  Height:  |  Size: 4.0 MiB

View File

@ -6,6 +6,7 @@
// - Negative Gravioli Detector (sensorGravimeter)
// - Mystery Goo™ Containment Unit (GooExperiment)
// - SC-9001 Science Jr. (science_module)
// - Atmospheric Fluid Spectro-Variometer (sensorAtmosphere)
// Thermometer
@PART[sensorThermometer] {
@ -112,3 +113,14 @@
@node_stack_bottom = 0.0, -0.5125, 0.0, 0.0, -1.0, 0.0
@node_attach = 0.0, 0.0, 0.62625, 0.0, 0.0, -1.0, 1
}
// Atmospheric Fluid Spectro-Variometer
@PART[sensorAtmosphere] {
@author = Andrew Cassidy
!mesh = DELETE
!MODEL = {}
MODEL {
model = ReStock/Assets/Science/restock-GCMS-1
}
}