ReStocked/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-launchclamp.cfg

27 lines
678 B
INI
Raw Normal View History

2019-11-01 18:42:48 +00:00
// Patches applying art changes to
// Contents:
// - TT18-A Launch Stability Enhancer (launchClamp1)
// TT18-A Launch Stability Enhancer
2019-11-04 16:56:59 +00:00
@PART[launchClamp1]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Andrew Cassidy
!mesh = DELETE
MODEL
{
model = ReStock/Assets/Structural/restock-launchclamp-1
}
!MODULE[LaunchClamp] {}
MODULE
{
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-11-01 18:42:48 +00:00
}