mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
- Beautifying all configs for 2-space indentation.
This commit is contained in:
@ -10,81 +10,84 @@
|
||||
// - Experiment Storage Unit (ScienceBox)
|
||||
|
||||
// Thermometer
|
||||
@PART[sensorThermometer] {
|
||||
@PART[sensorThermometer]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
MODEL {
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Science/restock-thermometer
|
||||
}
|
||||
}
|
||||
|
||||
//Barometer
|
||||
@PART[sensorBarometer] {
|
||||
@PART[sensorBarometer]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
MODEL {
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Science/restock-barometer
|
||||
}
|
||||
}
|
||||
|
||||
// Accelerometer
|
||||
@PART[sensorAccelerometer] {
|
||||
@PART[sensorAccelerometer]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
MODEL {
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Science/restock-accelerometer
|
||||
}
|
||||
}
|
||||
|
||||
// Negative Gravioli Detector
|
||||
@PART[sensorGravimeter] {
|
||||
@PART[sensorGravimeter]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
MODEL {
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Science/restock-gravimeter
|
||||
}
|
||||
}
|
||||
|
||||
// Mystery Goo™ Containment Unit
|
||||
@PART[GooExperiment] {
|
||||
@PART[GooExperiment]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
MODEL {
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Science/restock-goocanister-radial-1
|
||||
}
|
||||
|
||||
MODULE {
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Truss
|
||||
|
||||
VARIANT {
|
||||
VARIANT
|
||||
{
|
||||
name = Truss
|
||||
displayName = #LOC_Restock_variant-mounting_truss
|
||||
themeName = White
|
||||
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
|
||||
GAMEOBJECTS {
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Mount_Compact = false
|
||||
Mount_Truss = true
|
||||
}
|
||||
}
|
||||
|
||||
VARIANT {
|
||||
VARIANT
|
||||
{
|
||||
name = Compact
|
||||
displayName = #LOC_Restock_variant-mounting_compact
|
||||
themeName = White
|
||||
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #707070
|
||||
|
||||
GAMEOBJECTS {
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Mount_Compact = true
|
||||
Mount_Truss = false
|
||||
}
|
||||
@ -93,14 +96,14 @@
|
||||
}
|
||||
|
||||
// SC-9001 Science Jr.
|
||||
@PART[science_module] {
|
||||
@PART[science_module]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
MODEL {
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Science/restock-materialbay-125-1
|
||||
}
|
||||
|
||||
// original model was scaled by 0.1x and had a rescalefactor of 1.25, so we have to reset that
|
||||
rescaleFactor = 1
|
||||
@scale = 1
|
||||
@ -110,21 +113,23 @@
|
||||
}
|
||||
|
||||
// Atmospheric Fluid Spectro-Variometer
|
||||
@PART[sensorAtmosphere] {
|
||||
@PART[sensorAtmosphere]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
MODEL {
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Science/restock-GCMS-1
|
||||
}
|
||||
}
|
||||
|
||||
// Experiment Storage Unit
|
||||
@PART[ScienceBox] {
|
||||
@PART[ScienceBox]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Science/restock-sciencebox-radial
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user