| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="UTF-8"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Includes>
- <Include source="art:fxlightningmj02.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXLightningMJ02" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" Shader="ADDITIVE_ALPHA_TEST" SortLevel="2" SystemLifetime="1" Type="STREAK" id="TeslaFireLightning02">
- <Lifetime High="5" Low="5"/>
- <Size High="10" Low="5"/>
- <BurstCount High="15" Low="15"/>
- <InitialDelay High="15" Low="0"/>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="50">
- <Color b="0.752941" g="0.494118" r="0.427451"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- <ColorScale High="20" Low="10"/>
- </Colors>
- <Physics/>
- <Draw>
- <Lightning>
- <StartPoint x="200" y="300" z="220"/>
- <EndPoint x="300" y="300" z="220"/>
- <RandomSet>
- <StartAmplitude High="75" Low="15"/>
- <EndAmplitudeChange High="1" Low="-1"/>
- <StartFrequency High="5" Low="1"/>
- <EndFrequencyChange High="0.1" Low="-0.1"/>
- <StartPhase High="10" Low="5"/>
- <EndPhaseChange High="0.05" Low="0"/>
- </RandomSet>
- <RandomSet>
- <StartAmplitude High="5" Low="1"/>
- <StartFrequency High="10" Low="5"/>
- <EndFrequencyChange High="1" Low="-1"/>
- <StartPhase High="10" Low="5"/>
- <EndPhaseChange High="0.05" Low="0"/>
- </RandomSet>
- </Lightning>
- </Draw>
- <Volume>
- <Lightning/>
- </Volume>
- <Velocity/>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="0.1" Low="0"/>
- <SizeRateDamping High="0.99" Low="0.99"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|