| 12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="us-ascii"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Tags></Tags>
- <Includes>
- </Includes>
- <GameObject
- id="BaseRockBig"
- Side="Civilian"
- KindOf="NO_COLLIDE STRUCTURE IMMOBILE UNATTACKABLE NOT_AUTOACQUIRABLE CAN_SEE_THROUGH_STRUCTURE INERT INERT_SHROUD_REVEALER"
- CommandSet="EmptyCommandSet"
- RadarPriority="NOT_ON_RADAR">
- <DisplayName>Rock</DisplayName>
- <ArmorSet
- Armor="NoArmor"
- />
- <Draws>
- </Draws>
- <Behaviors>
- </Behaviors>
- <Body>
- <PropBody
- id="ModuleTag_PropBody" />
- </Body>
- <VisionInfo
- VisionRange="1"
- ShroudClearingRange="1" />
- </GameObject>
- </AssetDeclaration>
|