| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?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>
- <Include type="all" source="DATA:GlobalData/GlobalDefines.xml" />
- </Includes>
- <GameObject
- id="BaseCrushableObstacle"
- Side="Neutral"
- KindOf="=$BASE_CRUSHABLE_OBSTACLE_CLEAR_BY_BUILD_KINDOF"
- CommandSet="EmptyCommandSet"
- EditorSorting="MISC_MAN_MADE"
- EditorName="BaseCrushableObstacle"
- RadarPriority="NOT_ON_RADAR">
- <DisplayName>Prop</DisplayName>
- <ArmorSet
- Armor="NoArmor" />
- <Draws>
- </Draws>
- <Behaviors>
- <SquishCollide
- id ="ModuleTag_SquishCollide"
- UseVehicleStyleCrush="true"/>
- <SlowDeath
- id="ModuleTag_Death"
- SinkDelay="0s"
- SinkRate="6"
- DestructionDelay="4s">
- <DieMuxData
- DeathTypes="ALL" />
- </SlowDeath>
- <FXListBehavior
- id="ModuleTag_FXList">
- <DieMuxData
- DeathTypes="ALL" />
- <Event
- Index="onDeath"
- FX="FX_RockCrush" />
- </FXListBehavior>
- </Behaviors>
- <Body>
- <PropBody
- id="ModuleTag_PropBody" />
- </Body>
- <CrusherInfo
- id="id_CrusherInfo"
- CrusherLevel="0"
- CrushableLevel="0" />
- </GameObject>
- </AssetDeclaration>
|