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

109 lines
2.4 KiB
INI

// ReStock+ 0.1.0
// 1.875m hemispherical fuel tank
PART
{
name = restock-fueltank-sphere-1875-1
module = Part
author = Chris Adderley (Nertea)
MODEL
{
model = ReStockPlus/Assets/FuelTank/restock-fueltank-sphere-1875-1
scale = 1.0, 1.0, 1.0
}
MODEL
{
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-1875-grey
scale = 1.0, -1.0, 1.0
position = 0.0, -0.203, 0.0
}
scale = 1
rescaleFactor = 1
// Attachment
attachRules = 1,1,1,1,0
node_stack_bottom = 0.0, -0.203, 0, 0.0, -1.0, 0.0, 1
node_stack_top = 0.0, 0.733, 0, 0.0, 1.0, 0.0, 0
node_attach = 0.0, -0.203, 0.0, 0.0, -1.0, 0.0, 1
// Tech
TechRequired = advRocketry
entryCost = 1750
// Info
cost = 220
category = FuelTank
title = #LOC_RestockPlus_restock-fuel-tank-sphere-1875-1_title
manufacturer = #autoLOC_501627
description = #LOC_RestockPlus_restock-fuel-tank-sphere-1875-1_description
tags = #LOC_RestockPlus_restock-fuel-tank-sphere-1875-1_tags
bulkheadProfiles = size1p5, srf
// Parameters
mass = 0.1375
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 = 99
maxAmount = 99
}
RESOURCE
{
name = Oxidizer
amount = 121
maxAmount = 121
}
MODULE
{
name = ModulePartVariants
baseVariant = White
useMultipleDragCubes = false
VARIANT
{
name = White
displayName = #autoLOC_8007119
themeName = White
primaryColor = #ffffff
secondaryColor = #ffffff
GAMEOBJECTS
{
ConeSphere1875Metal = false
ConeSphere1875Orange = false
ConeSphere1875White = true
}
}
VARIANT
{
name = GrayAndOrange
displayName = #autoLOC_8007121
themeName = GrayAndOrange
primaryColor = #4c4f47
secondaryColor = #f49841
GAMEOBJECTS
{
ConeSphere1875Metal = false
ConeSphere1875Orange = true
ConeSphere1875White = false
}
}
VARIANT
{
name = Metallic
displayName = #LOC_Restock_variant-surface_metal
themeName = Metal
primaryColor = #6f6e6d
secondaryColor = #6f6e6d
GAMEOBJECTS
{
ConeSphere1875Metal = true
ConeSphere1875Orange = false
ConeSphere1875White = false
}
}
}
}