A Kerbal Space Program mod that adds balloon parts to create aerostats
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
PART
|
|
|
|
{
|
|
|
|
name = heliumTank
|
|
|
|
module = Part
|
|
|
|
author = Youen
|
|
|
|
mesh = model.mu
|
|
|
|
scale = 1
|
|
|
|
rescaleFactor = 1
|
|
|
|
node_stack_top = 0.0, 0.295, 0.0, 0.0, 1.0, 0.0, 0
|
|
|
|
node_stack_bottom = 0.0, -0.295, 0.0, 0.0, -1.0, 0.0, 0
|
|
|
|
TechRequired = advLanding
|
|
|
|
entryCost = 3000
|
|
|
|
cost = 750
|
|
|
|
category = FuelTank
|
|
|
|
subcategory = 0
|
|
|
|
title = Helium tank
|
|
|
|
description = Disposable helium tank for all your lifting needs (and birthday party balloons). Do not refill after use.
|
|
|
|
attachRules = 1,0,1,1,0
|
|
|
|
mass = 0.2
|
|
|
|
dragModelType = default
|
|
|
|
maximum_drag = 0.2
|
|
|
|
minimum_drag = 0.3
|
|
|
|
angularDrag = 2
|
|
|
|
crashTolerance = 6
|
|
|
|
maxTemp = 2000 // = 2900
|
|
|
|
breakingForce = 50
|
|
|
|
breakingTorque = 50
|
|
|
|
bulkheadProfiles = size0
|
|
|
|
RESOURCE
|
|
|
|
{
|
|
|
|
name = Helium
|
|
|
|
amount = 770
|
|
|
|
maxAmount = 770
|
|
|
|
}
|
|
|
|
}
|