mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
69 lines
1.5 KiB
INI
69 lines
1.5 KiB
INI
// Patches applying art changes to RCS tanks
|
|
// Contents:
|
|
// - Stratus-V Roundified Monopropellant Tank (radialRCSTank)
|
|
// - Stratus-V Cylindrified Monopropellant Tank (rcsTankRadialLong)
|
|
// - FL-R10 RCS Fuel Tank (rcsTankMini)
|
|
// - FL-R25 RCS Fuel Tank (RCSFuelTank)
|
|
// - FL-R1 RCS Fuel Tank (RCSTank1-2)
|
|
|
|
// Stratus-V Roundified Monopropellant Tank
|
|
@PART[radialRCSTank]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
|
{
|
|
@author = Chris Adderley (Nertea)
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-radial-1
|
|
}
|
|
}
|
|
|
|
// Stratus-V Cylindrified Monopropellant Tank
|
|
@PART[rcsTankRadialLong]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
|
{
|
|
@author = Chris Adderley (Nertea)
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-radial-2
|
|
}
|
|
}
|
|
|
|
// FL-R10 RCS Fuel Tank
|
|
@PART[rcsTankMini]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
|
{
|
|
@author = Chris Adderley (Nertea)
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-0625-1
|
|
}
|
|
}
|
|
|
|
// FL-R25 RCS Fuel Tank
|
|
@PART[RCSFuelTank]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
|
{
|
|
@author = Chris Adderley (Nertea)
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-125-1
|
|
}
|
|
}
|
|
|
|
// FL-R1 RCS Fuel Tank
|
|
@PART[RCSTank1-2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
|
{
|
|
@author = Chris Adderley (Nertea)
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-25-1
|
|
}
|
|
!MODULE[ModulePartVariants] {}
|
|
}
|