| 123456789101112131415161718192021222324252627282930313233343536 |
- <?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="BaseParachute"
- EditorName="BaseParachute"
- CommandSet="EmptyCommandSet"
- IsTrainable="false"
- KindOf="INERT UNATTACKABLE NOT_AUTOACQUIRABLE NO_COLLIDE">
- <DisplayName>BaseParachute</DisplayName>
- <ArmorSet
- Armor="NoArmor" />
- <Draws>
- </Draws>
- <Behaviors>
- <LifetimeUpdate
- id="ModuleTag_LifetimeUpdate"
- MinLifetime="3.6s"
- MaxLifetime="3.6s" />
- <DestroyDie
- id="ModuleTag_Death">
- <DieMuxData
- DeathTypes="ALL" />
- </DestroyDie>
- </Behaviors>
- <Body>
- <PropBody
- id="ModuleTag_Body" />
- </Body>
- <CrusherInfo
- id="id_CrusherInfo"
- CrusherLevel="0"
- CrushableLevel="0" />
- </GameObject>
- </AssetDeclaration>
|