mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Merge branch 'ground' into develop
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
//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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user