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

51 lines
1.2 KiB
INI
Raw Normal View History

2019-05-21 23:09:51 +00:00
// ReStock+ 0.2.0
// 1.875m RCS fuel tank
PART
{
name = restock-fuel-tank-rcs-1875-1
module = Part
author = Chris Adderley (Nertea)
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-1875-1
scale = 1.0, 1.0, 1.0
}
scale = 1
rescaleFactor = 1
// Attachment
attachRules = 1,1,1,1,0
2019-05-23 23:16:18 +00:00
node_stack_top = 0.0, 0.425, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.425, 0.0, 0.0, -1.0, 0.0, 2
2019-05-24 17:32:45 +00:00
/// Flag to disable this part if MH is installed
MHReplacement = True
2019-05-21 23:09:51 +00:00
// Tech
TechRequired = highPerformanceFuelSystems
2019-05-23 23:16:18 +00:00
entryCost = 6000
2019-05-21 23:09:51 +00:00
// Info
2019-05-23 23:16:18 +00:00
cost = 960
2019-05-21 23:09:51 +00:00
category = FuelTank
subcategory = 0
title = #LOC_RestockPlus_restock-fuel-tank-rcs-1875-1_title
manufacturer = #autoLOC_501638
description = #LOC_RestockPlus_restock-fuel-tank-rcs-1875-1_description
tags = #LOC_RestockPlus_restock-fuel-tank-rcs-1875-1_tags
bulkheadProfiles = size1p5, srf
// Parameters
2019-05-23 23:16:18 +00:00
mass = 0.25
2019-05-21 23:09:51 +00:00
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 6
maxTemp = 2000
breakingForce = 350
breakingTorque = 350
// Resources
RESOURCE
{
name = MonoPropellant
2019-05-23 23:16:18 +00:00
amount = 400
maxAmount = 400
2019-05-21 23:09:51 +00:00
}
}