- pregame/pregameanimatedbackground/gamepad/morrowindbackground.lua:173 --
self.sparksParticleSystem:SetParticleParameter("DurationS", ZO_UniformRangeGenerator:New(minDurationS, maxDurationS))
- pregame/pregameanimatedbackground/gamepad/morrowindbackground.lua:190 --
self.sparksParticleSystem:SetParticleParameter("BentArcElevationStartRadians", ZO_UniformRangeGenerator:New(angleRadians - spreadRadians, angleRadians + spreadRadians))
- pregame/pregameanimatedbackground/gamepad/morrowindbackground.lua:194 --
self.sparksParticleSystem:SetParticleParameter("BentArcElevationChangeRadians", ZO_UniformRangeGenerator:New(minBendRadians, maxBendRadians))
- pregame/pregameanimatedbackground/gamepad/morrowindbackground.lua:208 --
self.sparksParticleSystem:SetParticleParameter("Size", sparksSize)
- pregame/pregameanimatedbackground/gamepad/morrowindbackground.lua:212 --
self.sparksParticleSystem:SetParticleParameter("BentArcVelocity", ZO_UniformRangeGenerator:New(minSparksVelocity, maxSparksVelocity))
- pregame/pregameanimatedbackground/gamepad/morrowindbackground.lua:219 --
self.sparksParticleSystem:SetParticleParameter("StartOffsetX", "StartOffsetY", offsetGenerator)