Prototype configs and model

This commit is contained in:
2019-09-05 01:10:35 -07:00
parent f8e70a457f
commit 3973b34fe9
3 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,14 @@
// adds a built in decoupler to the launch escape system
@PART[LaunchEscapeSystem]
{
fx_gasBurst_white = 0.0, -1.372544, 0.0, 0.0, -1.0, 0.0, decouple
sound_decoupler_fire = decouple
MODULE
{
name = ModuleDecouple
ejectionForce = 50
explosiveNodeID = bottom
}
}