BaseTopple.xml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="us-ascii"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Tags></Tags>
  4. <Includes>
  5. <Include type="all" source="DATA:GlobalData/GlobalDefines.xml" />
  6. </Includes>
  7. <GameObject
  8. id="BaseTopple"
  9. Side="Neutral"
  10. KindOf="=$BASE_TOPPLE_KINDOF"
  11. CommandSet="EmptyCommandSet"
  12. EditorSorting="MISC_MAN_MADE"
  13. EditorName="BaseTopple"
  14. RadarPriority="NOT_ON_RADAR">
  15. <DisplayName>BaseTopple</DisplayName>
  16. <ArmorSet
  17. Armor="NoArmor" />
  18. <Draws>
  19. </Draws>
  20. <Behaviors>
  21. <ToppleUpdate
  22. id="ModuleTag_Topple"
  23. ToppleFX="FX_WoodCrush"
  24. KillWhenToppled="true">
  25. </ToppleUpdate>
  26. <SlowDeath
  27. id="ModuleTag_Death"
  28. SinkDelay="2s"
  29. SinkRate="3"
  30. DestructionDelay="4s">
  31. <DieMuxData
  32. DeathTypes="ALL" />
  33. </SlowDeath>
  34. </Behaviors>
  35. <Body>
  36. <PropBody
  37. id="ModuleTag_PropBody" />
  38. </Body>
  39. <CrusherInfo
  40. id="id_CrusherInfo"
  41. CrusherLevel="0"
  42. CrushableLevel="0" />
  43. </GameObject>
  44. </AssetDeclaration>