| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?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:fxchronosphere.w3x" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate Drawable="FXChronoSphere" PerParticleAttachedSystem="" Priority="HIGH_OR_ABOVE" Shader="W3D_ALPHA" SystemLifetime="1" Type="DRAWABLE" id="ChronoSphere">
- <Lifetime High="25" Low="25"/>
- <BurstCount High="2" Low="2"/>
- <Alphas>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="9"/>
- <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.023529" g="0" r="0.92549"/>
- </Color>
- <Color Frame="2" RelativeAge="50">
- <Color b="1" g="0.984314" r="0.992157"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="1" Low="1"/>
- </Default>
- </Physics>
- <Draw>
- <RenderObject>
- <ObjectSet/>
- <ObjectSet/>
- <ObjectSet/>
- </RenderObject>
- </Draw>
- <Volume>
- <Cylinder>
- <Offset x="0" y="0" z="15"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="0" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <RenderObject Rotation="ROTATE_IN_WORLD_SPACE">
- <AngleX High="0.1" Low="-0.1"/>
- <AngleY High="0.1" Low="-0.1"/>
- <AngleZ High="7" Low="-7"/>
- <AngularDamping High="1" Low="1"/>
- <StartSize>
- <x High="2.5" Low="2.5"/>
- <y High="2.5" Low="2.5"/>
- <z High="2.5" Low="2.5"/>
- </StartSize>
- <SizeRate>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="0" Low="0"/>
- </SizeRate>
- <SizeDamping>
- <x High="1" Low="1"/>
- <y High="1" Low="1"/>
- <z High="1" Low="1"/>
- </SizeDamping>
- </RenderObject>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|