BaseRoadSegment.xml 594 B

123456789101112131415161718192021
  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/>
  4. <Includes/>
  5. <GameObject
  6. id="BaseRoadSegment"
  7. Side="Civilian"
  8. KindOf="NO_COLLIDE IMMOBILE UNATTACKABLE NOT_AUTOACQUIRABLE INERT WORLDBUILDER_SNAP_TO_GRID TERRAIN_LIKE_GROUND_OBJECT"
  9. CommandSet="EmptyCommandSet"
  10. RadarPriority="NOT_ON_RADAR">
  11. <DisplayName>Road</DisplayName>
  12. <ArmorSet
  13. Armor="NoArmor" />
  14. <Draws/>
  15. <Behaviors/>
  16. <Body>
  17. <PropBody
  18. id="ModuleTag_Body"/>
  19. </Body>
  20. </GameObject>
  21. </AssetDeclaration>