| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" encoding="utf-8"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Tags/>
- <Includes>
- <Include
- type="instance"
- source="DATA:GlobalData/GlobalDefines.xml" />
- </Includes>
- <GameObject
- id="BaseSimulatedProp"
- KindOf="=$BASE_SIMULATED_PROP_KINDOF"
- Side="Civilian"
- IsTrainable="false"
- EditorName="BaseSimulatedProp"
- EditorSorting="MISC_MAN_MADE"
- Browser="MISC_MAN_MADE">
- <DisplayName>Prop</DisplayName>
- <ArmorSet
- Armor="NoArmor" />
- <Draws/>
- <Behaviors>
- <EnableDynamicsCollide
- id="ModuleTag_EnableDynamics"/>
- <!-- disappear when built on. -->
- <SlowDeath
- id="ModuleTag_SlowDeath"
- SinkDelay="0.0s"
- SinkRate="3.0"
- DestructionDelay="8s">
- <DieMuxData
- DeathTypes="TOPPLED" />
- </SlowDeath>
-
- </Behaviors>
-
- <Body>
- <PropBody
- id="DefaultBody"/>
- </Body>
- <CrusherInfo
- id="id_CrusherInfo"
- CrushableLevel="0" />
- </GameObject>
- </AssetDeclaration>
|