Skip to content

Commit

Permalink
Support for GemstoneLV srb
Browse files Browse the repository at this point in the history
  • Loading branch information
zorg2044 committed Aug 13, 2021
1 parent 662e440 commit 56a9af6
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions GameData/RealPlume-Stock/GemstoneLV/gemstone_engine_srbem_s1_1.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
@PART[gemstone_engine_srbem_s1_1]:AFTER[GemstoneLV]
{
!EFFECTS {}
}
@PART[gemstone_engine_srbem_s1_1]:NEEDS[zRealPlume,SmokeScreen,GemstoneLV]// BACC "Thumper" Solid Fuel Booster
{
PLUME
{
name = Solid-Lower
transformName = thrustTransform
localRotation = 0,0,0
flarePosition = 0,0,0.0
plumePosition = 0,0,0.2
smokePosition = 0,0,0.1
slagPosition = 0,0,0
flareScale = 1
plumeScale = 1
smokeScale = 1.2
slagScale = 0.7
energy = 1
speed = 1
emissionMult = 0.5
}
@MODULE[ModuleEngines*]
{
%powerEffectName = Solid-Lower
}
}

0 comments on commit 56a9af6

Please sign in to comment.