| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?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="BaseTree"
- Side="Neutral"
- KindOf="=$BASE_TREE_KINDOF"
- CommandSet="EmptyCommandSet"
- EditorSorting="MISC_MAN_MADE"
- EditorName="BaseTree"
- RadarPriority="NOT_ON_RADAR">
- <DisplayName>BaseTree</DisplayName>
- <ArmorSet
- Armor="NoArmor" />
- <Draws>
- </Draws>
- <Behaviors>
- <ToppleUpdate
- id="ModuleTag_Topple"
- ToppleFX="FX_TreeCrush"
- KillWhenToppled="true">
- </ToppleUpdate>
- <SlowDeath
- id="ModuleTag_Death"
- SinkDelay="2s"
- SinkRate="3"
- DestructionDelay="4s">
- <DieMuxData
- DeathTypes="ALL" />
- </SlowDeath>
- </Behaviors>
- <Body>
- <PropBody
- id="ModuleTag_PropBody" />
- </Body>
- <Geometry
- IsSmall="false">
- <Shape
- Type= "BOX"
- MajorRadius = "4.03825"
- MinorRadius = "3.44011"
- Height = "64.6956"
- ContactPointGeneration = "NONE" >
- <Offset
- x = "0.31424"
- y = "-0.0798798"
- z = "0.0" />
- </Shape>
- </Geometry>
- <CrusherInfo
- id="id_CrusherInfo"
- CrusherLevel="0"
- CrushableLevel="0" />
- </GameObject>
- </AssetDeclaration>
|