Youen Toupin
10 years ago
7 changed files with 134 additions and 139 deletions
@ -0,0 +1,31 @@
|
||||
PART |
||||
{ |
||||
name = heliumTankRadial |
||||
module = Part |
||||
author = Youen |
||||
mesh = model.mu |
||||
rescaleFactor = 1 |
||||
node_attach = 0.0, 0.0, -0.1875, 0.0, 0.0, -1.0 |
||||
TechRequired = advLanding |
||||
entryCost = 2000 |
||||
cost = 2200 |
||||
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 = 0,1,0,0,1 |
||||
mass = 0.003 |
||||
dragModelType = default |
||||
maximum_drag = 0.2 |
||||
minimum_drag = 0.2 |
||||
angularDrag = 2 |
||||
crashTolerance = 12 |
||||
maxTemp = 2000 // = 2900 |
||||
bulkheadProfiles = srf |
||||
RESOURCE |
||||
{ |
||||
name = Helium |
||||
amount = 30 |
||||
maxAmount = 30 |
||||
} |
||||
} |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,16 @@
|
||||
@PART[heliumTankRadial] |
||||
{ |
||||
%MODULE[TweakScale] |
||||
{ |
||||
type = free |
||||
} |
||||
} |
||||
|
||||
@PART[balloon] |
||||
{ |
||||
%MODULE[TweakScale] |
||||
{ |
||||
type = stack |
||||
defaultScale = 1.25 |
||||
} |
||||
} |
@ -0,0 +1,10 @@
|
||||
RESOURCE_DEFINITION |
||||
{ |
||||
name = Helium |
||||
density = 0.000179 // storage unit is m^3 of Helium at standard pressure (100kPa, 0°C), which has a density of 0.179kg/m^3 (helium tanks store liquid helium which occupies less space, but still weights the same) |
||||
unitCost = 1.2 |
||||
hsp = 3000 |
||||
flowMode = STAGE_PRIORITY_FLOW |
||||
transfer = PUMP |
||||
isTweakable = true |
||||
} |
Loading…
Reference in new issue