mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
48 lines
997 B
INI
48 lines
997 B
INI
// Patches applying art changes to fuel vents
|
|
// Contents:
|
|
// - FTE-1 Drain Valve (ReleaseValve)
|
|
|
|
// FTE-1 Drain Valve
|
|
@PART[ReleaseValve]:HAS[~RestockIgnore[*]]:FOR[000_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
|
|
}
|
|
}
|
|
}
|
|
}
|