| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?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:fxalliedprotoncolliderhitcore.w3x" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate Drawable="FXAlliedProtonColliderHitCore" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" Shader="W3D_ALPHA" SortLevel="1" SystemLifetime="6" Type="DRAWABLE" id="FXAlliedProtonColliderHitCore">
- <Lifetime High="30" Low="15"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="1" High="0.5" Low="0.5" RelativeAge="0"/>
- <Alpha Frame="2" High="0.15" Low="0.15" RelativeAge="9"/>
- <Alpha Frame="3" High="0.02" Low="0.02" RelativeAge="50"/>
- <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Physics>
- <Default>
- <VelocityDamping High="0.8" Low="0.8"/>
- </Default>
- </Physics>
- <Draw>
- <RenderObject>
- <ObjectSet/>
- <ObjectSet/>
- <ObjectSet/>
- </RenderObject>
- </Draw>
- <Volume>
- <Cylinder>
- <Offset x="0" y="0" z="20"/>
- </Cylinder>
- </Volume>
- <Velocity/>
- <Event/>
- <Update>
- <RenderObject Rotation="ROTATE_IN_WORLD_SPACE">
- <AngleZ High="1" Low="-1"/>
- <AngularDamping High="0.95" Low="0.95"/>
- <StartSize>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="0" Low="0"/>
- </StartSize>
- <SizeRate>
- <x High="0.3" Low="0.3"/>
- <y High="0.3" Low="0.3"/>
- <z High="0.3" Low="0.3"/>
- </SizeRate>
- <SizeDamping>
- <x High="0.9" Low="0.8"/>
- <y High="0.9" Low="0.8"/>
- <z High="0.9" Low="0.8"/>
- </SizeDamping>
- </RenderObject>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|