| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?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="BaseCollapsingObject"
- Side="Neutral"
- EditorSorting="MISC_MAN_MADE"
- TransportSlotCount="0"
- CommandSet="EmptyCommandSet"
- KindOf="NO_COLLIDE UNATTACKABLE NOT_AUTOACQUIRABLE CLEARED_BY_BUILD DEBRIS"
- RadarPriority="NOT_ON_RADAR">
- <DisplayName>Collapsing 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"
- DeathTypesForbidden="TOPPLED"/>
- </SlowDeath>
- <!-- TOPPLED flag is set when we are built on. -->
- <SlowDeath
- id="ModuleTag_SlowDeath"
- SinkRate="4.0"
- DestructionDelay="8s">
- <DieMuxData
- DeathTypes="TOPPLED" />
- </SlowDeath>
- </Behaviors>
- <Body>
- <PropBody
- id="ModuleTag_Body" />
- </Body>
- <Geometry>
- <!-- shape for detecting if we've been built on -->
- <Shape
- Type="SPHERE"
- MajorRadius="20.0"
- Height="20.0"/>
- </Geometry>
- <VisionInfo
- VisionRange="0"
- ShroudClearingRange="0" />
- </GameObject>
- </AssetDeclaration>
|