| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?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="ART:FXCryoSatelliteBeamLvl1.w3x" />
- <Include type="all" source="ART:FXCryoSatelliteBeamLvl2.w3x" />
- <Include type="all" source="ART:FXCryoSatelliteBeamLvl3.w3x" />
- </Includes>
- <GameObject
- id="BaseCryoSatelliteEffect"
- TransportSlotCount="0"
- IsTrainable="false"
- Side="Allies"
- EditorSorting="SYSTEM"
- KindOf="UNATTACKABLE NOT_AUTOACQUIRABLE INERT INERT_SHROUD_REVEALER SKIRMISH_AI_ATTEMPT_TO_DODGE">
- <DisplayName>BaseCryoSatelliteEffect</DisplayName>
- <ArmorSet
- Armor="NoArmor" />
- <SkirmishAIInformation
- DodgeSafetyDistance="300.0">
- <DodgeWithUnits Rule="ALL"
- StatusBitFlagsExclude="AIRBORNE_TARGET">
- </DodgeWithUnits>
- </SkirmishAIInformation>
- <Behaviors>
- <LifetimeUpdate
- id="ModuleTag_LifetimeUpdate"
- MinLifetime="5.0s"
- MaxLifetime="5.0s" />
- <FXListBehavior
- id="ModuleTag_FXList">
- <DieMuxData
- DeathTypes="ALL" />
- <Event
- Index="onCreate"
- FX="" />
- </FXListBehavior>
-
- <DestroyDie
- id="ModuleTag_Die">
- <DieMuxData
- DeathTypes="ALL" />
- </DestroyDie>
- </Behaviors>
- <Body>
- <PropBody
- id="ModuleTag_Body"/>
- </Body>
- <Geometry
- IsSmall="true">
- <Shape
- Type="CYLINDER"
- MajorRadius="50.0"
- Height="300.0"></Shape>
- </Geometry>
- <EvaEventArray>
- <EvaEntry EvaEvent="UnitConstructionStarted" EvaType="productionStarted" />
- <EvaEntry EvaEvent="NewConstructionOptions" EvaType="availableForProduction" />
- </EvaEventArray>
- <ShadowInfo
- Type="NONE" />
- <CrusherInfo
- id="id_CrusherInfo"
- CrushableLevel="0" />
- </GameObject>
-
- </AssetDeclaration>
|