mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
87 lines
2.2 KiB
INI
87 lines
2.2 KiB
INI
|
// ReStock+ 0.2.0
|
||
|
// Large Rigid Legs
|
||
|
PART
|
||
|
{
|
||
|
name = restock-leg-3-rigid
|
||
|
module = Part
|
||
|
author = Andrew Cassidy
|
||
|
|
||
|
MODEL
|
||
|
{
|
||
|
model = ReStock/Assets/Ground/restock-leg-3-rigid
|
||
|
}
|
||
|
rescaleFactor = 1.0
|
||
|
|
||
|
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
|
||
|
attachRules = 1,1,0,0,0
|
||
|
node_attach = 0.0, 0.38619, -0.193188, 0.0, 0.0, 1.0
|
||
|
node_stack_bottom = 0.0, 0.38619, -0.2486, 0.0, 0.0, -1.0, 1
|
||
|
|
||
|
TechRequired = advLanding
|
||
|
entryCost = 4100
|
||
|
cost = 340
|
||
|
mass = 0.1
|
||
|
category = Ground
|
||
|
subcategory = 0
|
||
|
|
||
|
title = #LOC_RestockRigidLegs_restock-leg-3-rigid_title // LTR-2 Landing Strut
|
||
|
manufacturer = #autoLOC_501651 //#autoLOC_501651 = Moving Parts Experts Group
|
||
|
description = #LOC_RestockRigidLegs_restock-leg-3-rigid_description
|
||
|
// While it appears similar to the LT-2 landing strut, this is actually a re-purposed outrigger from a mobile crane our engineers found next door. It was probably not needed.
|
||
|
|
||
|
|
||
|
dragModelType = default
|
||
|
maximum_drag = 0.2
|
||
|
minimum_drag = 0.2
|
||
|
angularDrag = 2
|
||
|
crashTolerance = 30
|
||
|
maxTemp = 2000
|
||
|
bulkheadProfiles = srf
|
||
|
tags = #autoLOC_500875 //#autoLOC_500875 = ground land leg support
|
||
|
|
||
|
MODULE
|
||
|
{
|
||
|
name = ModuleAnimateGeneric
|
||
|
animationName = restock-leg-3-deploy-rigid
|
||
|
actionGUIName = #LOC_RestockRigidLegs_toggle // Toggle Leg
|
||
|
startEventGUIName = #LOC_RestockRigidLegs_extend // Extend
|
||
|
endEventGUIName = #LOC_RestockRigidLegs_retract // Retract
|
||
|
allowAnimationWhileShielded = False
|
||
|
allowDeployLimit = true
|
||
|
defaultActionGroup = Gear
|
||
|
}
|
||
|
|
||
|
MODULE
|
||
|
{
|
||
|
name = ModulePhysicMaterial
|
||
|
activePhysicMaterialName = restock-extreme-grip
|
||
|
PhysicMaterialName = restock-low-grip
|
||
|
PhysicMaterialName = restock-medium-grip
|
||
|
PhysicMaterialName = restock-high-grip
|
||
|
PhysicMaterialName = restock-extreme-grip
|
||
|
PHYSICMATERIALCOLORS
|
||
|
{
|
||
|
MATERIALCOLOR
|
||
|
{
|
||
|
name = restock-low-grip
|
||
|
color = 1,1,1
|
||
|
}
|
||
|
MATERIALCOLOR
|
||
|
{
|
||
|
name = restock-medium-grip
|
||
|
color = 1,1,1
|
||
|
}
|
||
|
MATERIALCOLOR
|
||
|
{
|
||
|
name = restock-high-grip
|
||
|
color = 1,1,1
|
||
|
}
|
||
|
MATERIALCOLOR
|
||
|
{
|
||
|
name = restock-extreme-grip
|
||
|
color = 1,1,1
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|