From 3b96c84da94b3dd1455fa9ecc125ca79cde9ca55 Mon Sep 17 00:00:00 2001 From: ubay <67294394+ubay-mostafa@users.noreply.github.com> Date: Sun, 22 Mar 2026 13:54:21 +0100 Subject: [PATCH] Fix: Swaps incorrect low and high values for GameClientRandomVariable in ParticleSystem.ini --- ...842_fix_particle_system_random_values.yaml | 7 + .../Data/INI/ParticleSystem.ini | 780 +++++++++--------- 2 files changed, 397 insertions(+), 390 deletions(-) create mode 100644 Patch104pZH/Design/Changes/2842_fix_particle_system_random_values.yaml diff --git a/Patch104pZH/Design/Changes/2842_fix_particle_system_random_values.yaml b/Patch104pZH/Design/Changes/2842_fix_particle_system_random_values.yaml new file mode 100644 index 000000000..e3cee56fa --- /dev/null +++ b/Patch104pZH/Design/Changes/2842_fix_particle_system_random_values.yaml @@ -0,0 +1,7 @@ +issue: 2842 +title: Fix incorrect low and high values for GameClientRandomVariable in ParticleSystem.ini +severity: minor +category: bugfix +description: | + Swaps incorrect low and high values for GameClientRandomVariable entries where low value was greater than high value. + Fixed 389 incorrect entries across multiple particle systems including VelocityDamping, SizeRateDamping, ColorScale, and other fields. \ No newline at end of file diff --git a/Patch104pZH/GameFilesEdited/Data/INI/ParticleSystem.ini b/Patch104pZH/GameFilesEdited/Data/INI/ParticleSystem.ini index 4c943a862..c89e577fd 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/ParticleSystem.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/ParticleSystem.ini @@ -7,7 +7,7 @@ ParticleSystem TsingMaTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 60.00 60.00 SystemLifetime = 0 @@ -291,7 +291,7 @@ ParticleSystem NukeMushroomRing AngleZ = 0.00 7.00 AngularRateZ = -0.03 0.03 AngularDamping = 1.00 1.00 - VelocityDamping = 0.98 0.97 + VelocityDamping = 0.97 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 400.00 400.00 SystemLifetime = 15 @@ -693,7 +693,7 @@ ParticleSystem ScudMissleLauncherToxinSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -749,7 +749,7 @@ ParticleSystem BombTruckHEExplosionTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 50.00 50.00 SystemLifetime = 0 @@ -975,7 +975,7 @@ ParticleSystem NukeGLAMushroomRing AngleZ = 0.00 7.00 AngularRateZ = -0.03 0.03 AngularDamping = 1.00 1.00 - VelocityDamping = 0.98 0.97 + VelocityDamping = 0.97 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 400.00 400.00 SystemLifetime = 15 @@ -1400,7 +1400,7 @@ ParticleSystem BlackNapalmSparks InitialDelay = 0.00 0.00 DriftVelocity = X:0.08 Y:0.16 Z:0.01 VelocityType = OUTWARD - VelOutward = -0.75 -2.00 + VelOutward = -2.0 -0.75 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOutwardOther = 0.00 0.00 VolumeType = CYLINDER VolCylinderRadius = 50.00 @@ -1428,14 +1428,14 @@ ParticleSystem FlameThrowerSprayUpgraded AngleZ = -1.00 1.00 AngularRateZ = 0.00 0.00 AngularDamping = 1.00 1.00 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.10 Lifetime = 20.00 20.00 SystemLifetime = 1 Size = 5.00 10.00 StartSizeRate = 0.00 0.00 SizeRate = 0.50 1.00 - SizeRateDamping = 0.99 0.95 + SizeRateDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 1 Alpha2 = 1.00 1.00 5 Alpha3 = 0.00 0.00 20 @@ -1605,7 +1605,7 @@ ParticleSystem BlackNapalm SystemLifetime = 200 Size = 15.00 50.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.80 -1.50 + SizeRate = -1.5 -0.8 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -1629,7 +1629,7 @@ ParticleSystem BlackNapalm InitialDelay = 0.00 0.00 DriftVelocity = X:0.08 Y:0.16 Z:0.01 VelocityType = OUTWARD - VelOutward = -0.75 -2.00 + VelOutward = -2.0 -0.75 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOutwardOther = 0.00 0.00 VolumeType = CYLINDER VolCylinderRadius = 50.00 @@ -1663,7 +1663,7 @@ ParticleSystem TrainWreckSmoke Size = 3.00 3.00 StartSizeRate = 0.00 0.00 SizeRate = 1.00 4.00 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 1.00 1.00 5 Alpha3 = 0.00 0.00 120 @@ -2293,7 +2293,7 @@ ParticleSystem FireFactionSmall SystemLifetime = 0 Size = 5.00 5.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.10 -0.30 + SizeRate = -0.3 -0.1 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.80 0.95 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -2399,7 +2399,7 @@ ParticleSystem BattleDroneExplosionSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 50.00 50.00 SystemLifetime = 0 @@ -2631,7 +2631,7 @@ ParticleSystem FlatSparkSprayLine SystemLifetime = 120 Size = 2.00 3.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.01 -0.02 + SizeRate = -0.02 -0.01 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 1.00 1.00 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -2767,7 +2767,7 @@ ParticleSystem FireStormMainEmbers InitialDelay = 10.00 10.00 DriftVelocity = X:0.08 Y:0.16 Z:0.01 VelocityType = OUTWARD - VelOutward = -1.00 -2.00 + VelOutward = -2.0 -1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOutwardOther = 0.00 0.00 VolumeType = CYLINDER VolCylinderRadius = 0.00 @@ -2974,7 +2974,7 @@ ParticleSystem ToxicExplosionLarge ; Alias ToxinExplosionLarge Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -3251,7 +3251,7 @@ ParticleSystem airCarrierMidShipSplash SystemLifetime = 200 Size = 5.00 10.00 StartSizeRate = 0.00 0.00 - SizeRate = 3.00 2.00 + SizeRate = 2.0 3.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.85 0.90 Alpha1 = 0.50 0.50 0 Alpha2 = -2.00 0.00 80 @@ -3301,14 +3301,14 @@ ParticleSystem PuffLarge AngleZ = -0.50 0.50 AngularRateZ = -0.10 0.10 AngularDamping = 0.90 0.90 - VelocityDamping = 0.85 0.80 + VelocityDamping = 0.8 0.85 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 100.00 100.00 SystemLifetime = 1 Size = 5.00 10.00 StartSizeRate = 0.00 0.00 SizeRate = 2.00 4.00 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 80 Alpha3 = 0.00 0.00 0 @@ -3472,7 +3472,7 @@ ParticleSystem ArtilleryBarrageDust AngleZ = -0.10 0.10 AngularRateZ = 0.00 0.05 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.95 + VelocityDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 100.00 100.00 SystemLifetime = 150 @@ -3592,7 +3592,7 @@ ParticleSystem LiveWireSparks02 SystemLifetime = 0 Size = 0.50 1.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.01 -0.02 + SizeRate = -0.02 -0.01 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 1.00 1.00 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -4041,7 +4041,7 @@ ParticleSystem FireToxicSmall SystemLifetime = 0 Size = 5.00 5.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.10 -0.30 + SizeRate = -0.3 -0.1 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.80 0.95 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -4091,7 +4091,7 @@ ParticleSystem BioSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -4147,7 +4147,7 @@ ParticleSystem BombTruckBioSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -4267,7 +4267,7 @@ ParticleSystem FerrySmoke Size = 2.00 3.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 3.00 - SizeRateDamping = 0.99 0.95 + SizeRateDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.50 0.50 10 Alpha3 = 0.00 0.00 120 @@ -4284,7 +4284,7 @@ ParticleSystem FerrySmoke Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 3.00 5.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -4323,7 +4323,7 @@ ParticleSystem SpectreHowitzerExplosion Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -4716,7 +4716,7 @@ ParticleSystem AnthraxTrail01 ParticleName = EXFuzzyDot.tga AngleZ = -5.00 5.00 AngularRateZ = 0.00 0.00 - AngularDamping = 10.00 1.00 + AngularDamping = 1.0 10.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelocityDamping = 0.80 0.90 Gravity = -0.10 Lifetime = 10.00 10.00 @@ -4741,7 +4741,7 @@ ParticleSystem AnthraxTrail01 Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 0.00 + ColorScale = 0.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 0.00 2.00 ; Patch104p @performance from 0.00 1.00 to increase the spawn interval at random BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -4749,7 +4749,7 @@ ParticleSystem AnthraxTrail01 VelocityType = ORTHO VelOrthoX = 0.00 8.00 VelOrthoY = 0.00 0.00 - VelOrthoZ = 1.00 0.00 + VelOrthoZ = 0.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VolumeType = POINT IsHollow = No IsGroundAligned = No @@ -5003,7 +5003,7 @@ ParticleSystem ToxicExplosionLargeSmoke ; Alias ToxinExplosionLargeSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 120.00 120.00 SystemLifetime = 30 @@ -5066,7 +5066,7 @@ ParticleSystem BuggyMissileExplosion Size = 5.00 10.00 StartSizeRate = 0.00 0.00 SizeRate = 0.60 1.20 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -5461,7 +5461,7 @@ ParticleSystem InfantryDustTrails Size = 3.50 7.00 StartSizeRate = 0.00 0.00 SizeRate = 0.25 0.50 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 15 Alpha3 = 0.00 0.00 0 @@ -5691,7 +5691,7 @@ ParticleSystem PatriotMissileIgnitionCloud Size = 5.00 10.00 StartSizeRate = 0.00 0.00 SizeRate = 0.50 1.00 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.25 0.25 0 Alpha2 = 0.00 0.00 80 Alpha3 = 0.00 0.00 0 @@ -5864,7 +5864,7 @@ ParticleSystem ArtilleryBarrageShockwave Size = 1.00 5.00 StartSizeRate = 0.00 0.00 SizeRate = 1.00 5.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -5921,7 +5921,7 @@ ParticleSystem SpectreGunshipExplosionLight Size = 45.00 45.00 StartSizeRate = 0.00 0.00 SizeRate = 10.00 45.00 - SizeRateDamping = 0.80 0.75 + SizeRateDamping = 0.75 0.8 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -6140,7 +6140,7 @@ ParticleSystem NeutronMissleLaunch AngleZ = -1.00 1.00 AngularRateZ = -0.01 0.01 AngularDamping = 0.96 0.99 - VelocityDamping = 0.85 0.80 + VelocityDamping = 0.8 0.85 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 100.00 100.00 SystemLifetime = 90 @@ -6204,7 +6204,7 @@ ParticleSystem ChimneySmokeSmall Size = 2.00 2.00 StartSizeRate = 0.00 0.00 SizeRate = 1.00 2.00 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.75 0.75 5 Alpha3 = 0.00 0.00 60 @@ -6536,14 +6536,14 @@ ParticleSystem ToxinUpgradedBuildingClearSpray ; Alias AnthraxBuildingClearSpray AngleZ = -7.00 7.00 AngularRateZ = -0.10 0.10 AngularDamping = 1.00 1.00 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.10 Lifetime = 40.00 40.00 SystemLifetime = 1 Size = 2.00 5.00 StartSizeRate = 0.00 0.00 SizeRate = 0.50 1.00 - SizeRateDamping = 0.99 0.95 + SizeRateDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 1 Alpha2 = 0.25 0.25 5 Alpha3 = 0.00 0.00 40 @@ -6594,14 +6594,14 @@ ParticleSystem Chem_ToxinGammaBuildingClearSpray AngleZ = -7.00 7.00 AngularRateZ = -0.10 0.10 AngularDamping = 1.00 1.00 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.10 Lifetime = 40.00 40.00 SystemLifetime = 1 Size = 2.00 5.00 StartSizeRate = 0.00 0.00 SizeRate = 0.50 1.00 - SizeRateDamping = 0.99 0.95 + SizeRateDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 1 Alpha2 = 0.25 0.25 5 Alpha3 = 0.00 0.00 40 @@ -6706,7 +6706,7 @@ ParticleSystem NukeCannonMushroomRing AngleZ = 0.00 7.00 AngularRateZ = -0.03 0.03 AngularDamping = 1.00 1.00 - VelocityDamping = 0.95 0.94 + VelocityDamping = 0.94 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 100.00 100.00 SystemLifetime = 15 @@ -6932,7 +6932,7 @@ ParticleSystem AnthraxGammaSpray ; Alias AnthraxGammaToxinSpray AngleZ = -7.00 7.00 AngularRateZ = -0.10 0.10 AngularDamping = 1.00 1.00 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.12 ; Patch104p @tweak from -0.10 to add sink water splashes quicker. (#2042) Lifetime = 40.00 40.00 SystemLifetime = 1 @@ -6988,7 +6988,7 @@ ParticleSystem JetEngineDamagedSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 60.00 60.00 SystemLifetime = 0 @@ -7782,7 +7782,7 @@ ParticleSystem SpectreGunshipFireLarge SystemLifetime = 0 Size = 25.00 25.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -1.00 + SizeRate = -1.0 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.80 0.95 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -8406,7 +8406,7 @@ ParticleSystem SneakAttackDirt Size = 9.00 12.00 StartSizeRate = 0.00 0.00 SizeRate = 0.10 0.10 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 50 Alpha3 = 0.00 0.00 0 @@ -8569,7 +8569,7 @@ ParticleSystem BombTruckDefaultExplosionTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 50.00 50.00 SystemLifetime = 0 @@ -9140,7 +9140,7 @@ ParticleSystem LiveWireSparks SystemLifetime = 0 Size = 0.50 1.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.01 -0.02 + SizeRate = -0.02 -0.01 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 1.00 1.00 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -9531,7 +9531,7 @@ ParticleSystem JetTransitionSmokeLarge Size = 30.00 45.00 StartSizeRate = 0.00 0.00 SizeRate = 2.00 4.00 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 1.00 1.00 2 Alpha3 = 0.00 0.00 80 @@ -9581,7 +9581,7 @@ ParticleSystem MineDisarmingSmoke AngleZ = -0.10 0.10 AngularRateZ = 0.00 0.05 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.95 + VelocityDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 150.00 150.00 SystemLifetime = 4 @@ -9611,7 +9611,7 @@ ParticleSystem MineDisarmingSmoke InitialDelay = 0.00 0.00 DriftVelocity = X:0.10 Y:0.10 Z:0.02 VelocityType = CYLINDRICAL - VelCylindricalRadial = 1.00 0.10 + VelCylindricalRadial = 0.1 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelCylindricalNormal = 0.10 0.30 VolumeType = CYLINDER VolCylinderRadius = 0.00 @@ -9702,7 +9702,7 @@ ParticleSystem NukeCannonMuzzleWave Size = 3.00 3.00 StartSizeRate = 0.00 0.00 SizeRate = 2.00 10.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -9760,7 +9760,7 @@ ParticleSystem InfernoCannonFireUpgraded SystemLifetime = 75 Size = 15.00 45.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -0.85 + SizeRate = -0.85 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -10270,7 +10270,7 @@ ParticleSystem TsingMaConcreteTrail AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 1.00 1.00 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 50.00 50.00 SystemLifetime = 25 @@ -10532,7 +10532,7 @@ ParticleSystem DamWavesOutward DriftVelocity = X:0.00 Y:0.00 Z:0.00 VelocityType = ORTHO VelOrthoX = -1.00 2.00 - VelOrthoY = 0.00 -2.00 + VelOrthoY = -2.0 0.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOrthoZ = 0.00 0.00 VolumeType = LINE VolLineStart = X:-10.00 Y:0.00 Z:0.00 @@ -10852,7 +10852,7 @@ ParticleSystem ToxinBombExplosion Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -10907,7 +10907,7 @@ ParticleSystem AnthraxBetaBombExplosion Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -10962,7 +10962,7 @@ ParticleSystem AnthraxGammaBombExplosion Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -11065,7 +11065,7 @@ ParticleSystem ScudMissleSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -11179,7 +11179,7 @@ ParticleSystem BombTruckAnthraxExplosionArms AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.99 0.99 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 1.00 PerParticleAttachedSystem = BombTruckAnthraxExplosion Lifetime = 10.00 10.00 @@ -11238,7 +11238,7 @@ ParticleSystem TrainWreckSplashWave AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 1.00 1.00 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 400.00 400.00 SystemLifetime = 1 @@ -11301,7 +11301,7 @@ ParticleSystem InfernoCannonRing Size = 30.00 30.00 StartSizeRate = 0.00 0.00 SizeRate = 4.00 6.00 - SizeRateDamping = 1.00 0.80 + SizeRateDamping = 0.8 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -11376,7 +11376,7 @@ ParticleSystem NukeGLAContaminationShort Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 4.00 4.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -11473,7 +11473,7 @@ ParticleSystem Demo_BombTruckDefaultExplosion Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -11528,7 +11528,7 @@ ParticleSystem BuildingDustChina Size = 15.00 17.00 StartSizeRate = 0.00 0.00 SizeRate = 5.00 10.00 - SizeRateDamping = 0.70 0.68 + SizeRateDamping = 0.68 0.7 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.30 0.50 15 Alpha3 = 0.00 0.00 140 @@ -12006,7 +12006,7 @@ ParticleSystem EMPSparksSmall Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 0.00 -3.00 + ColorScale = -3.0 0.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 0.00 20.00 BurstCount = 1.00 6.00 InitialDelay = 0.00 0.00 @@ -12037,7 +12037,7 @@ ParticleSystem ScudMissleLauncherExplosionTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 50.00 50.00 SystemLifetime = 0 @@ -12174,7 +12174,7 @@ ParticleSystem GC_Chem_AnthraxGammaFieldSmall ; Alias AnthraxGammaFieldSmall Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 1.00 1.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -12213,7 +12213,7 @@ ParticleSystem CountermeasureFlareParticleSys Lifetime = 2.00 2.00 SystemLifetime = 150 Size = 3.00 5.00 - StartSizeRate = 0.00 -0.01 + StartSizeRate = -0.01 0.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRate = 3.00 8.00 SizeRateDamping = 0.99 0.99 Alpha1 = 1.00 1.00 0 @@ -12612,7 +12612,7 @@ ParticleSystem ScudLauncherTransitionDebris Size = 10.00 10.00 StartSizeRate = 0.00 0.00 SizeRate = 0.25 0.50 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.50 0.50 15 Alpha3 = 0.00 0.00 20 @@ -12942,7 +12942,7 @@ ParticleSystem GC_Chem_ToxinTrail01 ParticleName = EXFuzzyDot.tga AngleZ = -5.00 5.00 AngularRateZ = 0.00 0.00 - AngularDamping = 10.00 1.00 + AngularDamping = 1.0 10.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelocityDamping = 0.80 0.90 Gravity = -0.10 Lifetime = 10.00 10.00 @@ -12967,7 +12967,7 @@ ParticleSystem GC_Chem_ToxinTrail01 Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 0.00 + ColorScale = 0.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 0.00 2.00 ; Patch104p @performance from 0.00 1.00 to increase the spawn interval at random BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -12975,7 +12975,7 @@ ParticleSystem GC_Chem_ToxinTrail01 VelocityType = ORTHO VelOrthoX = 0.00 8.00 VelOrthoY = 0.00 0.00 - VelOrthoZ = 1.00 0.00 + VelOrthoZ = 0.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VolumeType = POINT IsHollow = No IsGroundAligned = No @@ -12999,7 +12999,7 @@ ParticleSystem ToxinTrail01 ParticleName = EXFuzzyDot.tga AngleZ = -5.00 5.00 AngularRateZ = 0.00 0.00 - AngularDamping = 10.00 1.00 + AngularDamping = 1.0 10.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelocityDamping = 0.80 0.90 Gravity = -0.10 Lifetime = 10.00 10.00 @@ -13024,7 +13024,7 @@ ParticleSystem ToxinTrail01 Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 0.00 + ColorScale = 0.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 0.00 2.00 ; Patch104p @performance from 0.00 1.00 to increase the spawn interval at random BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -13032,7 +13032,7 @@ ParticleSystem ToxinTrail01 VelocityType = ORTHO VelOrthoX = 0.00 8.00 VelOrthoY = 0.00 0.00 - VelOrthoZ = 1.00 0.00 + VelOrthoZ = 0.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VolumeType = POINT IsHollow = No IsGroundAligned = No @@ -13111,7 +13111,7 @@ ParticleSystem ToxinTrail02 ; unused ParticleName = EXFuzzyDot.tga AngleZ = -5.00 5.00 AngularRateZ = 0.00 0.00 - AngularDamping = 10.00 1.00 + AngularDamping = 1.0 10.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelocityDamping = 0.80 0.90 Gravity = -0.10 Lifetime = 10.00 10.00 @@ -13136,7 +13136,7 @@ ParticleSystem ToxinTrail02 ; unused Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 0.00 + ColorScale = 0.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 0.00 3.00 BurstCount = 10.00 25.00 InitialDelay = 0.00 0.00 @@ -13632,7 +13632,7 @@ ParticleSystem SmokeFactionLarge Size = 3.00 3.00 StartSizeRate = 0.00 0.00 SizeRate = 0.50 2.00 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 1.00 1.00 5 Alpha3 = 0.00 0.00 120 @@ -14031,7 +14031,7 @@ ParticleSystem InfernoCannonFire SystemLifetime = 75 Size = 15.00 45.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -0.85 + SizeRate = -0.85 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -14147,7 +14147,7 @@ ParticleSystem ToxinPuddle Size = 2.00 2.00 ; Patch104p @tweak from 5.00 5.00 to better match damage radius of Toxin Tractor StartSizeRate = 0.00 0.00 SizeRate = 2.00 2.00 ; Patch104p @tweak from 3.00 3.00 to better match damage radius of Toxin Tractor - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 30 ; Patch104p @tweak from 100 to scale with new lifetime Alpha3 = 0.00 0.00 0 @@ -14164,7 +14164,7 @@ ParticleSystem ToxinPuddle Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 ; Patch104p @tweak from 0.00 0.00 to allow full color to show + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 5.00 5.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -14437,7 +14437,7 @@ ParticleSystem NapalmExplosion Size = 20.00 40.00 StartSizeRate = 0.00 0.00 SizeRate = 0.10 2.60 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -14606,7 +14606,7 @@ ParticleSystem MineDebris Size = 0.50 1.00 StartSizeRate = 0.00 0.00 SizeRate = 0.25 0.50 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 150 Alpha3 = 0.00 0.00 0 @@ -14665,7 +14665,7 @@ ParticleSystem DefaultExplosion Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -14721,7 +14721,7 @@ ParticleSystem BombTruckDefaultExplosion Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -15062,7 +15062,7 @@ ParticleSystem ArtilleryBarrageDebris Size = 10.00 10.00 StartSizeRate = 0.00 0.00 SizeRate = 0.70 3.00 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 50 Alpha3 = 0.00 0.00 0 @@ -15176,7 +15176,7 @@ ParticleSystem ScudMissleExplosion Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -15288,7 +15288,7 @@ ParticleSystem UpgradeCarpetExplosionSmoke Size = 2.00 5.00 StartSizeRate = 0.00 0.00 SizeRate = 0.75 1.30 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.75 0.75 20 Alpha3 = 0.00 0.00 75 @@ -15572,7 +15572,7 @@ ParticleSystem StrategyCenterBarrageDebris Size = 10.00 13.00 StartSizeRate = 0.00 0.00 SizeRate = 0.70 4.00 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 50 Alpha3 = 0.00 0.00 0 @@ -15679,7 +15679,7 @@ ParticleSystem ScudMissleExplosionTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 50.00 50.00 SystemLifetime = 0 @@ -16025,7 +16025,7 @@ ParticleSystem BuildUpSparksFlame SystemLifetime = 60 Size = 1.00 1.50 StartSizeRate = 0.00 0.00 - SizeRate = -0.01 -0.04 + SizeRate = -0.04 -0.01 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 1.00 1.00 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -16274,7 +16274,7 @@ ParticleSystem CombatBikeDirtPowerSlide InitialDelay = 0.00 0.00 DriftVelocity = X:0.00 Y:0.00 Z:0.00 VelocityType = ORTHO - VelOrthoX = -0.50 -1.00 + VelOrthoX = -1.0 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOrthoY = -0.20 0.20 VelOrthoZ = 1.00 1.00 VolumeType = LINE @@ -16416,7 +16416,7 @@ ParticleSystem JetExplosionTrailArms AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 1.00 1.00 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.03 PerParticleAttachedSystem = JetExplosionTrailSmoke Lifetime = 100.00 100.00 @@ -16707,7 +16707,7 @@ ParticleSystem ToxicGooDebrisSmall Size = 0.80 1.00 StartSizeRate = 0.00 0.00 SizeRate = 0.70 3.00 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 30 Alpha3 = 0.00 0.00 0 @@ -16812,7 +16812,7 @@ ParticleSystem MortarDust AngleZ = -0.10 0.10 AngularRateZ = 0.00 0.05 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.95 + VelocityDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 150.00 150.00 SystemLifetime = 50 @@ -17118,7 +17118,7 @@ ParticleSystem ScudMissleLauncherAnthraxContaminationShort Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 15.00 15.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -17440,7 +17440,7 @@ ParticleSystem TankFire SystemLifetime = 200 Size = 20.00 20.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.40 -0.60 + SizeRate = -0.6 -0.4 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.80 0.95 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -17498,7 +17498,7 @@ ParticleSystem VehicleFire SystemLifetime = 80 Size = 16.00 16.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.40 -0.60 + SizeRate = -0.6 -0.4 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.80 0.95 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -17557,7 +17557,7 @@ ParticleSystem BombTruckAnthraxExplosion Size = 10.00 15.00 ; Patch104p @tweak from 3.00 8.00 to distinguish explosion effect from smaller damage explosion StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -17612,7 +17612,7 @@ ParticleSystem BarrelExplosionDebris Size = 1.00 2.50 StartSizeRate = 0.00 0.00 SizeRate = 5.00 5.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 50 Alpha3 = 0.00 0.00 0 @@ -17894,7 +17894,7 @@ ParticleSystem AmphibMistSide Size = 10.00 15.00 StartSizeRate = 0.00 0.00 SizeRate = 0.30 1.00 - SizeRateDamping = 1.00 0.98 + SizeRateDamping = 0.98 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.50 0.50 5 Alpha3 = 0.00 0.00 30 @@ -17917,7 +17917,7 @@ ParticleSystem AmphibMistSide InitialDelay = 20.00 20.00 DriftVelocity = X:0.00 Y:-0.10 Z:0.00 VelocityType = ORTHO - VelOrthoX = 0.00 -2.00 + VelOrthoX = -2.0 0.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOrthoY = -3.00 3.00 VelOrthoZ = 1.00 2.00 VolumeType = POINT @@ -18255,7 +18255,7 @@ ParticleSystem MOABExplosionArms Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 ColorScale = 0.00 0.00 - BurstDelay = 1000.00 0.00 + BurstDelay = 0.0 1000.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstCount = 38.00 38.00 InitialDelay = 0.00 0.00 DriftVelocity = X:0.00 Y:0.00 Z:0.25 @@ -18352,7 +18352,7 @@ ParticleSystem FlashBangBuildingSmoke Size = 3.00 5.00 StartSizeRate = 0.00 0.00 SizeRate = 1.00 5.00 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 1.00 1.00 15 Alpha3 = 0.00 0.00 100 @@ -18967,7 +18967,7 @@ ParticleSystem BombTruckAnthraxGammaExplosionArms AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.99 0.99 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 1.00 PerParticleAttachedSystem = BombTruckAnthraxGammaExplosion Lifetime = 10.00 10.00 @@ -19139,7 +19139,7 @@ ParticleSystem BombTruckAnthraxGammaExplosionTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 50.00 50.00 SystemLifetime = 0 @@ -19650,7 +19650,7 @@ ParticleSystem airCarrierSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.02 Lifetime = 300.00 300.00 SystemLifetime = 450 @@ -19930,7 +19930,7 @@ ParticleSystem AvalncheExplosionDebris AngleZ = -3.00 3.00 AngularRateZ = -0.03 0.03 AngularDamping = 0.99 1.00 - VelocityDamping = 0.88 0.85 + VelocityDamping = 0.85 0.88 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.10 Lifetime = 50.00 64.00 SystemLifetime = 1 @@ -19987,7 +19987,7 @@ ParticleSystem airCarrierDeckSmoke AngleZ = 0.00 0.00 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.03 Lifetime = 300.00 300.00 SystemLifetime = 450 @@ -20612,7 +20612,7 @@ ParticleSystem Demo_HighExplosiveSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -20668,7 +20668,7 @@ ParticleSystem Demo_BombTruckHESmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -20842,7 +20842,7 @@ ParticleSystem _FireTest SystemLifetime = 300 Size = 30.00 40.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -0.85 + SizeRate = -0.85 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -20866,7 +20866,7 @@ ParticleSystem _FireTest InitialDelay = 0.00 0.00 DriftVelocity = X:0.08 Y:0.16 Z:0.01 VelocityType = OUTWARD - VelOutward = -0.75 -2.00 + VelOutward = -2.0 -0.75 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOutwardOther = 0.00 0.00 VolumeType = CYLINDER VolCylinderRadius = 50.00 @@ -20894,7 +20894,7 @@ ParticleSystem CleanupTrail01 ParticleName = EXFuzzyDot.tga AngleZ = -5.00 5.00 AngularRateZ = 0.00 0.00 - AngularDamping = 10.00 1.00 + AngularDamping = 1.0 10.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelocityDamping = 0.80 0.90 Gravity = -0.10 Lifetime = 10.00 10.00 @@ -20919,7 +20919,7 @@ ParticleSystem CleanupTrail01 Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 0.00 + ColorScale = 0.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 0.00 2.00 ; Patch104p @performance from 0.00 1.00 to increase the spawn interval at random BurstCount = 2.00 2.00 InitialDelay = 0.00 0.00 @@ -20927,7 +20927,7 @@ ParticleSystem CleanupTrail01 VelocityType = ORTHO VelOrthoX = 0.00 8.00 VelOrthoY = 0.00 0.00 - VelOrthoZ = 10.00 0.00 + VelOrthoZ = 0.0 10.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VolumeType = POINT IsHollow = No IsGroundAligned = No @@ -21065,7 +21065,7 @@ ParticleSystem BombTruckAnthraxSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -21414,7 +21414,7 @@ ParticleSystem StructureTransitionMediumTrail Size = 10.00 10.00 StartSizeRate = 0.00 0.00 SizeRate = 5.00 5.00 - SizeRateDamping = 0.90 0.80 + SizeRateDamping = 0.8 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 100 Alpha3 = 0.00 0.00 0 @@ -21491,7 +21491,7 @@ ParticleSystem DaisyDustShockwaveStart InitialDelay = 0.00 0.00 DriftVelocity = X:0.00 Y:0.00 Z:0.40 VelocityType = OUTWARD - VelOutward = -10.00 -20.00 + VelOutward = -20.0 -10.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOutwardOther = 0.00 0.00 VolumeType = CYLINDER VolCylinderRadius = 200.00 @@ -22368,14 +22368,14 @@ ParticleSystem TrackDebrisDirtLeft AngleZ = 0.00 0.00 AngularRateZ = -0.10 0.10 AngularDamping = 0.95 0.95 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.02 Lifetime = 30.00 30.00 SystemLifetime = 0 Size = 1.00 1.00 StartSizeRate = 0.00 0.00 SizeRate = 1.50 3.00 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 30 Alpha3 = 0.00 0.00 0 @@ -22482,12 +22482,12 @@ ParticleSystem FlameThrowerTrail06Upgraded ; unused ParticleName = EXfthrower01.tga AngleZ = 0.00 0.00 AngularRateZ = 0.00 1.00 - AngularDamping = 10.00 1.00 + AngularDamping = 1.0 10.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelocityDamping = -1.00 1.00 Gravity = -0.30 Lifetime = 6.00 10.00 SystemLifetime = 12 - Size = 0.50 0.30 + Size = 0.3 0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. StartSizeRate = 0.00 0.00 SizeRate = 0.00 0.00 SizeRateDamping = 0.00 0.00 @@ -22507,10 +22507,10 @@ ParticleSystem FlameThrowerTrail06Upgraded ; unused Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 0.00 + ColorScale = 0.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 0.00 0.00 BurstCount = 0.00 0.00 - InitialDelay = 0.50 0.00 + InitialDelay = 0.0 0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. DriftVelocity = X:0.50 Y:0.00 Z:-0.30 VelocityType = OUTWARD VelOutward = 0.00 0.00 @@ -23222,7 +23222,7 @@ ParticleSystem EMPSparks AngleZ = -5.00 5.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.00 0.00 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.50 Lifetime = 5.00 5.00 SystemLifetime = 150 @@ -23246,7 +23246,7 @@ ParticleSystem EMPSparks Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 0.00 -3.00 + ColorScale = -3.0 0.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 100.00 200.00 BurstCount = 1.00 2.00 InitialDelay = 0.00 0.00 @@ -23453,10 +23453,10 @@ ParticleSystem AnthraxPuddleLarge ; referenced, but unused Gravity = 0.00 Lifetime = 100.00 100.00 SystemLifetime = 1 - Size = 50.00 5.00 + Size = 5.0 50.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. StartSizeRate = 0.00 0.00 SizeRate = 3.00 3.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 100 Alpha3 = 0.00 0.00 0 @@ -23473,7 +23473,7 @@ ParticleSystem AnthraxPuddleLarge ; referenced, but unused Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 ; Patch104p @tweak from 0.00 0.00 to allow full color to show + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 15.00 15.00 BurstCount = 5.00 5.00 InitialDelay = 0.00 0.00 @@ -23707,7 +23707,7 @@ ParticleSystem TowMissileBackblast InitialDelay = 0.00 0.00 DriftVelocity = X:0.01 Y:0.04 Z:0.10 VelocityType = ORTHO - VelOrthoX = -0.75 -1.00 + VelOrthoX = -1.0 -0.75 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOrthoY = 0.00 0.00 VelOrthoZ = 0.00 0.00 VolumeType = SPHERE @@ -23797,7 +23797,7 @@ ParticleSystem NapalmFire SystemLifetime = 100 Size = 20.00 30.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -0.85 + SizeRate = -0.85 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -23969,7 +23969,7 @@ ParticleSystem SpectreSmokeLarge Size = 10.00 15.00 StartSizeRate = 0.00 0.00 SizeRate = 1.00 2.00 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 1.00 1.00 2 Alpha3 = 0.00 0.00 80 @@ -24474,7 +24474,7 @@ ParticleSystem AirF_AuroraBombScatterIgnite1 ; Alias SupW_AuroraBombScatterIgnit AngleZ = 0.00 1.00 AngularRateZ = -0.10 0.10 AngularDamping = 1.00 1.00 - VelocityDamping = 0.23 0.20 + VelocityDamping = 0.2 0.23 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.25 PerParticleAttachedSystem = AirF_AuroraBombExplosion Lifetime = 27.00 27.00 ; Patch104p @tweak from 25.00 25.00 to be able to spawn explosion effect 2 frames later @@ -25385,7 +25385,7 @@ ParticleSystem HighExplosiveSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -25441,7 +25441,7 @@ ParticleSystem BombTruckHESmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -25504,7 +25504,7 @@ ParticleSystem AnthraxPuddleContinuous ; unused Size = 5.00 5.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 3.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 100 Alpha3 = 0.00 0.00 0 @@ -25521,7 +25521,7 @@ ParticleSystem AnthraxPuddleContinuous ; unused Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 ; Patch104p @tweak from 0.00 0.00 to allow full color to show + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 10.00 10.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -26077,7 +26077,7 @@ ParticleSystem NapalmExplosionSmoke Size = 2.00 5.00 StartSizeRate = 0.00 0.00 SizeRate = 0.75 1.30 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.75 0.75 20 Alpha3 = 0.00 0.00 75 @@ -26303,7 +26303,7 @@ ParticleSystem SpectreHowitzerDebris Size = 10.00 10.00 StartSizeRate = 0.00 0.00 SizeRate = 0.70 3.00 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 50 Alpha3 = 0.00 0.00 0 @@ -26359,7 +26359,7 @@ ParticleSystem FireStormBranch1 ; unused SystemLifetime = 250 Size = 45.00 60.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -0.85 + SizeRate = -0.85 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -26383,7 +26383,7 @@ ParticleSystem FireStormBranch1 ; unused InitialDelay = 25.00 60.00 DriftVelocity = X:0.08 Y:0.16 Z:0.01 VelocityType = ORTHO - VelOrthoX = -0.50 -3.00 + VelOrthoX = -3.0 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOrthoY = 0.00 0.00 VelOrthoZ = 0.00 0.00 VolumeType = LINE @@ -26475,7 +26475,7 @@ ParticleSystem FireStormBranch2 ; unused SystemLifetime = 250 Size = 45.00 60.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -0.85 + SizeRate = -0.85 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -26590,7 +26590,7 @@ ParticleSystem FireStormBranch3 ; unused SystemLifetime = 250 Size = 45.00 60.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -0.85 + SizeRate = -0.85 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -26809,7 +26809,7 @@ ParticleSystem DamWaves AngleZ = 0.00 0.00 AngularRateZ = -0.01 0.01 AngularDamping = 1.00 1.00 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 200.00 200.00 SystemLifetime = 0 @@ -26866,14 +26866,14 @@ ParticleSystem ToxicSlimeUpgraded AngleZ = -7.00 7.00 AngularRateZ = -0.10 0.10 AngularDamping = 0.95 0.99 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.10 Lifetime = 20.00 20.00 SystemLifetime = 0 Size = 0.00 0.00 StartSizeRate = 0.00 0.00 SizeRate = 0.20 0.50 - SizeRateDamping = 0.99 0.95 + SizeRateDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 1 Alpha2 = 1.00 1.00 5 Alpha3 = 0.00 0.00 20 @@ -27099,7 +27099,7 @@ ParticleSystem ParticleUplinkCannon_Fire SystemLifetime = 150 Size = 15.00 15.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.20 -0.60 + SizeRate = -0.6 -0.2 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.80 0.95 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -27123,7 +27123,7 @@ ParticleSystem ParticleUplinkCannon_Fire InitialDelay = 0.00 0.00 DriftVelocity = X:0.00 Y:0.00 Z:0.30 VelocityType = OUTWARD - VelOutward = -0.18 -0.50 + VelOutward = -0.5 -0.18 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOutwardOther = 0.00 0.00 VolumeType = CYLINDER VolCylinderRadius = 15.00 @@ -27634,7 +27634,7 @@ ParticleSystem RocketBuggyDirtPowerSlide InitialDelay = 0.00 0.00 DriftVelocity = X:0.00 Y:0.00 Z:0.00 VelocityType = ORTHO - VelOrthoX = -0.50 -1.00 + VelOrthoX = -1.0 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOrthoY = -0.20 0.20 VelOrthoZ = 1.00 1.00 VolumeType = LINE @@ -27662,7 +27662,7 @@ ParticleSystem BombTruckHEBioExplosionTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 50.00 50.00 SystemLifetime = 0 @@ -27861,7 +27861,7 @@ ParticleSystem CombatBikeDirtSpray InitialDelay = 0.00 0.00 DriftVelocity = X:0.00 Y:0.00 Z:0.00 VelocityType = ORTHO - VelOrthoX = -0.20 -0.50 + VelOrthoX = -0.5 -0.2 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOrthoY = -0.10 0.10 VelOrthoZ = 0.50 0.50 VolumeType = LINE @@ -27919,7 +27919,7 @@ ParticleSystem MissileBackblastClouds InitialDelay = 0.00 0.00 DriftVelocity = X:0.04 Y:0.08 Z:0.10 VelocityType = ORTHO - VelOrthoX = -1.00 -3.00 + VelOrthoX = -3.0 -1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOrthoY = 0.00 0.00 VelOrthoZ = 0.00 0.00 VolumeType = POINT @@ -28009,7 +28009,7 @@ ParticleSystem BattleshipMuzzleFlashWave Size = 1.00 5.00 StartSizeRate = 0.00 0.00 SizeRate = 1.00 5.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -28181,7 +28181,7 @@ ParticleSystem InfernoCannonRingUpgraded Size = 30.00 30.00 StartSizeRate = 0.00 0.00 SizeRate = 5.00 15.00 - SizeRateDamping = 1.00 0.80 + SizeRateDamping = 0.8 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -28596,7 +28596,7 @@ ParticleSystem AnthraxFieldLarge Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 15.00 15.00 BurstCount = 2.00 2.00 InitialDelay = 0.00 0.00 @@ -28806,7 +28806,7 @@ ParticleSystem FireStormMain SystemLifetime = 180 Size = 45.00 100.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.80 -1.50 + SizeRate = -1.5 -0.8 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -28830,7 +28830,7 @@ ParticleSystem FireStormMain InitialDelay = 0.00 0.00 DriftVelocity = X:0.08 Y:0.16 Z:0.01 VelocityType = OUTWARD - VelOutward = -0.75 -2.00 + VelOutward = -2.0 -0.75 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOutwardOther = 0.00 0.00 VolumeType = CYLINDER VolCylinderRadius = 50.00 @@ -28936,7 +28936,7 @@ ParticleSystem PoisonFieldLarge ; Alias ToxinFieldLarge Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 15.00 15.00 BurstCount = 2.00 2.00 InitialDelay = 0.00 0.00 @@ -29192,7 +29192,7 @@ ParticleSystem BombTruckAnthraxExplosionTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 50.00 50.00 SystemLifetime = 0 @@ -29645,13 +29645,13 @@ ParticleSystem NukeMushroomRingInverted AngleZ = 0.00 7.00 AngularRateZ = -0.03 0.03 AngularDamping = 1.00 1.00 - VelocityDamping = 0.98 0.97 + VelocityDamping = 0.97 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 100.00 100.00 SystemLifetime = 300 Size = 10.00 10.00 StartSizeRate = 0.00 0.00 - SizeRate = 4.00 1.00 + SizeRate = 1.0 4.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.90 0.90 Alpha1 = 0.00 0.00 0 Alpha2 = 0.25 0.25 10 @@ -29709,7 +29709,7 @@ ParticleSystem BuggyNewAirDeathSubExplosionFlameSlave Size = 1.00 1.00 StartSizeRate = 0.00 0.00 SizeRate = 1.00 1.00 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -29871,7 +29871,7 @@ ParticleSystem BombTruckBioExplosionTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 50.00 50.00 SystemLifetime = 0 @@ -29982,7 +29982,7 @@ ParticleSystem airCarrierSparks AngleZ = -5.00 5.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.00 0.00 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.50 Lifetime = 10.00 10.00 SystemLifetime = 0 @@ -30006,7 +30006,7 @@ ParticleSystem airCarrierSparks Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 0.00 -3.00 + ColorScale = -3.0 0.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 1.00 15.00 BurstCount = 1.00 12.00 InitialDelay = 150.00 150.00 @@ -30216,7 +30216,7 @@ ParticleSystem ArtilleryBarrageTrailRing Size = 0.00 0.00 StartSizeRate = 0.00 0.00 SizeRate = 2.00 2.00 - SizeRateDamping = 0.99 0.95 + SizeRateDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -30444,7 +30444,7 @@ ParticleSystem MortarDebris Size = 1.00 1.50 StartSizeRate = 0.00 0.00 SizeRate = 0.70 3.00 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 150 Alpha3 = 0.00 0.00 0 @@ -30616,7 +30616,7 @@ ParticleSystem JetExplosionTrail Size = 0.25 0.50 StartSizeRate = 0.00 0.00 SizeRate = 0.25 1.00 - SizeRateDamping = 0.99 0.80 + SizeRateDamping = 0.8 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -30783,7 +30783,7 @@ ParticleSystem FireToxicMedium SystemLifetime = 0 Size = 10.00 10.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.10 -0.30 + SizeRate = -0.3 -0.1 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.80 0.95 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -30807,7 +30807,7 @@ ParticleSystem FireToxicMedium InitialDelay = 0.00 0.00 DriftVelocity = X:0.00 Y:0.00 Z:0.01 VelocityType = OUTWARD - VelOutward = -0.10 -0.15 + VelOutward = -0.15 -0.1 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOutwardOther = 0.00 0.00 VolumeType = CYLINDER VolCylinderRadius = 3.00 @@ -31060,7 +31060,7 @@ ParticleSystem ToxinSpray AngleZ = -7.00 7.00 AngularRateZ = -0.10 0.10 AngularDamping = 1.00 1.00 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.12 ; Patch104p @tweak from -0.10 to add sink water splashes quicker. (#2042) Lifetime = 40.00 40.00 SystemLifetime = 1 @@ -31140,7 +31140,7 @@ ParticleSystem SparksSmall Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 0.00 -3.00 + ColorScale = -3.0 0.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 0.00 20.00 BurstCount = 1.00 6.00 InitialDelay = 0.00 0.00 @@ -31291,7 +31291,7 @@ ParticleSystem AmphibDirtRest Size = 4.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 1.00 3.00 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 100 Alpha3 = 0.00 0.00 0 @@ -31510,7 +31510,7 @@ ParticleSystem BattleMasterTankExplosionDebris AngleZ = -3.00 3.00 AngularRateZ = -0.03 0.03 AngularDamping = 0.99 1.00 - VelocityDamping = 0.88 0.85 + VelocityDamping = 0.85 0.88 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.10 Lifetime = 30.00 30.00 SystemLifetime = 1 @@ -31685,7 +31685,7 @@ ParticleSystem FireFactionLarge SystemLifetime = 0 Size = 15.00 15.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.40 -0.60 + SizeRate = -0.6 -0.4 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.80 0.95 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -31968,7 +31968,7 @@ ParticleSystem OverlordTransitionDebris Size = 20.00 20.00 StartSizeRate = 0.00 0.00 SizeRate = 0.25 0.50 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 25 Alpha3 = 0.00 0.00 0 @@ -32018,7 +32018,7 @@ ParticleSystem JetExplosionGroundDust AngleZ = -0.10 0.10 AngularRateZ = 0.00 0.05 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.95 + VelocityDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 125.00 125.00 SystemLifetime = 5 @@ -32501,7 +32501,7 @@ ParticleSystem GC_Chem_AnthraxGammaFieldMedium ; unused Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 15.00 15.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -33130,7 +33130,7 @@ ParticleSystem NukeBaikonurShockwave Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 0.25 -0.25 + ColorScale = -0.25 0.25 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 1.00 1.00 BurstCount = 250.00 250.00 InitialDelay = 0.00 0.00 @@ -33344,7 +33344,7 @@ ParticleSystem HeroicTomahawkMissileExhaust Size = 2.00 3.00 StartSizeRate = 0.00 0.00 SizeRate = 5.00 5.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.75 0.75 0 Alpha2 = 0.00 0.00 60 Alpha3 = 0.00 0.00 0 @@ -33452,7 +33452,7 @@ ParticleSystem ScudMissleLauncherAnthraxExplosionArms AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.99 0.99 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 1.00 PerParticleAttachedSystem = ScudMissleLauncherAnthraxExplosion Lifetime = 10.00 10.00 @@ -33535,7 +33535,7 @@ ParticleSystem RadiationFieldSmall Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 1.00 1.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -33688,7 +33688,7 @@ ParticleSystem AnthraxGammaPuddleContinuous ; unused Size = 5.00 5.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 3.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 100 Alpha3 = 0.00 0.00 0 @@ -33705,7 +33705,7 @@ ParticleSystem AnthraxGammaPuddleContinuous ; unused Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 ; Patch104p @tweak from 0.00 0.00 to allow full color to show + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 10.00 10.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -33804,7 +33804,7 @@ ParticleSystem BuildingNightSnowDust Size = 15.00 17.00 StartSizeRate = 0.00 0.00 SizeRate = 5.00 10.00 - SizeRateDamping = 0.70 0.68 + SizeRateDamping = 0.68 0.7 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.30 0.50 15 Alpha3 = 0.00 0.00 140 @@ -33854,7 +33854,7 @@ ParticleSystem Demo_BombTruckDefaultExplosionTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 50.00 50.00 SystemLifetime = 0 @@ -34033,7 +34033,7 @@ ParticleSystem ScudMissleLauncherAnthraxExplosion Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -34138,14 +34138,14 @@ ParticleSystem SentryDroneTrackDebrisDirtLeft AngleZ = 0.00 0.00 AngularRateZ = -0.10 0.10 AngularDamping = 0.95 0.95 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.02 Lifetime = 30.00 30.00 SystemLifetime = 0 Size = 1.00 1.00 StartSizeRate = 0.00 0.00 SizeRate = 1.50 3.00 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 30 Alpha3 = 0.00 0.00 0 @@ -34318,7 +34318,7 @@ ParticleSystem TomahawkMissileExhaust Size = 2.00 3.00 StartSizeRate = 0.00 0.00 SizeRate = 5.00 5.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.75 0.75 0 Alpha2 = 0.00 0.00 60 Alpha3 = 0.00 0.00 0 @@ -34820,7 +34820,7 @@ ParticleSystem TsingMaSplashWave AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 1.00 1.00 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 400.00 400.00 SystemLifetime = 1 @@ -34877,7 +34877,7 @@ ParticleSystem ScudMissleExplosionArms AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.99 0.99 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 1.00 PerParticleAttachedSystem = ScudMissleExplosion Lifetime = 10.00 10.00 @@ -34943,7 +34943,7 @@ ParticleSystem BuildUpDebris Size = 4.00 6.00 StartSizeRate = 0.00 0.00 SizeRate = 0.45 0.75 - SizeRateDamping = 0.97 0.90 + SizeRateDamping = 0.9 0.97 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -35057,7 +35057,7 @@ ParticleSystem ScudMissileExhaust Size = 3.00 6.00 StartSizeRate = 0.00 0.00 SizeRate = 5.00 5.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.75 0.75 0 Alpha2 = 0.00 0.00 60 Alpha3 = 0.00 0.00 0 @@ -35388,14 +35388,14 @@ ParticleSystem ToxinBuildingClearSpray AngleZ = -7.00 7.00 AngularRateZ = -0.10 0.10 AngularDamping = 1.00 1.00 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.10 Lifetime = 40.00 40.00 SystemLifetime = 1 Size = 2.00 5.00 StartSizeRate = 0.00 0.00 SizeRate = 0.50 1.00 - SizeRateDamping = 0.99 0.95 + SizeRateDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 1 Alpha2 = 0.25 0.25 5 Alpha3 = 0.00 0.00 40 @@ -35501,7 +35501,7 @@ ParticleSystem StructureTransitionSmallExplosion AngleZ = 0.00 7.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.96 0.98 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 100.00 100.00 SystemLifetime = 1 @@ -36071,7 +36071,7 @@ ParticleSystem HighExplosiveAnthraxSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -36127,7 +36127,7 @@ ParticleSystem BombTruckHEAnthraxSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -36248,7 +36248,7 @@ ParticleSystem TsingMaExplosionWave Size = 3.00 3.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 10.00 - SizeRateDamping = 0.96 0.95 + SizeRateDamping = 0.95 0.96 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -36364,7 +36364,7 @@ ParticleSystem HeroicScudMissileExhaust Size = 3.00 6.00 StartSizeRate = 0.00 0.00 SizeRate = 5.00 5.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.75 0.75 0 Alpha2 = 0.00 0.00 60 Alpha3 = 0.00 0.00 0 @@ -36666,7 +36666,7 @@ ParticleSystem GLAViralOutbreakClouds Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 ; Patch104p @tweak from 0.00 0.00 to allow full color to show + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 3.00 3.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -36723,7 +36723,7 @@ ParticleSystem GC_Chem_AnthraxFieldGammaMedium ; Alias AnthraxGammaFieldMedium Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 15.00 15.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -36764,7 +36764,7 @@ ParticleSystem SteamMedium Size = 1.00 1.00 StartSizeRate = 0.00 0.00 SizeRate = 0.50 1.00 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.35 0.50 0 Alpha2 = 0.00 0.00 40 Alpha3 = 0.00 0.00 0 @@ -36881,7 +36881,7 @@ ParticleSystem ToxicExplosionLargeUpgraded ; Alias AnthraxExplosionLarge Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -37210,14 +37210,14 @@ ParticleSystem CropDusterDirtRight AngleZ = 0.00 0.00 AngularRateZ = -0.10 0.10 AngularDamping = 0.95 0.95 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.02 Lifetime = 30.00 30.00 SystemLifetime = 0 Size = 1.00 1.00 StartSizeRate = 0.00 0.00 SizeRate = 1.50 3.00 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 30 Alpha3 = 0.00 0.00 0 @@ -37298,7 +37298,7 @@ ParticleSystem FireStormMainEmbersUpgraded InitialDelay = 10.00 10.00 DriftVelocity = X:0.08 Y:0.16 Z:0.01 VelocityType = OUTWARD - VelOutward = -1.00 -2.00 + VelOutward = -2.0 -1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOutwardOther = 0.00 0.00 VolumeType = CYLINDER VolCylinderRadius = 0.00 @@ -37325,7 +37325,7 @@ ParticleSystem StructureCollapseFinalShockwave AngleZ = 0.00 7.00 AngularRateZ = -0.01 0.01 AngularDamping = 1.00 1.00 - VelocityDamping = 0.65 0.30 + VelocityDamping = 0.3 0.65 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 300.00 400.00 SystemLifetime = 20 @@ -37504,7 +37504,7 @@ ParticleSystem JetSmokeLarge Size = 10.00 15.00 StartSizeRate = 0.00 0.00 SizeRate = 1.00 2.00 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 1.00 1.00 2 Alpha3 = 0.00 0.00 80 @@ -37555,14 +37555,14 @@ ParticleSystem FlameThrowerSpray AngleZ = -1.00 1.00 AngularRateZ = 0.00 0.00 AngularDamping = 1.00 1.00 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.10 Lifetime = 20.00 20.00 SystemLifetime = 1 Size = 5.00 10.00 StartSizeRate = 0.00 0.00 SizeRate = 0.50 1.00 - SizeRateDamping = 0.99 0.95 + SizeRateDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 1 Alpha2 = 1.00 1.00 5 Alpha3 = 0.00 0.00 20 @@ -37845,7 +37845,7 @@ ParticleSystem ToxinTankPuddle Size = 2.00 5.00 StartSizeRate = 0.00 0.00 SizeRate = 1.00 3.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 100 Alpha3 = 0.00 0.00 0 @@ -37862,7 +37862,7 @@ ParticleSystem ToxinTankPuddle Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 ; Patch104p @tweak from 0.00 0.00 to allow full color to show + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 10.00 10.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -38017,7 +38017,7 @@ ParticleSystem ScudMissleLauncherAnthraxFire SystemLifetime = 200 Size = 30.00 50.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -0.85 + SizeRate = -0.85 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -38126,7 +38126,7 @@ ParticleSystem ScudMissleLauncherToxinExplosionTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 50.00 50.00 SystemLifetime = 0 @@ -38190,7 +38190,7 @@ ParticleSystem AnthraxPuddle ; Alias AnthraxToxinPuddle Size = 2.00 2.00 ; Patch104p @tweak from 2.00 5.00 to better match damage radius of Toxin Tractor StartSizeRate = 0.00 0.00 SizeRate = 2.00 2.00 ; Patch104p @tweak from 1.00 3.00 to better match damage radius of Toxin Tractor - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 30 ; Patch104p @tweak from 100 to scale with new lifetime Alpha3 = 0.00 0.00 0 @@ -38207,7 +38207,7 @@ ParticleSystem AnthraxPuddle ; Alias AnthraxToxinPuddle Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 ; Patch104p @tweak from 0.00 0.00 to allow full color to show + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 5.00 5.00 ; Patch104p @tweak from 1.00 1.00 to match ToxinPuddle BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -38247,7 +38247,7 @@ ParticleSystem FireFactionMedium SystemLifetime = 0 Size = 10.00 10.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.10 -0.30 + SizeRate = -0.3 -0.1 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.80 0.95 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -38271,7 +38271,7 @@ ParticleSystem FireFactionMedium InitialDelay = 0.00 0.00 DriftVelocity = X:0.00 Y:0.00 Z:0.01 VelocityType = OUTWARD - VelOutward = -0.10 -0.15 + VelOutward = -0.15 -0.1 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOutwardOther = 0.00 0.00 VolumeType = CYLINDER VolCylinderRadius = 3.00 @@ -38298,7 +38298,7 @@ ParticleSystem AnthraxBombSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -38378,7 +38378,7 @@ ParticleSystem CombatBikeDust Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 0.00 -1.00 + ColorScale = -1.0 0.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 2.00 5.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -38418,7 +38418,7 @@ ParticleSystem PuffSmall Size = 5.00 10.00 StartSizeRate = 0.00 0.00 SizeRate = 0.50 1.00 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 80 Alpha3 = 0.00 0.00 0 @@ -38468,7 +38468,7 @@ ParticleSystem MammothTankExplosionDebris AngleZ = -3.00 3.00 AngularRateZ = -0.03 0.03 AngularDamping = 0.99 1.00 - VelocityDamping = 0.88 0.85 + VelocityDamping = 0.85 0.88 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.10 Lifetime = 30.00 30.00 SystemLifetime = 1 @@ -39398,7 +39398,7 @@ ParticleSystem BombTruckAnthraxContamination Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 4.00 4.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -39543,7 +39543,7 @@ ParticleSystem LocomotiveSteamLeft Type = PARTICLE ParticleName = EXCloud02.tga AngleZ = 0.00 3.00 - AngularRateZ = -0.10 -0.20 + AngularRateZ = -0.2 -0.1 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. AngularDamping = 0.95 0.95 VelocityDamping = 0.90 0.95 Gravity = 0.00 @@ -39576,7 +39576,7 @@ ParticleSystem LocomotiveSteamLeft DriftVelocity = X:0.00 Y:0.00 Z:0.10 VelocityType = ORTHO VelOrthoX = -0.10 0.10 - VelOrthoY = -1.70 -2.50 + VelOrthoY = -2.5 -1.7 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOrthoZ = 0.33 0.44 VolumeType = LINE VolLineStart = X:6.00 Y:5.00 Z:-20.00 @@ -39603,14 +39603,14 @@ ParticleSystem JetBigExplosion AngleZ = -1.00 1.00 AngularRateZ = -0.10 0.10 AngularDamping = 0.95 0.97 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 100.00 100.00 SystemLifetime = 5 Size = 2.00 4.00 StartSizeRate = 0.00 0.00 SizeRate = 2.00 5.00 - SizeRateDamping = 0.96 0.95 + SizeRateDamping = 0.95 0.96 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -39835,7 +39835,7 @@ ParticleSystem TankMuzzleWave Size = 3.00 3.00 StartSizeRate = 0.00 0.00 SizeRate = 5.00 5.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -40466,7 +40466,7 @@ ParticleSystem FireStormMainRingUpgraded SystemLifetime = 150 Size = 45.00 90.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.75 -1.00 + SizeRate = -1.0 -0.75 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -40579,7 +40579,7 @@ ParticleSystem FireStormMainUpgraded SystemLifetime = 180 Size = 45.00 100.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.80 -1.50 + SizeRate = -1.5 -0.8 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -40603,7 +40603,7 @@ ParticleSystem FireStormMainUpgraded InitialDelay = 0.00 0.00 DriftVelocity = X:0.08 Y:0.16 Z:0.01 VelocityType = OUTWARD - VelOutward = -0.75 -2.00 + VelOutward = -2.0 -0.75 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOutwardOther = 0.00 0.00 VolumeType = CYLINDER VolCylinderRadius = 50.00 @@ -40976,7 +40976,7 @@ ParticleSystem airCarrierDeckFireJet5 SystemLifetime = 480 Size = 10.00 20.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -0.85 + SizeRate = -0.85 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -41087,7 +41087,7 @@ ParticleSystem airCarrierDeckFireJet6 SystemLifetime = 480 Size = 10.00 20.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -0.85 + SizeRate = -0.85 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -41144,7 +41144,7 @@ ParticleSystem airCarrierDeckFire SystemLifetime = 480 Size = 10.00 20.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -0.85 + SizeRate = -0.85 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -41258,7 +41258,7 @@ ParticleSystem airCarrierDeckFireJet7 SystemLifetime = 480 Size = 10.00 20.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -0.85 + SizeRate = -0.85 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -41309,7 +41309,7 @@ ParticleSystem ToxicExplosionSmallSmoke ; Alias ToxinExplosionSmallSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 60.00 60.00 SystemLifetime = 30 @@ -41767,7 +41767,7 @@ ParticleSystem ScudMissleLauncherAnthraxExplosionTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 50.00 50.00 SystemLifetime = 0 @@ -41847,7 +41847,7 @@ ParticleSystem GC_Chem_AnthraxGammaFieldLarge ; unused Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 15.00 15.00 BurstCount = 2.00 2.00 InitialDelay = 0.00 0.00 @@ -41881,7 +41881,7 @@ ParticleSystem TrainWreckTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 30.00 30.00 SystemLifetime = 0 @@ -42170,7 +42170,7 @@ ParticleSystem CleanupPuddle Size = 2.00 5.00 StartSizeRate = 0.00 0.00 SizeRate = 1.00 3.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 30 Alpha3 = 0.00 0.00 0 @@ -42506,7 +42506,7 @@ ParticleSystem DaisyExplosionScatterIgnite1 AngleZ = 0.00 1.00 AngularRateZ = -0.10 0.10 AngularDamping = 1.00 1.00 - VelocityDamping = 0.23 0.20 + VelocityDamping = 0.2 0.23 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.25 PerParticleAttachedSystem = DaisyExplosion Lifetime = 25.00 25.00 @@ -42741,7 +42741,7 @@ ParticleSystem FlatSparkSpray SystemLifetime = 120 Size = 2.00 3.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.01 -0.02 + SizeRate = -0.02 -0.01 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 1.00 1.00 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -43158,7 +43158,7 @@ ParticleSystem NukeCannonContamination Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 2.00 2.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -43424,7 +43424,7 @@ ParticleSystem seismicDust AngleZ = 0.00 1.00 AngularRateZ = -0.01 0.01 AngularDamping = 1.00 1.00 - VelocityDamping = 1.01 1.00 + VelocityDamping = 1.0 1.01 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 100.00 100.00 SystemLifetime = 25 @@ -43710,7 +43710,7 @@ ParticleSystem OverlordExplosionDebris AngleZ = -3.00 3.00 AngularRateZ = -0.03 0.03 AngularDamping = 0.99 1.00 - VelocityDamping = 0.88 0.85 + VelocityDamping = 0.85 0.88 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.10 Lifetime = 30.00 30.00 SystemLifetime = 1 @@ -44116,10 +44116,10 @@ ParticleSystem AnthraxGammaPuddleLarge ; referenced, but unused Gravity = 0.00 Lifetime = 100.00 100.00 SystemLifetime = 1 - Size = 50.00 5.00 + Size = 5.0 50.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. StartSizeRate = 0.00 0.00 SizeRate = 3.00 3.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 100 Alpha3 = 0.00 0.00 0 @@ -44136,7 +44136,7 @@ ParticleSystem AnthraxGammaPuddleLarge ; referenced, but unused Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 ; Patch104p @tweak from 0.00 0.00 to allow full color to show + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 15.00 15.00 BurstCount = 5.00 5.00 InitialDelay = 0.00 0.00 @@ -44347,7 +44347,7 @@ ParticleSystem BaikonurRocketTrail Size = 0.00 0.00 StartSizeRate = 0.00 0.00 SizeRate = 10.00 10.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 1.00 1.00 50 Alpha3 = 0.00 0.00 200 @@ -44513,7 +44513,7 @@ ParticleSystem Demo_BombTruckDefaultSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -44576,7 +44576,7 @@ ParticleSystem BuildingSnowDust Size = 15.00 17.00 StartSizeRate = 0.00 0.00 SizeRate = 5.00 10.00 - SizeRateDamping = 0.70 0.68 + SizeRateDamping = 0.68 0.7 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.30 0.50 15 Alpha3 = 0.00 0.00 140 @@ -45081,14 +45081,14 @@ ParticleSystem PuffVeryLarge AngleZ = -0.50 0.50 AngularRateZ = -0.10 0.10 AngularDamping = 0.90 0.90 - VelocityDamping = 0.85 0.80 + VelocityDamping = 0.8 0.85 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 100.00 100.00 SystemLifetime = 1 Size = 10.00 15.00 StartSizeRate = 0.00 0.00 SizeRate = 4.00 8.00 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 80 Alpha3 = 0.00 0.00 0 @@ -45145,7 +45145,7 @@ ParticleSystem airCarrierLightFlash1 Size = 45.00 45.00 StartSizeRate = 0.00 0.00 SizeRate = 10.00 45.00 - SizeRateDamping = 0.80 0.75 + SizeRateDamping = 0.75 0.8 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -45202,7 +45202,7 @@ ParticleSystem airCarrierLightFlash2 Size = 45.00 45.00 StartSizeRate = 0.00 0.00 SizeRate = 10.00 45.00 - SizeRateDamping = 0.80 0.75 + SizeRateDamping = 0.75 0.8 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -45259,7 +45259,7 @@ ParticleSystem airCarrierLightFlash3 Size = 45.00 45.00 StartSizeRate = 0.00 0.00 SizeRate = 10.00 45.00 - SizeRateDamping = 0.80 0.75 + SizeRateDamping = 0.75 0.8 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -45316,7 +45316,7 @@ ParticleSystem GC_Chem_ToxinPuddle ; Alias AnthraxGammaPuddle Size = 2.00 2.00 StartSizeRate = 0.00 0.00 SizeRate = 2.00 2.00 ; Patch104p @tweak from 3.00 3.00 to better match damage radius of Toxin Tractor - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 30 ; Patch104p @tweak from 100 to scale with new lifetime Alpha3 = 0.00 0.00 0 @@ -45333,7 +45333,7 @@ ParticleSystem GC_Chem_ToxinPuddle ; Alias AnthraxGammaPuddle Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 ; Patch104p @tweak from 0.00 0.00 to allow full color to show + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 5.00 5.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -45740,7 +45740,7 @@ ParticleSystem WaterSpray DriftVelocity = X:0.00 Y:0.00 Z:0.00 VelocityType = ORTHO VelOrthoX = -1.00 1.00 - VelOrthoY = -3.00 -5.00 + VelOrthoY = -5.0 -3.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOrthoZ = 0.00 0.00 VolumeType = CYLINDER VolCylinderRadius = 4.00 @@ -46119,7 +46119,7 @@ ParticleSystem ToxicGooDebrisLarge Size = 1.00 1.50 StartSizeRate = 0.00 0.00 SizeRate = 0.70 3.00 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 30 Alpha3 = 0.00 0.00 0 @@ -46201,7 +46201,7 @@ ParticleSystem FallingShells VelocityType = ORTHO VelOrthoX = -0.10 0.10 VelOrthoY = 0.25 0.75 - VelOrthoZ = 7.00 2.00 + VelOrthoZ = 2.0 7.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VolumeType = POINT IsHollow = Yes IsGroundAligned = No @@ -46804,7 +46804,7 @@ ParticleSystem airCarrierJetDebris1 Size = 20.00 20.00 StartSizeRate = 0.00 0.00 SizeRate = 0.25 0.50 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 25 Alpha3 = 0.00 0.00 0 @@ -46919,7 +46919,7 @@ ParticleSystem airCarrierJetDebris2 Size = 20.00 20.00 StartSizeRate = 0.00 0.00 SizeRate = 0.25 0.50 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 25 Alpha3 = 0.00 0.00 0 @@ -46976,7 +46976,7 @@ ParticleSystem airCarrierJetDebris3 Size = 20.00 20.00 StartSizeRate = 0.00 0.00 SizeRate = 0.25 0.50 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 25 Alpha3 = 0.00 0.00 0 @@ -47279,7 +47279,7 @@ ParticleSystem RadiationFieldMedium Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 15.00 15.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -47604,7 +47604,7 @@ ParticleSystem BombTruckAnthraxGammaExplosion Size = 10.00 15.00 ; Patch104p @tweak from 3.00 8.00 to distinguish explosion effect from smaller damage explosion StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -47880,14 +47880,14 @@ ParticleSystem SneakAttackDirtSnow AngleZ = 20.00 20.00 AngularRateZ = -0.10 0.10 AngularDamping = 0.90 0.95 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.04 Lifetime = 60.00 60.00 SystemLifetime = 1 Size = 5.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 0.10 0.10 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 50 Alpha3 = 0.00 0.00 0 @@ -47994,7 +47994,7 @@ ParticleSystem JetExplosionTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 100.00 100.00 SystemLifetime = 0 @@ -48274,12 +48274,12 @@ ParticleSystem FlameThrowerTrail06 ; unused ParticleName = EXfthrower01.tga AngleZ = 0.00 0.00 AngularRateZ = 0.00 1.00 - AngularDamping = 10.00 1.00 + AngularDamping = 1.0 10.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelocityDamping = -1.00 1.00 Gravity = -0.30 Lifetime = 6.00 10.00 SystemLifetime = 12 - Size = 0.50 0.30 + Size = 0.3 0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. StartSizeRate = 0.00 0.00 SizeRate = 0.00 0.00 SizeRateDamping = 0.00 0.00 @@ -48299,10 +48299,10 @@ ParticleSystem FlameThrowerTrail06 ; unused Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 0.00 + ColorScale = 0.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 0.00 0.00 BurstCount = 0.00 0.00 - InitialDelay = 0.50 0.00 + InitialDelay = 0.0 0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. DriftVelocity = X:0.50 Y:0.00 Z:-0.30 VelocityType = OUTWARD VelOutward = 0.00 0.00 @@ -48578,7 +48578,7 @@ ParticleSystem QuadCannonDust Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 0.00 -1.00 + ColorScale = -1.0 0.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 2.00 5.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -48667,13 +48667,13 @@ ParticleSystem MineSmoke AngleZ = -0.10 0.10 AngularRateZ = 0.00 0.05 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.95 + VelocityDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 150.00 150.00 SystemLifetime = 200 Size = 2.00 4.00 StartSizeRate = 0.00 0.00 - SizeRate = 0.20 0.10 + SizeRate = 0.1 0.2 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.95 0.95 Alpha1 = 0.00 0.00 0 Alpha2 = 0.50 0.50 10 @@ -48697,7 +48697,7 @@ ParticleSystem MineSmoke InitialDelay = 0.00 0.00 DriftVelocity = X:0.10 Y:0.10 Z:0.02 VelocityType = CYLINDRICAL - VelCylindricalRadial = 1.00 0.10 + VelCylindricalRadial = 0.1 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelCylindricalNormal = 0.10 0.30 VolumeType = CYLINDER VolCylinderRadius = 0.00 @@ -48782,7 +48782,7 @@ ParticleSystem AnthraxSpray ; Alias AnthraxToxinSpray AngleZ = -7.00 7.00 AngularRateZ = -0.10 0.10 AngularDamping = 1.00 1.00 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.12 ; Patch104p @tweak from -0.10 to add sink water splashes quicker. (#2042) Lifetime = 40.00 40.00 SystemLifetime = 1 @@ -48952,14 +48952,14 @@ ParticleSystem ToxicSlime AngleZ = -7.00 7.00 AngularRateZ = -0.10 0.10 AngularDamping = 0.95 0.99 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.10 Lifetime = 20.00 20.00 SystemLifetime = 0 Size = 0.00 0.00 StartSizeRate = 0.00 0.00 SizeRate = 0.20 0.50 - SizeRateDamping = 0.99 0.95 + SizeRateDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 1 Alpha2 = 1.00 1.00 5 Alpha3 = 0.00 0.00 20 @@ -49016,7 +49016,7 @@ ParticleSystem JetFireLarge SystemLifetime = 0 Size = 25.00 25.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -1.00 + SizeRate = -1.0 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.80 0.95 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -49074,7 +49074,7 @@ ParticleSystem BattleMasterTransitionDebris Size = 3.00 3.00 StartSizeRate = 0.00 0.00 SizeRate = 0.25 0.50 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.50 0.50 15 Alpha3 = 0.00 0.00 20 @@ -49259,7 +49259,7 @@ ParticleSystem RocketBuggyDust Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 0.00 -1.00 + ColorScale = -1.0 0.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 2.00 5.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -49412,7 +49412,7 @@ ParticleSystem DragonTransitionFire SystemLifetime = 200 Size = 20.00 20.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.40 -0.60 + SizeRate = -0.6 -0.4 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.80 0.95 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -49520,7 +49520,7 @@ ParticleSystem AvalancheMistMedium AngleZ = 0.00 1.00 AngularRateZ = -0.10 0.10 AngularDamping = 0.90 0.95 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.10 Lifetime = 50.00 50.00 SystemLifetime = 0 @@ -49692,7 +49692,7 @@ ParticleSystem ScudMissleLauncherToxinExplosionArms AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.99 0.99 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 1.00 PerParticleAttachedSystem = ScudMissleLauncherToxinExplosion Lifetime = 10.00 10.00 @@ -49946,7 +49946,7 @@ ParticleSystem BombTruckBioContamination Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 4.00 4.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -50044,7 +50044,7 @@ ParticleSystem airCarrierExplosion0 Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -50099,7 +50099,7 @@ ParticleSystem airCarrierExplosion1 Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -50624,7 +50624,7 @@ ParticleSystem ScudMissleContaminationShort Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 4.00 4.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -51344,7 +51344,7 @@ ParticleSystem UpgradeCarpetBombExplosion Size = 20.00 40.00 StartSizeRate = 0.00 0.00 SizeRate = 0.10 5.00 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -51393,7 +51393,7 @@ ParticleSystem DefaultSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -51449,7 +51449,7 @@ ParticleSystem BombTruckDefaultSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -51702,7 +51702,7 @@ ParticleSystem GC_Chem_AnthraxFieldGammaLarge ; Alias AnthraxGammaFieldLarge Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 15.00 15.00 BurstCount = 2.00 2.00 InitialDelay = 0.00 0.00 @@ -51743,7 +51743,7 @@ ParticleSystem HelixExhaust Size = 0.30 1.00 StartSizeRate = 0.00 0.00 SizeRate = 1.00 2.00 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.50 0.50 0 Alpha2 = 0.35 0.35 2 Alpha3 = 0.00 0.00 80 @@ -51800,7 +51800,7 @@ ParticleSystem ScudMissleFire SystemLifetime = 200 Size = 30.00 50.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -0.85 + SizeRate = -0.85 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -52084,7 +52084,7 @@ ParticleSystem ScudLauncherDust Size = 3.00 5.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 4.00 - SizeRateDamping = 0.95 0.92 + SizeRateDamping = 0.92 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.70 0.70 5 Alpha3 = 0.00 0.00 50 @@ -52101,7 +52101,7 @@ ParticleSystem ScudLauncherDust Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 0.00 -1.00 + ColorScale = -1.0 0.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 2.00 5.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -52418,7 +52418,7 @@ ParticleSystem ScudMissleLauncherExplosionArms AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.99 0.99 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 1.00 PerParticleAttachedSystem = ScudMissleLauncherExplosion Lifetime = 10.00 10.00 @@ -52501,7 +52501,7 @@ ParticleSystem AnthraxFieldMedium Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 15.00 15.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -52714,7 +52714,7 @@ ParticleSystem glitter2 SizeRate = 0.05 0.30 SizeRateDamping = 0.93 0.93 Alpha1 = 0.00 0.00 0 - Alpha2 = 2.00 0.00 10 + Alpha2 = 0.0 2.0 10 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha3 = 0.00 0.00 0 Alpha4 = 0.00 0.00 0 Alpha5 = 0.00 0.00 0 @@ -53103,14 +53103,14 @@ ParticleSystem TrackDebrisDirtRight AngleZ = 0.00 0.00 AngularRateZ = -0.10 0.10 AngularDamping = 0.95 0.95 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.02 Lifetime = 30.00 30.00 SystemLifetime = 0 Size = 1.00 1.00 StartSizeRate = 0.00 0.00 SizeRate = 1.50 3.00 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 30 Alpha3 = 0.00 0.00 0 @@ -53394,7 +53394,7 @@ ParticleSystem ToxinPuddleContinuous ; unused Size = 5.00 5.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 3.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 100 Alpha3 = 0.00 0.00 0 @@ -53411,7 +53411,7 @@ ParticleSystem ToxinPuddleContinuous ; unused Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 ; Patch104p @tweak from 0.00 0.00 to allow full color to show + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 10.00 10.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -53621,7 +53621,7 @@ ParticleSystem ToxicShellExplosion ; Alias ToxinShellExplosion Size = 2.00 2.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 3.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -53680,7 +53680,7 @@ ParticleSystem ToxicShellExplosionAnthrax ; Alias AnthraxShellExplosion Size = 2.00 2.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 3.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -53737,7 +53737,7 @@ ParticleSystem Chem_ToxicShellExplosionGamma ; Alias Chem_AnthraxGammaShellExplo Size = 2.00 2.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 3.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -54016,7 +54016,7 @@ ParticleSystem HighExplosiveBioSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -54072,7 +54072,7 @@ ParticleSystem BombTruckHEBioSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -54128,7 +54128,7 @@ ParticleSystem JetExplosionTrailDebris AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 1.00 1.00 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 PerParticleAttachedSystem = JetExplosionTrailDebrisSmoke Lifetime = 5.00 5.00 @@ -54217,7 +54217,7 @@ ParticleSystem airCarrierExplosionSparks DriftVelocity = X:0.00 Y:0.00 Z:0.00 VelocityType = OUTWARD VelOutward = 1.00 2.00 - VelOutwardOther = 3.00 0.50 + VelOutwardOther = 0.5 3.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VolumeType = CYLINDER VolCylinderRadius = 25.00 VolCylinderLength = 0.00 @@ -54356,7 +54356,7 @@ ParticleSystem NukeBaikonurMushroomRing AngleZ = 0.00 7.00 AngularRateZ = -0.03 0.03 AngularDamping = 1.00 1.00 - VelocityDamping = 0.98 0.97 + VelocityDamping = 0.97 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 400.00 400.00 SystemLifetime = 15 @@ -54413,7 +54413,7 @@ ParticleSystem JetExplosionTrailDebrisSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 50.00 50.00 SystemLifetime = 0 @@ -54607,7 +54607,7 @@ ParticleSystem PoisonFieldMedium ; Alias ToxinFieldMedium Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 15.00 15.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -54697,7 +54697,7 @@ ParticleSystem ScudMissleLauncherAnthraxSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -54872,7 +54872,7 @@ ParticleSystem BuildUpSparksFlame02 SystemLifetime = 0 Size = 1.00 1.50 StartSizeRate = 0.00 0.00 - SizeRate = -0.01 -0.04 + SizeRate = -0.04 -0.01 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 1.00 1.00 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -54986,7 +54986,7 @@ ParticleSystem AmphibMist Size = 10.00 15.00 StartSizeRate = 0.00 0.00 SizeRate = 0.30 1.00 - SizeRateDamping = 1.00 0.98 + SizeRateDamping = 0.98 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.25 0.25 15 Alpha3 = 0.00 0.00 140 @@ -55003,7 +55003,7 @@ ParticleSystem AmphibMist Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 0.20 -0.20 + ColorScale = -0.2 0.2 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 6.00 6.00 BurstCount = 1.00 1.00 InitialDelay = 20.00 20.00 @@ -55098,7 +55098,7 @@ ParticleSystem FerrySmokeStop Size = 3.00 3.00 StartSizeRate = 0.00 0.00 SizeRate = 1.00 1.00 - SizeRateDamping = 0.96 0.95 + SizeRateDamping = 0.95 0.96 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.50 0.50 15 Alpha3 = 0.00 0.00 120 @@ -55115,7 +55115,7 @@ ParticleSystem FerrySmokeStop Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 1.00 3.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -55154,7 +55154,7 @@ ParticleSystem FirestormRingSmall Size = 60.00 60.00 StartSizeRate = -3.00 -3.00 SizeRate = 5.00 5.00 - SizeRateDamping = 0.85 0.80 + SizeRateDamping = 0.8 0.85 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -55348,7 +55348,7 @@ ParticleSystem ScudMissleDust InitialDelay = 0.00 0.00 DriftVelocity = X:0.00 Y:0.00 Z:0.05 VelocityType = OUTWARD - VelOutward = 2.50 2.00 + VelOutward = 2.0 2.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOutwardOther = 0.00 0.00 VolumeType = CYLINDER VolCylinderRadius = 5.00 @@ -55667,7 +55667,7 @@ ParticleSystem FireStormMainRing SystemLifetime = 150 Size = 45.00 90.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.75 -1.00 + SizeRate = -1.0 -0.75 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -55718,7 +55718,7 @@ ParticleSystem airCarrierJetEngine01Smoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 60.00 60.00 SystemLifetime = 0 @@ -55775,11 +55775,11 @@ ParticleSystem InfantryMortarDust AngleZ = -0.10 0.10 AngularRateZ = 0.00 0.05 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.95 + VelocityDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 75.00 75.00 SystemLifetime = 1 - Size = 0.50 0.10 + Size = 0.1 0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. StartSizeRate = 0.00 0.00 SizeRate = 0.75 1.50 SizeRateDamping = 0.95 0.95 @@ -55832,14 +55832,14 @@ ParticleSystem JetBigExplosionInitial AngleZ = -1.00 1.00 AngularRateZ = -0.10 0.10 AngularDamping = 0.95 0.97 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 50.00 50.00 SystemLifetime = 5 Size = 2.00 4.00 StartSizeRate = 0.00 0.00 SizeRate = 2.00 5.00 - SizeRateDamping = 0.96 0.95 + SizeRateDamping = 0.95 0.96 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -56011,7 +56011,7 @@ ParticleSystem DragonTransitionDebris Size = 10.00 10.00 StartSizeRate = 0.00 0.00 SizeRate = 0.25 0.50 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.50 0.50 15 Alpha3 = 0.00 0.00 20 @@ -56596,7 +56596,7 @@ ParticleSystem SparksMedium Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 0.00 -3.00 + ColorScale = -3.0 0.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 0.00 30.00 BurstCount = 1.00 6.00 InitialDelay = 0.00 0.00 @@ -56750,7 +56750,7 @@ ParticleSystem MineDisarmingDebris Size = 0.50 1.00 StartSizeRate = 0.00 0.00 SizeRate = 1.00 2.00 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 25 Alpha3 = 0.00 0.00 0 @@ -56824,7 +56824,7 @@ ParticleSystem NukeGLAContamination Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 1.00 1.00 BurstCount = 2.00 2.00 InitialDelay = 0.00 0.00 @@ -56865,7 +56865,7 @@ ParticleSystem PuffMedium Size = 5.00 10.00 StartSizeRate = 0.00 0.00 SizeRate = 1.00 2.00 - SizeRateDamping = 0.95 0.90 + SizeRateDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 80 Alpha3 = 0.00 0.00 0 @@ -56973,14 +56973,14 @@ ParticleSystem ScudStormBuildingGoo AngleZ = -7.00 7.00 AngularRateZ = -0.10 0.10 AngularDamping = 0.95 0.99 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.10 Lifetime = 40.00 40.00 SystemLifetime = 0 Size = 1.00 2.00 StartSizeRate = 0.00 0.00 SizeRate = 0.50 1.50 - SizeRateDamping = 0.99 0.95 + SizeRateDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 1 Alpha2 = 0.25 0.25 5 Alpha3 = 0.00 0.00 40 @@ -57031,14 +57031,14 @@ ParticleSystem ScudStormBuildingGooUpgrade AngleZ = -7.00 7.00 AngularRateZ = -0.10 0.10 AngularDamping = 0.95 0.99 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.10 Lifetime = 40.00 40.00 SystemLifetime = 0 Size = 1.00 2.00 StartSizeRate = 0.00 0.00 SizeRate = 0.50 1.50 - SizeRateDamping = 0.99 0.95 + SizeRateDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 1 Alpha2 = 0.25 0.25 5 Alpha3 = 0.00 0.00 40 @@ -57087,14 +57087,14 @@ ParticleSystem Chem_ScudStormBuildingGooGamma AngleZ = -7.00 7.00 AngularRateZ = -0.10 0.10 AngularDamping = 0.95 0.99 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.10 Lifetime = 40.00 40.00 SystemLifetime = 0 Size = 1.00 2.00 StartSizeRate = 0.00 0.00 SizeRate = 0.50 1.50 - SizeRateDamping = 0.99 0.95 + SizeRateDamping = 0.95 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 1 Alpha2 = 0.25 0.25 5 Alpha3 = 0.00 0.00 40 @@ -57429,7 +57429,7 @@ ParticleSystem airCarrierJetEngine02Smoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 60.00 60.00 SystemLifetime = 0 @@ -57659,7 +57659,7 @@ ParticleSystem JetExplosionSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 60.00 60.00 SystemLifetime = 40 @@ -57719,10 +57719,10 @@ ParticleSystem ToxinPuddleLarge ; referenced, but unused Gravity = 0.00 Lifetime = 100.00 100.00 SystemLifetime = 1 - Size = 50.00 5.00 ; Patch104p @tweak from 5.00 5.00 to match AnthraxPuddleLarge + Size = 5.0 50.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. StartSizeRate = 0.00 0.00 SizeRate = 3.00 3.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 100 Alpha3 = 0.00 0.00 0 @@ -57739,7 +57739,7 @@ ParticleSystem ToxinPuddleLarge ; referenced, but unused Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 ; Patch104p @tweak from 0.00 0.00 to allow full color to show + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 15.00 15.00 ; Patch104p @tweak from 1.00 1.00 to match AnthraxPuddleLarge and AnthraxGammaPuddleLarge BurstCount = 5.00 5.00 InitialDelay = 0.00 0.00 @@ -57920,7 +57920,7 @@ ParticleSystem RocketBuggyDirtSpray InitialDelay = 0.00 0.00 DriftVelocity = X:0.00 Y:0.00 Z:0.00 VelocityType = ORTHO - VelOrthoX = -0.50 -1.00 + VelOrthoX = -1.0 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOrthoY = -0.20 0.20 VelOrthoZ = 1.00 1.00 VolumeType = LINE @@ -58807,7 +58807,7 @@ ParticleSystem BioExplosion Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -58863,7 +58863,7 @@ ParticleSystem BombTruckBioExplosion Size = 10.00 15.00 ; Patch104p @tweak from 3.00 8.00 to distinguish explosion effect from smaller damage explosion StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -59032,7 +59032,7 @@ ParticleSystem JetBurning SystemLifetime = 0 Size = 20.00 20.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -0.90 + SizeRate = -0.9 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.80 0.95 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -59051,7 +59051,7 @@ ParticleSystem JetBurning Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 ColorScale = 0.00 0.00 - BurstDelay = 1.00 0.00 + BurstDelay = 0.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstCount = 1.00 3.00 InitialDelay = 0.00 0.00 DriftVelocity = X:0.00 Y:0.00 Z:0.01 @@ -59204,7 +59204,7 @@ ParticleSystem ScudMissleLauncherToxinExplosion Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -59309,7 +59309,7 @@ ParticleSystem Demo_BombTruckHEExplosionTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 50.00 50.00 SystemLifetime = 0 @@ -60039,7 +60039,7 @@ ParticleSystem StructureTransitionTinyExplosion AngleZ = 0.00 7.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.96 0.98 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.00 Lifetime = 100.00 100.00 SystemLifetime = 1 @@ -60120,7 +60120,7 @@ ParticleSystem CINE_U05_RocketBuggyDust Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 0.00 -1.00 + ColorScale = -1.0 0.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 2.00 5.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -60153,7 +60153,7 @@ ParticleSystem GC_Chem_ScudMissleLauncherGammaExplosionArms AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.99 0.99 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 1.00 PerParticleAttachedSystem = BombTruckAnthraxGammaExplosion Lifetime = 10.00 10.00 @@ -60212,7 +60212,7 @@ ParticleSystem SparksLarge AngleZ = -5.00 5.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.00 0.00 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = -0.50 Lifetime = 10.00 10.00 SystemLifetime = 0 @@ -60236,7 +60236,7 @@ ParticleSystem SparksLarge Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 0.00 -3.00 + ColorScale = -3.0 0.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 0.00 30.00 BurstCount = 1.00 12.00 InitialDelay = 0.00 0.00 @@ -60324,7 +60324,7 @@ ParticleSystem ToxicExplosionLargeSmokeUpgraded ; Alias AnthraxExplosionLargeSmo AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 120.00 120.00 SystemLifetime = 30 @@ -60732,7 +60732,7 @@ ParticleSystem spectreDeathExplosion Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -60958,7 +60958,7 @@ ParticleSystem InfantryMortarDebris Size = 0.25 0.25 StartSizeRate = 0.00 0.00 SizeRate = 0.70 1.00 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 50 Alpha3 = 0.00 0.00 0 @@ -61462,7 +61462,7 @@ ParticleSystem airCarrierDeckFireBig SystemLifetime = 480 Size = 20.00 30.00 StartSizeRate = 0.00 0.00 - SizeRate = -0.50 -0.85 + SizeRate = -0.85 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. SizeRateDamping = 0.99 0.99 Alpha1 = 0.00 0.00 0 Alpha2 = 0.00 0.00 0 @@ -61739,14 +61739,14 @@ ParticleSystem SentryDroneTrackDebrisDirtRight AngleZ = 0.00 0.00 AngularRateZ = -0.10 0.10 AngularDamping = 0.95 0.95 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.02 Lifetime = 30.00 30.00 SystemLifetime = 0 Size = 1.00 1.00 StartSizeRate = 0.00 0.00 SizeRate = 1.50 3.00 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 30 Alpha3 = 0.00 0.00 0 @@ -61910,7 +61910,7 @@ ParticleSystem Demo_BombTruckDefaultExplosionArms AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.99 0.99 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 1.00 PerParticleAttachedSystem = Demo_BombTruckDefaultExplosion Lifetime = 10.00 10.00 @@ -62195,14 +62195,14 @@ ParticleSystem CropDusterDirtLeft AngleZ = 0.00 0.00 AngularRateZ = -0.10 0.10 AngularDamping = 0.95 0.95 - VelocityDamping = 0.95 0.90 + VelocityDamping = 0.9 0.95 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.02 Lifetime = 30.00 30.00 SystemLifetime = 0 Size = 1.00 1.00 StartSizeRate = 0.00 0.00 SizeRate = 1.50 3.00 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 30 Alpha3 = 0.00 0.00 0 @@ -62277,7 +62277,7 @@ ParticleSystem CINE_CombatBikeDust Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 0.00 -1.00 + ColorScale = -1.0 0.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 2.00 5.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -62560,7 +62560,7 @@ ParticleSystem RadiationFieldLarge Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 10.00 10.00 BurstCount = 1.00 3.00 InitialDelay = 0.00 0.00 @@ -62679,7 +62679,7 @@ ParticleSystem StructureToppleCrushingTopExplosion InitialDelay = 0.00 0.00 DriftVelocity = X:0.00 Y:0.00 Z:0.00 VelocityType = SPHERICAL - VelSpherical = 30.00 25.00 + VelSpherical = 25.0 30.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VolumeType = CYLINDER VolCylinderRadius = 5.00 VolCylinderLength = 5.00 @@ -62706,7 +62706,7 @@ ParticleSystem BioExplosionArms AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.99 0.99 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 1.00 PerParticleAttachedSystem = BioExplosion Lifetime = 10.00 10.00 @@ -62765,7 +62765,7 @@ ParticleSystem BombTruckBioExplosionArms AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.99 0.99 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 1.00 PerParticleAttachedSystem = BombTruckBioExplosion Lifetime = 10.00 10.00 @@ -62962,7 +62962,7 @@ ParticleSystem ScudMissleContamination Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 4.00 4.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -63190,7 +63190,7 @@ ParticleSystem NeutronDust Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 0.25 -0.25 + ColorScale = -0.25 0.25 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 1.00 1.00 BurstCount = 50.00 50.00 InitialDelay = 0.00 0.00 @@ -63639,7 +63639,7 @@ ParticleSystem ScudMissleLauncherExplosion Size = 3.00 8.00 StartSizeRate = 0.00 0.00 SizeRate = 3.00 6.00 - SizeRateDamping = 0.90 0.85 + SizeRateDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 1.00 1.00 0 Alpha2 = 0.00 0.00 0 Alpha3 = 0.00 0.00 0 @@ -63859,7 +63859,7 @@ ParticleSystem BombTruckHEAnthraxExplosionTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 50.00 50.00 SystemLifetime = 0 @@ -64166,7 +64166,7 @@ ParticleSystem AnthraxFieldSmall Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 1.00 1.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -64207,7 +64207,7 @@ ParticleSystem FireStormSmoke Size = 12.00 18.00 StartSizeRate = 0.00 0.00 SizeRate = 1.00 1.50 - SizeRateDamping = 0.98 0.95 + SizeRateDamping = 0.95 0.98 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.05 0.05 0 Alpha2 = 0.05 0.05 15 Alpha3 = 0.15 0.15 30 @@ -64565,7 +64565,7 @@ ParticleSystem PoisonFieldSmall ; Alias ToxinFieldSmall Color6 = R:0 G:0 B:0 0 Color7 = R:0 G:0 B:0 0 Color8 = R:0 G:0 B:0 0 - ColorScale = 1.00 -1.00 + ColorScale = -1.0 1.0 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. BurstDelay = 1.00 1.00 BurstCount = 1.00 1.00 InitialDelay = 0.00 0.00 @@ -64600,7 +64600,7 @@ ParticleSystem DefaultExplosionArms AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.99 0.99 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 1.00 PerParticleAttachedSystem = DefaultExplosion Lifetime = 10.00 10.00 @@ -64659,7 +64659,7 @@ ParticleSystem BombTruckDefaultExplosionArms AngleZ = 0.00 0.00 AngularRateZ = 0.00 0.00 AngularDamping = 0.99 0.99 - VelocityDamping = 0.90 0.85 + VelocityDamping = 0.85 0.9 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 1.00 PerParticleAttachedSystem = BombTruckDefaultExplosion Lifetime = 10.00 10.00 @@ -64748,7 +64748,7 @@ ParticleSystem CINE_U05_RocketBuggyDirtSpray InitialDelay = 0.00 0.00 DriftVelocity = X:0.00 Y:0.00 Z:0.00 VelocityType = ORTHO - VelOrthoX = -0.50 -1.00 + VelOrthoX = -1.0 -0.5 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. VelOrthoY = -0.20 0.20 VelOrthoZ = 1.00 1.00 VolumeType = LINE @@ -64783,7 +64783,7 @@ ParticleSystem BuildingDust Size = 15.00 17.00 StartSizeRate = 0.00 0.00 SizeRate = 5.00 10.00 - SizeRateDamping = 0.70 0.68 + SizeRateDamping = 0.68 0.7 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Alpha1 = 0.00 0.00 0 Alpha2 = 0.30 0.50 15 Alpha3 = 0.00 0.00 140 @@ -65241,7 +65241,7 @@ ParticleSystem Chem_HighExplosiveGammaSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -65297,7 +65297,7 @@ ParticleSystem Chem_BombTruckHEGammaSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 80.00 80.00 SystemLifetime = 30 @@ -65637,7 +65637,7 @@ ParticleSystem Chem_BombTruckHEGammaExplosionTrailSmoke AngleZ = 0.00 0.25 AngularRateZ = -0.01 0.01 AngularDamping = 0.99 0.99 - VelocityDamping = 0.99 0.98 + VelocityDamping = 0.98 0.99 ; Patch104p @bugfix ubay 22/03/2026 Swaps incorrect low and high values. Gravity = 0.01 Lifetime = 50.00 50.00 SystemLifetime = 0