- The big COVID-19-Isolation-time config clean-up.

This commit is contained in:
Poodmund
2020-04-25 16:53:46 +01:00
parent 1d5ae52fed
commit 7c345cf851
166 changed files with 3463 additions and 4826 deletions

View File

@ -6,63 +6,63 @@
// - FL-R25 RCS Fuel Tank (RCSFuelTank)
// - FL-R1 RCS Fuel Tank (RCSTank1-2)
// Spherical Radial Tank
// Stratus-V Roundified Monopropellant Tank
@PART[radialRCSTank]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-radial-1
}
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-radial-1
}
}
// Capsule Radial Tank
// Stratus-V Cylindrified Monopropellant Tank
@PART[rcsTankRadialLong]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-radial-2
}
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-radial-2
}
}
// 0.625m Tank
// FL-R10 RCS Fuel Tank
@PART[rcsTankMini]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-0625-1
}
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-0625-1
}
}
// 1.25m Tank
// FL-R25 RCS Fuel Tank
@PART[RCSFuelTank]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-125-1
}
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-125-1
}
}
// 2.5m Tank
// FL-R1 RCS Fuel Tank
@PART[RCSTank1-2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-25-1
}
!MODULE[ModulePartVariants] {}
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-25-1
}
!MODULE[ModulePartVariants] {}
}