- 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,57 +2,48 @@
// 3.75m stack battery
PART
{
// --- general parameters ---
name = restock-battery-375-1
module = Part
author = Chris Adderley (Nertea)
// --- asset parameters ---
MODEL
{
model = ReStockPlus/Assets/Electrical/restock-battery-375-1
scale = 1.0, 1.0, 1.0
}
scale = 1.0
rescaleFactor = 1
// --- node definitions ---
node_stack_top = 0.0, 0.203, 0.0, 0.0, 1.0, 0.0, 3
node_stack_bottom = 0.0, -0.227, 0.0, 0.0, -1.0, 0.0, 3
// --- editor parameters ---
TechRequired = largeElectrics
entryCost = 21500
cost = 11250
category = Electrical
subcategory = 0
title = #LOC_RestockPlus_restock-battery-375-1_title
manufacturer = #autoLOC_501636
description = #LOC_RestockPlus_restock-battery-375-1_description
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,0,0
// --- general parameters ---
name = restock-battery-375-1
module = Part
author = Chris Adderley (Nertea)
// --- asset parameters ---
MODEL
{
model = ReStockPlus/Assets/Electrical/restock-battery-375-1
scale = 1.0, 1.0, 1.0
}
scale = 1.0
rescaleFactor = 1
// --- node definitions ---
node_stack_top = 0.0, 0.203, 0.0, 0.0, 1.0, 0.0, 3
node_stack_bottom = 0.0, -0.227, 0.0, 0.0, -1.0, 0.0, 3
// --- editor parameters ---
TechRequired = largeElectrics
entryCost = 21500
cost = 11250
category = Electrical
subcategory = 0
title = #LOC_RestockPlus_restock-battery-375-1_title
manufacturer = #autoLOC_501636
description = #LOC_RestockPlus_restock-battery-375-1_description
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,0,0
bulkheadProfiles = size3
// --- standard part parameters ---
mass = 0.5
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 20
maxTemp = 2000
breakingForce = 5000
breakingTorque = 5000
tags = #LOC_RestockPlus_restock-battery-375-1_tags
RESOURCE
{
name = ElectricCharge
amount = 10000
maxAmount = 10000
}
// --- standard part parameters ---
mass = 0.5
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 20
maxTemp = 2000
breakingForce = 5000
breakingTorque = 5000
tags = #LOC_RestockPlus_restock-battery-375-1_tags
RESOURCE
{
name = ElectricCharge
amount = 10000
maxAmount = 10000
}
}