37 lines
911 B
XML
37 lines
911 B
XML
<?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="all"
|
|
source="DATA:GlobalData/GlobalDefines.xml" />
|
|
<Include
|
|
type="instance"
|
|
source="ART:ShadowI.xml" />
|
|
<Include
|
|
type="instance"
|
|
source="BaseObject.xml" />
|
|
</Includes>
|
|
<GameObject
|
|
id="BaseTechPoint"
|
|
inheritFrom="BaseObject"
|
|
RadarPriority="UNIT"
|
|
MaxSimultaneousOfType="1">
|
|
<Behaviors>
|
|
<AttributeModifierPoolUpdate
|
|
id="DefaultAttributeModifierPoolUpdate"/>
|
|
<SquishCollide
|
|
id ="DefaultSquishCollide"/>
|
|
<CrushDie
|
|
id="ModuleTAg_CrushDie">
|
|
<DieMuxData
|
|
DeathTypes="CRUSHED" />
|
|
</CrushDie>
|
|
<StancesBehavior
|
|
id="ModuleTag_Stance"
|
|
StanceTemplate="Generic" />
|
|
</Behaviors>
|
|
</GameObject>
|
|
|
|
</AssetDeclaration>
|