| 1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="UTF-8"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xai="uri:ea.com:eala:asset:instance">
- <Tags></Tags>
- <Includes>
- <Include
- type="instance"
- source="BaseStructure.xml" />
- </Includes>
- <GameObject
- id="BaseSovietStructure"
- inheritFrom="BaseStructure"
- KindOf="+ACTIVATE_AFTER_UNPACK +CRUSHABLE_BUILDING">
- <Behaviors>
- <SquishCollide
- id ="DefaultSquishCollide"/>
- <Physics
- id="ModuleTag_Physics" />
- </Behaviors>
- <CrusherInfo
- id="id_CrusherInfo"
- CrusherLevel="0"
- CrushableLevel="40">
- </CrusherInfo>
- </GameObject>
- </AssetDeclaration>
|