- The big COVID-19-Isolation-time config clean-up.

This commit is contained in:
Poodmund
2020-04-25 16:53:46 +01:00
parent 1d5ae52fed
commit 7c345cf851
166 changed files with 3463 additions and 4826 deletions

View File

@ -1,10 +1,11 @@
// Patches applying art changes to 1.25m fuel tanks
// Contents:
// - FL-T100 Fuel Tank (fuelTankSmallFlat)
// - FL-T200 Fuel Tank (fuelTankSmall)
// - FL-T400 Fuel Tank (fuelTank)
// - FL-T800 Fuel Tank (fuelTank_long)
// - FL-T100 Fuel Tank (fuelTankSmallFlat)
// FL-T100 Fuel Tank
@PART[fuelTankSmallFlat]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Porkjet and Chris Adderley (Nertea)
@ -79,6 +80,7 @@
}
}
// FL-T200 Fuel Tank
@PART[fuelTankSmall]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Porkjet and Chris Adderley (Nertea)
@ -157,9 +159,13 @@
}
}
// FL-T400 Fuel Tank
@PART[fuelTank]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Porkjet and Chris Adderley (Nertea)
// @node_stack_top = 0.0, 9.81725, 0.0, 0.0, 1.0, 0.0
// @node_stack_bottom = 0.0, -9.12500, 0.0, 0.0, -1.0, 0.0
// @node_attach = 6.2625, 0.0, 0.0, 1.0, 0.0, 0.0, 1
!mesh = DELETE
!MODEL {}
MODEL
@ -230,11 +236,9 @@
}
}
}
// @node_stack_top = 0.0, 9.81725, 0.0, 0.0, 1.0, 0.0
// @node_stack_bottom = 0.0, -9.12500, 0.0, 0.0, -1.0, 0.0
// @node_attach = 6.2625, 0.0, 0.0, 1.0, 0.0, 0.0, 1
}
// FL-T800 Fuel Tank
@PART[fuelTank_long]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Porkjet and Chris Adderley (Nertea)
@ -247,6 +251,7 @@
{
model = ReStock/Assets/FuelTank/restock-fueltank-125-1
}
%rescaleFactor = 1
!MODULE[ModulePartVariants] {}
MODULE
{
@ -310,5 +315,4 @@
}
}
}
%rescaleFactor = 1
}