ReStocked/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/0625/restock-fuel-tank-sphere-0625-1.cfg
2020-04-28 10:54:11 -07:00

94 lines
2.0 KiB
INI

// ReStock+ 0.1.0
// 0.625m hemispherical fuel tank
PART
{
name = restock-fueltank-sphere-0625-1
module = Part
author = Chris Adderley (Nertea)
MODEL
{
model = ReStockPlus/Assets/FuelTank/restock-fueltank-sphere-0625-1
scale = 1.0, 1.0, 1.0
}
MODEL
{
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-0625-grey
scale = 1.0, -1.0, 1.0
position = 0.0, -0.078, 0.0
}
scale = 1
rescaleFactor = 1
// Attachment
attachRules = 1,1,1,1,0
node_stack_bottom = 0.0, -0.078, 0, 0.0, -1.0, 0.0, 0
node_stack_top = 0.0, 0.229, 0, 0.0, 1.0, 0.0, 0
node_attach = 0.0, -0.078, 0, 0.0, -1.0, 0.0, 0
// Tech
TechRequired = propulsionSystems
entryCost = 110
// Info
cost = 18
category = FuelTank
subcategory = 0
title = #LOC_RestockPlus_restock-fuel-tank-sphere-0625-1_title
manufacturer = #autoLOC_501633
description = #LOC_RestockPlus_restock-fuel-tank-sphere-0625-1_description
tags = #LOC_RestockPlus_restock-fuel-tank-sphere-0625-1_tags
bulkheadProfiles = size0, srf
// Parameters
mass = 0.01125
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 6
maxTemp = 2000
breakingForce = 350
breakingTorque = 350
// Resources
RESOURCE
{
name = LiquidFuel
amount = 4.05
maxAmount = 4.05
}
RESOURCE
{
name = Oxidizer
amount = 4.95
maxAmount = 4.95
}
MODULE
{
name = ModulePartVariants
baseVariant = Metallic
useMultipleDragCubes = false
VARIANT
{
name = Metallic
displayName = #LOC_Restock_variant-surface_metal
themeName = Metal
primaryColor = #6f6e6d
secondaryColor = #6f6e6d
GAMEOBJECTS
{
ConeSphere0625Metal = true
ConeSphere0625White = false
}
}
VARIANT
{
name = BlackAndWhite
displayName = #autoLOC_8007119
themeName = BlackAndWhite
primaryColor = #ffffff
secondaryColor = #ffffff
GAMEOBJECTS
{
ConeSphere0625Metal = false
ConeSphere0625White = true
}
}
}
}