NeutralRefineryPlacementHint.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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:xi="http://www.w3.org/2001/XInclude">
  3. <Tags></Tags>
  4. <Includes>
  5. <Include type="all" source="DATA:GlobalData/GlobalDefines.xml" />
  6. <Include type="all" source="ART:FXRefinery_Hint.w3x" />
  7. </Includes>
  8. <GameObject
  9. id="NeutralRefineryPlacementHint"
  10. Side="Neutral"
  11. EditorSorting="UNIT"
  12. CommandSet="EmptyCommandSet"
  13. IsTrainable="false"
  14. KindOf="NO_COLLIDE IGNORE_FOR_VICTORY UNATTACKABLE NOT_AUTOACQUIRABLE DO_NOT_CLASSIFY INERT"
  15. RadarPriority="UNIT"
  16. EditorName="NeutralRefineryPlacementHint">
  17. <Draws>
  18. <ScriptedModelDraw
  19. id="ModuleTag_Draw"
  20. OkToChangeModelColor="true">
  21. <ModelConditionState
  22. ParseCondStateType="PARSE_DEFAULT">
  23. <Model
  24. Name="FXRefinery_Hint" />
  25. </ModelConditionState>
  26. <AnimationState
  27. ParseCondStateType="PARSE_DEFAULT">
  28. <Animation
  29. AnimationName="FXRefinery_Hint"
  30. AnimationMode="LOOP" />
  31. </AnimationState>
  32. </ScriptedModelDraw>
  33. </Draws>
  34. <Body>
  35. <PropBody
  36. id="ModuleTag_Body" />
  37. </Body>
  38. <Geometry
  39. IsSmall="false">
  40. <Shape
  41. Type= "BOX"
  42. MajorRadius = "60.0"
  43. MinorRadius = "45.0"
  44. Height = "5.0" >
  45. <Offset
  46. x = "0.0"
  47. y = "0.0"
  48. z = "0.0" />
  49. </Shape>
  50. </Geometry>
  51. </GameObject>
  52. </AssetDeclaration>