- common/fx/fxcommon.lua:67 --
self:SetParticleParameter("Texture", "EsoUI/Art/PregameAnimatedBackground/ember.dds")
- common/fx/fxcommon.lua:68 --
self:SetParticleParameter("BlendMode", TEX_BLEND_MODE_ADD)
- common/fx/fxcommon.lua:69 --
self:SetParticleParameter("StartAlpha", 1)
- common/fx/fxcommon.lua:70 --
self:SetParticleParameter("EndAlpha", 0)
- common/fx/fxcommon.lua:71 --
self:SetParticleParameter("DurationS", ZO_UniformRangeGenerator:New(0.7, 1))
- common/fx/fxcommon.lua:72 --
self:SetParticleParameter("PhysicsInitialVelocityElevationRadians", ZO_UniformRangeGenerator:New(0, ZO_TWO_PI))
- common/fx/fxcommon.lua:73 --
self:SetParticleParameter("PhysicsAccelerationElevationRadians1", math.rad(270))
- common/fx/fxcommon.lua:74 --
self:SetParticleParameter("PhysicsAccelerationMagnitude1", 250)
- common/fx/fxcommon.lua:76 --
self:SetParticleParameter("StartColorR", particleR)
- common/fx/fxcommon.lua:77 --
self:SetParticleParameter("StartColorG", particleG)
- common/fx/fxcommon.lua:78 --
self:SetParticleParameter("StartColorB", particleB)
- common/fx/fxcommon.lua:79 --
self:SetParticleParameter("PhysicsInitialVelocityMagnitude", ZO_UniformRangeGenerator:New(400, 600))
- common/fx/fxcommon.lua:80 --
self:SetParticleParameter("Size", ZO_UniformRangeGenerator:New(6, 12))
- common/fx/fxcommon.lua:81 --
self:SetParticleParameter("PhysicsDragMultiplier", 4)