ReStocked/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/radial/restock-fuel-tank-rcs-radial-tiny-1.cfg
2019-03-01 23:57:42 -08:00

58 lines
1.1 KiB
INI

// ReStock+ 0.1.0
// Super tiny radial RCS tank
PART
{
name = restock-fuel-tank-rcs-radial-tiny-1
module = Part
author = Chris Adderley (Nertea)
MODEL
{
model = ReStock/Assets/FuelTank/restock-fuel-tank-rcs-radial-tiny-1
scale = 1.0, 1.0, 1.0
}
scale = 1
rescaleFactor = 1
// Attachment
attachRules = 0,1,0,0,0
node_attach = 0.18, 0.0, 0.0, 1.0, 0.0, 0.0, 0
// Tech
TechRequired = propulsionSystems
entryCost = 200
// Info
cost = 30
category = FuelTank
subcategory = 0
title = #LOC_RestockPlus_restock-fuel-tank-rcs-radial-tiny-1_title
manufacturer = #autoLOC_6004000
description = #LOC_RestockPlus_restock-fuel-tank-rcs-radial-tiny-1_description
tags = #LOC_RestockPlus_restock-fuel-tank-rcs-radial-tiny-1_tags
bulkheadProfiles = srf
// Parameters
mass = 0.01
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 6
maxTemp = 2000
breakingForce = 50
breakingTorque = 50
/// Flag to disable this part if MH is installed
MHReplacement = True
// Resources
RESOURCE
{
name = MonoPropellant
amount = 7.5
maxAmount = 7.5
}
}