- pregame/pregameanimatedbackground/gamepad/morrowindbackground.lua:174 --
self.sparksParticleSystem:SetParticleParameter("DurationS", ZO_UniformRangeGenerator:New(minDurationS, maxDurationS))
- pregame/pregameanimatedbackground/gamepad/morrowindbackground.lua:191 --
self.sparksParticleSystem:SetParticleParameter("BentArcElevationStartRadians", ZO_UniformRangeGenerator:New(angleRadians - spreadRadians, angleRadians + spreadRadians))
- pregame/pregameanimatedbackground/gamepad/morrowindbackground.lua:195 --
self.sparksParticleSystem:SetParticleParameter("BentArcElevationChangeRadians", ZO_UniformRangeGenerator:New(minBendRadians, maxBendRadians))
- pregame/pregameanimatedbackground/gamepad/morrowindbackground.lua:209 --
self.sparksParticleSystem:SetParticleParameter("Size", sparksSize)
- pregame/pregameanimatedbackground/gamepad/morrowindbackground.lua:213 --
self.sparksParticleSystem:SetParticleParameter("BentArcVelocity", ZO_UniformRangeGenerator:New(minSparksVelocity, maxSparksVelocity))
- pregame/pregameanimatedbackground/gamepad/morrowindbackground.lua:220 --
self.sparksParticleSystem:SetParticleParameter("StartOffsetX", "StartOffsetY", offsetGenerator)