mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Stats and configs for 0.625m expansion
This commit is contained in:
@ -2,16 +2,17 @@
|
||||
|
||||
@PART[miniFuelTank]:AFTER[ReStock]
|
||||
{
|
||||
@mass =
|
||||
@mass = 0.0075
|
||||
@cost = 12
|
||||
|
||||
@RESOURCE[LiquidFuel]
|
||||
{
|
||||
@amount =
|
||||
@maxAmount =
|
||||
@amount = 5.4
|
||||
@maxAmount = 5.4
|
||||
}
|
||||
@RESOURCE[LiquidFuel]
|
||||
{
|
||||
@amount =
|
||||
@maxAmount =
|
||||
@amount = 6.6
|
||||
@maxAmount = 6.6
|
||||
}
|
||||
}
|
||||
|
@ -1,54 +0,0 @@
|
||||
// Patches for 3.75m structural Parts
|
||||
// Contents:
|
||||
// - Kerbodyne ADTP-2-3 (Size3to2Adapter): Adds hollow variant
|
||||
|
||||
@PART[Size3to2Adapter]:AFTER[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/FuelTank/restock-adapter-375-multi-1
|
||||
}
|
||||
%rescaleFactor = 1
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Solid
|
||||
VARIANT
|
||||
{
|
||||
name = Solid
|
||||
displayName = #LOC_Restock_variant-engine_size3
|
||||
primaryColor = #999999
|
||||
secondaryColor = #da8544
|
||||
GAMEOBJECTS
|
||||
{
|
||||
375mAdapterNotHollow = true
|
||||
COLLIDER_SOLID =true
|
||||
375mAdapterHollow001 = false
|
||||
COLLIDERS = false
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Hollow
|
||||
displayName = #LOC_Restock_variant-engine_szie2
|
||||
primaryColor = #999999
|
||||
secondaryColor = #555555
|
||||
GAMEOBJECTS
|
||||
{
|
||||
375mAdapterNotHollow = false
|
||||
COLLIDER_SOLID =false
|
||||
375mAdapterHollow001 = true
|
||||
COLLIDERS = true
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user