ReStocked/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/25/restock-fuel-tank-sphere-25-1.cfg

109 lines
2.3 KiB
INI

// ReStock+ 0.1.0
// 2.5m hemispherical fuel tank
PART
{
name = restock-fueltank-sphere-25-1
module = Part
author = Chris Adderley (Nertea)
MODEL
{
model = ReStockPlus/Assets/FuelTank/restock-fueltank-sphere-25-1
scale = 1.0, 1.0, 1.0
}
MODEL
{
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-25-orange
scale = 1.0, -1.0, 1.0
position = 0.0, -0.3799, 0.0
}
scale = 1
rescaleFactor = 1
// Attachment
attachRules = 1,1,1,1,0
node_stack_bottom = 0.0, -0.3799, 0, 0.0, -1.0, 0.0, 2
node_stack_top = 0.0, 0.855, 0, 0.0, 1.0, 0.0, 1
node_attach = 0.0, -0.3799, 0, 0.0, -1.0, 0.0, 2
// Tech
TechRequired = fuelSystems
entryCost = 5200
// Info
cost = 800
category = FuelTank
title = #LOC_RestockPlus_restock-fuel-tank-sphere-25-1_title
manufacturer = #autoLOC_501638
description = #LOC_RestockPlus_restock-fuel-tank-sphere-25-1_description
tags = #LOC_RestockPlus_restock-fuel-tank-sphere-25-1_tags
bulkheadProfiles = size2, srf
// Parameters
mass = 0.5
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 = 180
maxAmount = 180
}
RESOURCE
{
name = Oxidizer
amount = 220
maxAmount = 220
}
MODULE
{
name = ModulePartVariants
baseVariant = White
useMultipleDragCubes = false
VARIANT
{
name = White
displayName = #autoLOC_8007122
themeName = White
primaryColor = #ffffff
secondaryColor = #000000
GAMEOBJECTS
{
ConeSphere25Metal = false
ConeSphere25White = true
ConeSphere25Orange = false
}
}
VARIANT
{
name = Orange
displayName = #autoLOC_8007123
themeName = Orange
primaryColor = #f49841
secondaryColor = #4c4f47
GAMEOBJECTS
{
ConeSphere25Metal = false
ConeSphere25White = false
ConeSphere25Orange = true
}
}
VARIANT
{
name = Metallic
displayName = #LOC_Restock_variant-surface_metal
themeName = Metal
primaryColor = #6f6e6d
secondaryColor = #6f6e6d
GAMEOBJECTS
{
ConeSphere25Metal = true
ConeSphere25White = false
ConeSphere25Orange = false
}
}
}
}