This commit is the equivalent of a atomic bomb
This commit is contained in:
31
braf_armored/BRAF_Guarani/GuaraniEffects.hpp
Normal file
31
braf_armored/BRAF_Guarani/GuaraniEffects.hpp
Normal file
@@ -0,0 +1,31 @@
|
||||
memoryPointTrackFLL="TrackFLL";
|
||||
memoryPointTrackFLR="TrackFLR";
|
||||
memoryPointTrackBLL="TrackBLL";
|
||||
memoryPointTrackBLR="TrackBLR";
|
||||
memoryPointTrackFRL="TrackFRL";
|
||||
memoryPointTrackFRR="TrackFRR";
|
||||
memoryPointTrackBRL="TrackBRL";
|
||||
memoryPointTrackBRR="TrackBRR";
|
||||
dustFrontLeftPos="dustfrontleft";
|
||||
dustFrontRightPos="dustfrontright";
|
||||
dustBackLeftPos="dustbackleft";
|
||||
dustBackRightPos="dustbackright";
|
||||
memoryPointsLeftWaterEffect="watereffectl";
|
||||
memoryPointsRightWaterEffect="watereffectr";
|
||||
memoryPointsLeftEngineEffect="engineeffectl";
|
||||
memoryPointsRightEngineEffect="engineeffectr";
|
||||
class Exhausts
|
||||
{
|
||||
class Exhaust1
|
||||
{
|
||||
position="exhaust1_pos";
|
||||
direction="exhaust1_dir";
|
||||
effect="ExhaustsEffectAMV";
|
||||
};
|
||||
class Exhaust2
|
||||
{
|
||||
position="exhaust2_pos";
|
||||
direction="exhaust2_dir";
|
||||
effect="ExhaustsEffectAMV";
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user