| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="us-ascii"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Tags/>
- <Includes/>
- <GameObject
- id="BaseParachuteFade"
- EditorName="BaseParachuteFade"
- CommandSet="EmptyCommandSet"
- IsTrainable="false"
- KindOf="INERT UNATTACKABLE NOT_AUTOACQUIRABLE NO_COLLIDE NO_SHADOW">
- <DisplayName>BaseParachuteFade</DisplayName>
- <ArmorSet
- Armor="NoArmor" />
- <Draws>
- </Draws>
- <Behaviors>
- <LifetimeUpdate
- id="ModuleTag_LifetimeUpdate"
- MinLifetime="0.1s"
- MaxLifetime="0.1s" />
- <SlowDeath
- id="ModuleTag_Death"
- DestructionDelay="3.5s"
- Fade="true"
- FadeTime="1.0s"
- FadeDelay="0.1s">
- <DieMuxData
- DeathTypes="ALL" />
- </SlowDeath>
- </Behaviors>
- <Body>
- <PropBody
- id="ModuleTag_Body" />
- </Body>
- <CrusherInfo
- id="id_CrusherInfo"
- CrusherLevel="0"
- CrushableLevel="0" />
- </GameObject>
- </AssetDeclaration>
|