| 1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="UTF-8"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xai="uri:ea.com:eala:asset:instance">
- <Tags></Tags>
- <Includes>
- <Include
- type="instance"
- source="BaseCivilianStructure.xml" />
- </Includes>
- <GameObject
- id="BaseCivilianStructureSmall"
- inheritFrom="BaseCivilianStructure">
- <Behaviors>
- <ContestableGarrisonContain
- id="ModuleTag_Garrison"
- ContainMax="=$CIV_CONTAIN_SMALL" />
-
- </Behaviors>
- <Body>
- <ActiveBody
- id="ModuleTag_Body"
- MaxHealth="=$CIV_HEALTH_SMALL" />
- </Body>
- </GameObject>
- </AssetDeclaration>
|