mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
137 lines
3.8 KiB
INI
137 lines
3.8 KiB
INI
// ReStock+ 0.2.0
|
|
// Small Rigid Legs
|
|
PART
|
|
{
|
|
name = restock-leg-1-rigid
|
|
module = Part
|
|
author = Andrew Cassidy
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/Ground/restock-leg-1-rigid
|
|
}
|
|
rescaleFactor = 1.0
|
|
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
|
|
attachRules = 1,1,0,0,0
|
|
node_attach = 0.0256775, 0.05144107, 0.0, 1.0, 0.0, 0.0
|
|
node_stack_bottom = 0.0945, 0.114, 0.0, 1.0, 0.0, 0.0, 0
|
|
TechRequired = survivability
|
|
entryCost = 820
|
|
cost = 200
|
|
mass = 0.015
|
|
category = Ground
|
|
title = #LOC_RestockRigidLegs_restock-leg-1-rigid_title // LTR-05 Micro Landing Strut
|
|
manufacturer = #autoLOC_501651 //#autoLOC_501651 = Moving Parts Experts Group
|
|
description = #LOC_RestockRigidLegs_restock-leg-1-rigid_description
|
|
// After frustration with the recycled pogo sticks, erm, space-grade suspensions on the standard LT-05 landing struts, we developed this alternate version with the leg firmly superglued into place
|
|
dragModelType = default
|
|
maximum_drag = 0.2
|
|
minimum_drag = 0.2
|
|
angularDrag = 2
|
|
crashTolerance = 20
|
|
maxTemp = 2000
|
|
bulkheadProfiles = srf
|
|
tags = #autoLOC_500875 //#autoLOC_500875 = ground land leg support
|
|
MODULE
|
|
{
|
|
name = ModuleAnimateGeneric
|
|
animationName = restock-leg-1-deploy-rigid
|
|
actionGUIName = #LOC_RestockRigidLegs_toggle // Toggle Leg
|
|
startEventGUIName = #LOC_RestockRigidLegs_extend // Extend
|
|
endEventGUIName = #LOC_RestockRigidLegs_retract // Retract
|
|
allowAnimationWhileShielded = False
|
|
allowDeployLimit = true
|
|
defaultActionGroup = Gear
|
|
revClampDirection = true
|
|
revClampSpeed = false
|
|
revClampPercent = false
|
|
}
|
|
MODULE
|
|
{
|
|
name = ModulePhysicMaterial
|
|
activePhysicMaterialName = restock-medium-grip
|
|
PhysicMaterialName = restock-low-grip
|
|
PhysicMaterialName = restock-medium-grip
|
|
PHYSICMATERIALCOLORS
|
|
{
|
|
MATERIALCOLOR
|
|
{
|
|
name = restock-low-grip
|
|
color = 1,1,1
|
|
}
|
|
MATERIALCOLOR
|
|
{
|
|
name = restock-medium-grip
|
|
color = 1,1,1
|
|
}
|
|
}
|
|
}
|
|
MODULE
|
|
{
|
|
name = ModulePartVariants
|
|
useMultipleDragCubes = false
|
|
baseVariant = Bare
|
|
VARIANT
|
|
{
|
|
name = Bare
|
|
displayName = #LOC_Restock_variant-probe-bare
|
|
primaryColor = #999999
|
|
secondaryColor = #999999
|
|
GAMEOBJECTS
|
|
{
|
|
leg1_body_gold = false
|
|
leg1_foot_gold = false
|
|
leg1_hydraulic_upper_1_gold = false
|
|
leg1_cylinder_gold = false
|
|
leg1_upper_arm_gold = false
|
|
leg1_body_silver = false
|
|
leg1_foot_silver = false
|
|
leg1_hydraulic_upper_1_silver = false
|
|
leg1_cylinder_silver = false
|
|
leg1_upper_arm_silver = false
|
|
}
|
|
}
|
|
VARIANT
|
|
{
|
|
name = Gold
|
|
displayName = #LOC_Restock_variant-probe-gold
|
|
themeName = Gold
|
|
primaryColor = #fccb0a
|
|
secondaryColor = #999999
|
|
GAMEOBJECTS
|
|
{
|
|
leg1_body_gold = true
|
|
leg1_foot_gold = true
|
|
leg1_hydraulic_upper_1_gold = true
|
|
leg1_cylinder_gold = true
|
|
leg1_upper_arm_gold = true
|
|
leg1_body_silver = false
|
|
leg1_foot_silver = false
|
|
leg1_hydraulic_upper_1_silver = false
|
|
leg1_cylinder_silver = false
|
|
leg1_upper_arm_silver = false
|
|
}
|
|
}
|
|
VARIANT
|
|
{
|
|
name = Silver
|
|
displayName = #LOC_Restock_variant-probe-silver
|
|
themeName = Silver
|
|
primaryColor = #cecece
|
|
secondaryColor = #999999
|
|
GAMEOBJECTS
|
|
{
|
|
leg1_body_gold = false
|
|
leg1_foot_gold = false
|
|
leg1_hydraulic_upper_1_gold = false
|
|
leg1_cylinder_gold = false
|
|
leg1_upper_arm_gold = false
|
|
leg1_body_silver = true
|
|
leg1_foot_silver = true
|
|
leg1_hydraulic_upper_1_silver = true
|
|
leg1_cylinder_silver = true
|
|
leg1_upper_arm_silver = true
|
|
}
|
|
}
|
|
}
|
|
}
|