ReStocked/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/0625/restock-fueltank-0625-4.cfg

56 lines
1.3 KiB
INI
Raw Normal View History

2019-05-21 23:09:51 +00:00
// ReStock+ 0.1.0
// 0.625m fuel tank, teeny version
PART
{
2019-05-24 17:32:45 +00:00
name = restock-fuel-tank-0625-5
2019-05-21 23:09:51 +00:00
module = Part
author = Chris Adderley (Nertea)
MODEL
{
2019-05-23 23:16:18 +00:00
model = ReStock/Assets/FuelTank/restock-fueltank-0625-5
2019-05-21 23:09:51 +00:00
scale = 1.0, 1.0, 1.0
}
scale = 1
rescaleFactor = 1
// Attachment
attachRules = 1,1,1,1,0
node_stack_top = 0.0, 0.08713685, 0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.08713685, 0, 0.0, -1.0, 0.0, 0
node_attach = 0.0, 0.0, -0.3125, 0.0, 0.0, 1.0, 0
// Tech
TechRequired = propulsionSystems
entryCost = 6050
// Info
cost = 9
category = FuelTank
subcategory = 0
2019-05-24 17:32:45 +00:00
title = #LOC_RestockPlus_restock-fuel-tank-0625-5_title
2019-05-21 23:09:51 +00:00
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
2019-05-24 17:32:45 +00:00
description = #LOC_RestockPlus_restock-fuel-tank-0625-5_description
tags = #LOC_RestockPlus_restock-fuel-tank-0625-5_tags
2019-05-21 23:09:51 +00:00
bulkheadProfiles = size0, srf
// Parameters
mass = 0.005625
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 6
maxTemp = 2000
breakingForce = 350
breakingTorque = 350
// Resources
RESOURCE
{
name = LiquidFuel
amount = 4.05
maxAmount = 4.05
}
RESOURCE
{
name = Oxidizer
amount = 4.95
maxAmount = 4.95
}
}