mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
56 lines
1.0 KiB
INI
56 lines
1.0 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 = ReStockPlus/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
|
|
|
|
// Resources
|
|
RESOURCE
|
|
{
|
|
name = MonoPropellant
|
|
amount = 7.5
|
|
maxAmount = 7.5
|
|
}
|
|
}
|