mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
30 lines
712 B
INI
30 lines
712 B
INI
// Patches applying art changes to Making History RCS tanks
|
|
// Contents:
|
|
// - Stratus-V Minified Monopropellant Tank (MonoPropMini)
|
|
// - FL-R5 RCS Fuel Tank (Size1p5_Monoprop)
|
|
|
|
// Stratus-V Minified Monopropellant Tank
|
|
@PART[monopropMiniSphere]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
|
{
|
|
@author = Chris Adderley (Nertea)
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/FuelTank/restock-fuel-tank-rcs-radial-tiny-1
|
|
}
|
|
}
|
|
|
|
// FL-R5 RCS Fuel Tank
|
|
@PART[Size1p5_Monoprop]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
|
{
|
|
@author = Chris Adderley (Nertea)
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-1875-1
|
|
}
|
|
!MODULE[ModulePartVariants] {}
|
|
}
|