ReStocked/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-fuelcells.cfg

28 lines
567 B
INI
Raw Normal View History

// Patches applying art changes to fuel cells
// Contents:
// - Fuel Cell (FuelCell)
// - Fuel Cell Array (FuelCellArray)
// Fuel Cell
2019-11-04 16:56:59 +00:00
@PART[FuelCell]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Andrew Cassidy
!MODEL {}
MODEL
{
model = ReStock/Assets/Electrical/restock-fuelcell-radial-1
}
}
// Fuel Cell Array
2019-11-04 16:56:59 +00:00
@PART[FuelCellArray]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Andrew Cassidy
2019-11-04 23:57:33 +00:00
@description = #LOC_Restock_description-FuelCellArray
!MODEL {}
MODEL
{
model = ReStock/Assets/Electrical/restock-fuelcell-radial-2
}
}