BaseCryoSatelliteEffect.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xai="uri:ea.com:eala:asset:instance">
  3. <Tags></Tags>
  4. <Includes>
  5. <Include type="all" source="ART:FXCryoSatelliteBeamLvl1.w3x" />
  6. <Include type="all" source="ART:FXCryoSatelliteBeamLvl2.w3x" />
  7. <Include type="all" source="ART:FXCryoSatelliteBeamLvl3.w3x" />
  8. </Includes>
  9. <GameObject
  10. id="BaseCryoSatelliteEffect"
  11. TransportSlotCount="0"
  12. IsTrainable="false"
  13. Side="Allies"
  14. EditorSorting="SYSTEM"
  15. KindOf="UNATTACKABLE NOT_AUTOACQUIRABLE INERT INERT_SHROUD_REVEALER SKIRMISH_AI_ATTEMPT_TO_DODGE">
  16. <DisplayName>BaseCryoSatelliteEffect</DisplayName>
  17. <ArmorSet
  18. Armor="NoArmor" />
  19. <SkirmishAIInformation
  20. DodgeSafetyDistance="300.0">
  21. <DodgeWithUnits Rule="ALL"
  22. StatusBitFlagsExclude="AIRBORNE_TARGET">
  23. </DodgeWithUnits>
  24. </SkirmishAIInformation>
  25. <Behaviors>
  26. <LifetimeUpdate
  27. id="ModuleTag_LifetimeUpdate"
  28. MinLifetime="5.0s"
  29. MaxLifetime="5.0s" />
  30. <FXListBehavior
  31. id="ModuleTag_FXList">
  32. <DieMuxData
  33. DeathTypes="ALL" />
  34. <Event
  35. Index="onCreate"
  36. FX="" />
  37. </FXListBehavior>
  38. <DestroyDie
  39. id="ModuleTag_Die">
  40. <DieMuxData
  41. DeathTypes="ALL" />
  42. </DestroyDie>
  43. </Behaviors>
  44. <Body>
  45. <PropBody
  46. id="ModuleTag_Body"/>
  47. </Body>
  48. <Geometry
  49. IsSmall="true">
  50. <Shape
  51. Type="CYLINDER"
  52. MajorRadius="50.0"
  53. Height="300.0"></Shape>
  54. </Geometry>
  55. <EvaEventArray>
  56. <EvaEntry EvaEvent="UnitConstructionStarted" EvaType="productionStarted" />
  57. <EvaEntry EvaEvent="NewConstructionOptions" EvaType="availableForProduction" />
  58. </EvaEventArray>
  59. <ShadowInfo
  60. Type="NONE" />
  61. <CrusherInfo
  62. id="id_CrusherInfo"
  63. CrushableLevel="0" />
  64. </GameObject>
  65. </AssetDeclaration>