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.
 
 
 

34 lines
768 B

PART
{
name = heliumBalloonCase
module = Part
author = Youen
mesh = model.mu
scale = 0.1
rescaleFactor = 1
node_stack_bottom = 0.0, -0.020649, 0.0, 0.0, -1.0, 0.0, 1
node_attach = 0.0, -0.020649, 0.0, 0.0, -1.0, 0.0
sound_parachute_open = activate
TechRequired = advLanding
entryCost = 3500
cost = 5000
category = Utility
subcategory = 0
title = Balloon
description = A big balloon that can be inflated with helium (sold separately).
attachRules = 1,0,0,1,0
mass = 0.2
dragModelType = default
angularDrag = 3
crashTolerance = 12
maxTemp = 2000 // = 3100
breakingForce = 100
breakingTorque = 50
bodyLiftMultiplier = 0
stageOffset = -1
bulkheadProfiles = size1, srf
MODULE
{
name = ModuleBalloonCase
}
}