| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="us-ascii"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Tags></Tags>
- <Includes>
- </Includes>
- <GameObject
- id="BaseDebris"
- Side="Neutral"
- EditorSorting="MISC_MAN_MADE"
- TransportSlotCount="0"
- CommandSet="EmptyCommandSet"
- KindOf="NO_COLLIDE INERT_SHROUD_REVEALER UNATTACKABLE NOT_AUTOACQUIRABLE INERT"
- RadarPriority="NOT_ON_RADAR">
- <DisplayName>Debris</DisplayName>
- <ArmorSet
- Armor="NoArmor" />
- <Draws>
- </Draws>
- <Behaviors>
- <Physics
- id="ModuleTag_Physics"
- TumbleRandomly="true"
- BounceCount="3" />
- <LifetimeUpdate
- id="ModuleTag_LifeTime"
- MinLifetime="1s"
- MaxLifetime="1s" />
- <SlowDeath
- id="ModuleTag_Death"
- SinkDelay="2s"
- SinkRate=".5"
- DestructionDelay="4s">
- <DieMuxData
- DeathTypes="ALL" />
- </SlowDeath>
- </Behaviors>
- <Body>
- <ActiveBody
- id="ModuleTag_Body"
- MaxHealth="100.0" />
- </Body>
- <Geometry IsSmall="true" >
- <Shape Type="BOX"
- MajorRadius="10.0"
- MinorRadius="10.0"
- Height="10.0"/>
- </Geometry>
- <VisionInfo
- VisionRange="1"
- ShroudClearingRange="1" />
- </GameObject>
- </AssetDeclaration>
|