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:
@ -15,6 +15,10 @@ Localization
|
||||
#LOC_RestockPlus_light_rotate_off = Base Rotation
|
||||
#LOC_RestockPlus_light_rotate_toggle = Rotate Light
|
||||
|
||||
#LOC_RestockPlus_launch_clamp_extended_on = Extended
|
||||
#LOC_RestockPlus_launch_clamp_extended_off = Clamp Extension
|
||||
#LOC_RestockPlus_launch_clamp_extended_toggle = Extend Clamp
|
||||
|
||||
// ENGINES
|
||||
// =======
|
||||
// 3.75m
|
||||
|
@ -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