| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?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:fxcasings.w3x" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate Drawable="FXCASINGS" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="W3D_ALPHA" SortLevel="1" SystemLifetime="1" Type="DRAWABLE" id="AlliedTankShell">
- <Lifetime High="50" Low="50"/>
- <Size High="1" Low="1"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="50"/>
- <Alpha Frame="3" High="1" Low="1" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.090196" g="0.090196" r="0.090196"/>
- </Color>
- <Color Frame="2" RelativeAge="50">
- <Color b="0.172549" g="0.172549" r="0.172549"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0.172549" g="0.172549" r="0.172549"/>
- </Color>
- </Colors>
- <Physics>
- <Default Gravity="-0.2">
- <VelocityDamping High="1" Low="1"/>
- </Default>
- </Physics>
- <Draw>
- <RenderObject>
- <ObjectSet/>
- <ObjectSet/>
- <ObjectSet/>
- </RenderObject>
- </Draw>
- <Volume>
- <Cylinder>
- <Offset x="8" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="-2" Low="-2.5"/>
- <y High="0" Low="0"/>
- <z High="2.5" Low="2"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <RenderObject Rotation="ROTATE_IN_WORLD_SPACE">
- <AngleY High="30" Low="-30"/>
- <AngularRateY High="0.1" Low="0.1"/>
- <AngularDamping High="1" Low="1"/>
- <StartSize>
- <x High="1" Low="1"/>
- <y High="1" Low="1"/>
- <z High="1" Low="1"/>
- </StartSize>
- <SizeRate>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="0" Low="0"/>
- </SizeRate>
- <SizeDamping>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="0" Low="0"/>
- </SizeDamping>
- </RenderObject>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|