| 123456789101112131415161718192021222324252627 |
- <?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="BaseCivilianStructureLarge"
- inheritFrom="BaseCivilianStructure">
- <Behaviors>
- <ContestableGarrisonContain
- id="ModuleTag_Garrison"
- ContainMax="=$CIV_CONTAIN_LARGE" />
-
- </Behaviors>
- <Body>
- <ActiveBody
- id="ModuleTag_Body"
- MaxHealth="=$CIV_HEALTH_LARGE" />
- </Body>
- </GameObject>
- </AssetDeclaration>
|