ReStocked/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Structural/radial/restock-truss-3.cfg
2019-06-10 10:30:05 -07:00

69 lines
1.5 KiB
INI

// ReStock+ 0.2.0
// double size large truss
PART
{
name = restock-truss-3
MODEL
{
model = ReStock/Assets/Structural/restock-truss-3
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
module = Part
author = Chris Adderley (Nertea)
rescaleFactor = 1
node_stack_bottom = 0.0, -2.950476, 0.0, 0.0, -1.0, 0.0, 1
node_stack_top = 0.0, 2.950476, 0.0, 0.0, 1.0, 0.0, 1
node_attach = 0.0, -2.950476, 0.0, 0.0, -1.0, 0.0
TechRequired = advMetalworks
entryCost = 7800
cost = 150
category = Structural
subcategory = 0
title = #LOC_RestockPlus_restock-truss-3_title
manufacturer =
description = #LOC_RestockPlus_restock-truss-3_description
tags = #LOC_RestockPlus_restock-truss-3_tags
attachRules = 1,1,1,1,0
mass = 0.75
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 80
breakingForce = 200
breakingTorque = 200
maxTemp = 2000 // = 5000
bulkheadProfiles = size1, srf
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
baseVariant = Hollow
VARIANT
{
name = Hollow
displayName = #LOC_Restock_variant-surface_truss
primaryColor = #6f6e6d
GAMEOBJECTS
{
GirderXXL = true
GirderXXLBlankets = false
}
}
VARIANT
{
name = Blankets
displayName = #LOC_Restock_variant-surface_thermalblankets
primaryColor = #ffffff
GAMEOBJECTS
{
GirderXXL = false
GirderXXLBlankets = true
}
}
}
}