This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -1269,6 +1269,7 @@ AddEffect = PEmitter
1269
1269
CopyOf = Ground Fire Burn Particle
1270
1270
ParticlesPerMinute = 900
1271
1271
LifeVariation = 0.25
1272
+ StopTimeMS = 3500
1272
1273
Spread = 1.5
1273
1274
MaxVelocity = 18
1274
1275
MinVelocity = -9
@@ -1279,16 +1280,42 @@ AddEffect = PEmitter
1279
1280
CopyOf = Flame Smoke 2
1280
1281
ParticlesPerMinute = 1200
1281
1282
LifeVariation = 0.75
1283
+ StopTimeMS = 3500
1282
1284
Spread = 1.5
1283
1285
MaxVelocity = 1
1286
+ MinVelocity = -0.5
1287
+ PushesEmitter = 0
1288
+ InheritsVel = 1
1289
+ AddEmission = Emission
1290
+ EmittedParticle = MOPixel
1291
+ CopyOf = Ground Fire Burn Particle
1292
+ ParticlesPerMinute = 500
1293
+ LifeVariation = 0.25
1294
+ StartTimeMS = 3500
1295
+ Spread = 1.5
1296
+ MaxVelocity = 14
1297
+ MinVelocity = -7
1298
+ PushesEmitter = 0
1299
+ InheritsVel = 1
1300
+ AddEmission = Emission
1301
+ EmittedParticle = MOSParticle
1302
+ CopyOf = Flame Smoke 2
1303
+ ParticlesPerMinute = 720
1304
+ LifeVariation = 0.75
1305
+ StartTimeMS = 3500
1306
+ Spread = 1.5
1307
+ MaxVelocity = 0.5
1284
1308
MinVelocity = 0
1285
1309
PushesEmitter = 0
1286
1310
InheritsVel = 1
1287
1311
EmissionAngle = Matrix
1288
1312
AngleDegrees = 90
1313
+ EmissionOffset = Vector
1314
+ X = 0
1315
+ Y = -1
1289
1316
EmissionEnabled = 1
1290
1317
EmissionsIgnoreThis = 0
1291
- BurstSize = 4
1318
+ BurstSize = 5
1292
1319
BurstScale = 2
1293
1320
BurstTriggered = 1
1294
1321
You can’t perform that action at this time.
0 commit comments