2019-11-01 18:42:48 +00:00
|
|
|
// Patches applying art changes to
|
2019-09-09 02:12:19 +00:00
|
|
|
// Contents:
|
2020-04-25 15:53:46 +00:00
|
|
|
// - TT18-A Launch Stability Enhancer (launchClamp1)
|
2019-09-09 02:12:19 +00:00
|
|
|
|
2019-09-13 02:17:50 +00:00
|
|
|
// TT18-A Launch Stability Enhancer
|
2020-05-29 04:13:30 +00:00
|
|
|
@PART[launchClamp1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
2019-09-09 02:12:19 +00:00
|
|
|
{
|
|
|
|
@author = Andrew Cassidy
|
|
|
|
!mesh = DELETE
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Structural/restock-launchclamp-1
|
|
|
|
}
|
|
|
|
!MODULE[LaunchClamp] {}
|
2020-04-25 15:53:46 +00:00
|
|
|
MODULE
|
|
|
|
{
|
2019-09-09 02:12:19 +00:00
|
|
|
name = ModuleRestockLaunchClamp
|
|
|
|
trf_towerPivot_name = obj_girdercap
|
|
|
|
trf_towerStretch_name = obj_stretch
|
|
|
|
trf_towerGirder_name = obj_girder
|
|
|
|
trf_towerYoke_name = obj_yoke
|
|
|
|
trf_anchor_name = obj_ground
|
|
|
|
trf_animationRoot_name = restock-clamp-1
|
2019-09-10 20:09:38 +00:00
|
|
|
anim_decouple_name = RestockLaunchClamp_Deploy
|
2019-09-09 02:12:19 +00:00
|
|
|
}
|
2019-11-01 18:42:48 +00:00
|
|
|
}
|