mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
3fc0233c31
Plug the drag hole in the tall 2.5m to 1.25m adaptor. Plug the drag hole in the toroid fuel tank. Plug the drag holes in the large and small stack probe cores. Let the 0.625m heat shield generate cubes for the shrouded and unshrouded versions.
45 lines
869 B
INI
45 lines
869 B
INI
// Patches applying art changes to 0.625m fuel tanks
|
|
// Contents:
|
|
// - Oscar-B Fuel Tank (miniFuelTank)
|
|
|
|
@PART[miniFuelTank]
|
|
{
|
|
@author = Beale
|
|
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL {
|
|
model = ReStock/Assets/FuelTank/restock-fueltank-0625-4
|
|
}
|
|
MODULE
|
|
{
|
|
name = ModulePartVariants
|
|
useMultipleDragCubes = false
|
|
baseVariant = Metal
|
|
VARIANT
|
|
{
|
|
name = Metal
|
|
displayName = #LOC_Restock_variant-surface_metal
|
|
themeName = Metal
|
|
primaryColor = #6f6e6d
|
|
secondaryColor = #6f6e6d
|
|
TEXTURE
|
|
{
|
|
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1
|
|
}
|
|
}
|
|
VARIANT
|
|
{
|
|
name = White
|
|
displayName = #autoLOC_8007119
|
|
themeName = White
|
|
primaryColor = #ffffff
|
|
secondaryColor = #ffffff
|
|
TEXTURE
|
|
{
|
|
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1-white
|
|
}
|
|
}
|
|
}
|
|
}
|