mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
21 lines
578 B
INI
21 lines
578 B
INI
// Allows extending and retracting of launch clamps
|
|
|
|
// TT18-A Launch Stability Enhancer
|
|
@PART[launchClamp1]
|
|
{
|
|
MODULE
|
|
{
|
|
name = ModuleAnimateGeneric
|
|
animationName = RestockLaunchClamp_Extend
|
|
startEventGUIName = #LOC_RestockPlus_launch_clamp_extended_on
|
|
endEventGUIName = #LOC_RestockPlus_launch_clamp_extended_off
|
|
actionGUIName = #LOC_RestockPlus_launch_clamp_extended_toggle
|
|
allowDeployLimit = true
|
|
revClampDirection = false
|
|
revClampSpeed = true
|
|
revClampPercent = true
|
|
eventAvailableFlight = false
|
|
eventAvailableEVA = false
|
|
}
|
|
}
|