| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?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="BaseExplodingObject"
- Side="Neutral"
- EditorSorting="MISC_MAN_MADE"
- CommandSet="EmptyCommandSet"
- IsTrainable="false"
- KindOf="NO_COLLIDE UNATTACKABLE NOT_AUTOACQUIRABLE INERT SIMPLE_OBJECT_PROP INERT_SHROUD_REVEALER DEBRIS"
- RadarPriority="NOT_ON_RADAR">
- <DisplayName>Exploding Object</DisplayName>
- <ArmorSet
- Armor="NoArmor" />
- <Draws>
- <DynamicsDraw
- id="ModuleTag_Draw" />
- </Draws>
- <Behaviors>
- <LifetimeUpdate
- id="ModuleTag_LifeTime"
- MinLifetime="10s"
- MaxLifetime="30s" />
- <SlowDeath
- id="ModuleTag_Death"
- SinkDelay="0s"
- SinkRate="1.0"
- DestructionDelay="10s">
- <DieMuxData
- DeathTypes="ALL" />
- </SlowDeath>
- </Behaviors>
- <Body>
- <PropBody
- id="ModuleTag_PropBody" />
- </Body>
- <VisionInfo
- VisionRange="0"
- ShroudClearingRange="0" />
- </GameObject>
- </AssetDeclaration>
|