| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?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="BaseTopple"
- Side="Neutral"
- KindOf="=$BASE_TOPPLE_KINDOF"
- CommandSet="EmptyCommandSet"
- EditorSorting="MISC_MAN_MADE"
- EditorName="BaseTopple"
- RadarPriority="NOT_ON_RADAR">
- <DisplayName>BaseTopple</DisplayName>
- <ArmorSet
- Armor="NoArmor" />
- <Draws>
- </Draws>
- <Behaviors>
- <ToppleUpdate
- id="ModuleTag_Topple"
- ToppleFX="FX_WoodCrush"
- KillWhenToppled="true">
- </ToppleUpdate>
- <SlowDeath
- id="ModuleTag_Death"
- SinkDelay="2s"
- SinkRate="3"
- DestructionDelay="4s">
- <DieMuxData
- DeathTypes="ALL" />
- </SlowDeath>
- </Behaviors>
- <Body>
- <PropBody
- id="ModuleTag_PropBody" />
- </Body>
- <CrusherInfo
- id="id_CrusherInfo"
- CrusherLevel="0"
- CrushableLevel="0" />
- </GameObject>
- </AssetDeclaration>
|