- Beautifying all RS+ configs for 2-space indentation.

This commit is contained in:
Poodmund
2019-03-03 16:53:04 +00:00
parent ab9b6b0ad8
commit 92a491f555
43 changed files with 2291 additions and 2626 deletions

View File

@ -2,56 +2,48 @@
// 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
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
node_attach = 0.18, 0.0, 0.0, 1.0, 0.0, 0.0, 0
// Tech
TechRequired = propulsionSystems
entryCost = 200
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
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
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
}
// Resources
RESOURCE
{
name = MonoPropellant
amount = 7.5
maxAmount = 7.5
}
}