BaseRockBig.xml 712 B

12345678910111213141516171819202122232425262728
  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. </Includes>
  6. <GameObject
  7. id="BaseRockBig"
  8. Side="Civilian"
  9. KindOf="NO_COLLIDE STRUCTURE IMMOBILE UNATTACKABLE NOT_AUTOACQUIRABLE CAN_SEE_THROUGH_STRUCTURE INERT INERT_SHROUD_REVEALER"
  10. CommandSet="EmptyCommandSet"
  11. RadarPriority="NOT_ON_RADAR">
  12. <DisplayName>Rock</DisplayName>
  13. <ArmorSet
  14. Armor="NoArmor"
  15. />
  16. <Draws>
  17. </Draws>
  18. <Behaviors>
  19. </Behaviors>
  20. <Body>
  21. <PropBody
  22. id="ModuleTag_PropBody" />
  23. </Body>
  24. <VisionInfo
  25. VisionRange="1"
  26. ShroudClearingRange="1" />
  27. </GameObject>
  28. </AssetDeclaration>