Add Fuel Cell parts

• Redone parts: Fuel Cell and Fuel Cell Array
• New Parts: Monopropellant APU
This commit is contained in:
2019-04-17 10:04:31 -07:00
parent 3e311c293a
commit 08c01e3604
12 changed files with 120 additions and 2 deletions

View File

@ -0,0 +1,29 @@
// Patches applying art changes to fuel cells
// Contents:
// - Fuel Cell (FuelCell)
// - Fuel Cell Array (FuelCellArray)
// Fuel Cell
@PART[FuelCell]
{
@author = Andrew Cassidy
!MODEL {}
MODEL
{
model = ReStock/Assets/Electrical/restock-fuelcell-radial-1
}
}
// Fuel Cell Array
@PART[FuelCellArray]
{
@author = Andrew Cassidy
!MODEL {}
MODEL
{
model = ReStock/Assets/Electrical/restock-fuelcell-radial-2
}
}