| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?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:fxlenzflare01.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXLenzFlare01" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" id="PropStreetLight">
- <Lifetime High="15" Low="15"/>
- <Size High="10" Low="10"/>
- <BurstDelay High="10" Low="10"/>
- <BurstCount High="1" Low="1"/>
- <Colors>
- <Color Frame="2" RelativeAge="30.000002">
- <Color b="0" g="1" r="0"/>
- </Color>
- <Color Frame="3" RelativeAge="50">
- <Color b="0" g="1" r="0"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="0" g="1" r="0"/>
- </Color>
- <ColorScale High="5" Low="2"/>
- </Colors>
- <Physics>
- <Default ParticlesAttachToBone="true">
- <VelocityDamping High="1" Low="1"/>
- </Default>
- </Physics>
- <Draw>
- <LightSource/>
- </Draw>
- <Volume>
- <Cylinder Length="5" Radius="30">
- <Offset x="0" y="0" z="15"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Outward>
- <Speed High="0" Low="0"/>
- <OtherSpeed High="0" Low="0"/>
- </Outward>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="1" Low="1"/>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="3" Low="-3"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|