You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ReStocked/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Structural/restock-launch-clamp-extens...

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
}
}