// Patches applying art changes to fuel vents // Contents: // - FTE-1 Drain Valve (ReleaseValve) // FTE-1 Drain Valve @PART[ReleaseValve]:HAS[~RestockIgnore[*]]:FOR[ReStock] { @author = Andrew Cassidy !mesh = DELETE MODEL { model = ReStock/Assets/Resource/restock-fuel-vent-1 } MODULE { name = ModulePartVariants useMultipleDragCubes = false baseVariant = Metal VARIANT { name = Metal displayName = #LOC_Restock_variant-surface_metal // Metal themeName = Metal primaryColor = #6f6e6d secondaryColor = #6f6e6d GAMEOBJECTS { Vent_metal = true Vent_striped = false } } VARIANT { name = Striped displayName = #LOC_Restock_variant-surface_warningStripes // Warning Stripes themeName = Gray with Stripes primaryColor = #4c4f47 secondaryColor = #A4823F GAMEOBJECTS { Vent_metal = false Vent_striped = true } } } }