| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- <?xml version="1.0" encoding="us-ascii"?>
- <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="all"
- source="ART:MultiplayerBeacon.w3x" />
- </Includes>
- <GameObject
- id="MultiplayerBeacon"
- Side="Neutral"
- SubGroupPriority="950"
- EditorSorting="UNIT"
- CommandSet="EmptyCommandSet"
- IsTrainable="false"
- KindOf="CAN_CAST_REFLECTIONS BEACON NO_COLLIDE IGNORE_FOR_VICTORY UNATTACKABLE NOT_AUTOACQUIRABLE SELECTABLE ALWAYS_VISIBLE DO_NOT_CLASSIFY INERT"
- RadarPriority="NOT_ON_RADAR"
- EditorName="MultiplayerBeacon"
- Description="DESC:MultiplayerBeacon"
- SelectPortrait="Portrait_Neutral_Beacon"
- ButtonImage="Button_Neutral_Beacon">
- <DisplayName>CONTROLBAR:Beacon</DisplayName>
- <ArmorSet
- Armor="NoArmor" />
- <Draws>
- <ScriptedModelDraw
- id="ModuleTag_Draw"
- OkToChangeModelColor="true">
- <ModelConditionState
- ParseCondStateType="PARSE_DEFAULT">
- <Model
- Name="MultiplayerBeacon" />
- </ModelConditionState>
- <AnimationState
- ParseCondStateType="PARSE_DEFAULT">
- <Animation
- AnimationName="MultiplayerBeacon"
- AnimationMode="LOOP" />
- </AnimationState>
- </ScriptedModelDraw>
- </Draws>
- <Behaviors>
- <SelectiveVisibilityBehavior
- id="ModuleTag_SelectiveVisibility"
- UpdateRate="0.5s"
- AllowedPlayers="ALLIES" />
- </Behaviors>
- <Body>
- <ActiveBody
- id="ModuleTag_Body"
- MaxHealth="100.0" />
- </Body>
- <Geometry
- IsSmall="true">
- <Shape
- Type="CYLINDER"
- MajorRadius="7.0"
- Height="38.0"/>
- </Geometry>
- <CrusherInfo
- id="id_CrusherInfo"
- CrushableLevel="0" />
- </GameObject>
- <GameObject
- id="MultiplayerBeaconAttached"
- Side="Neutral"
- EditorSorting="UNIT"
- CommandSet="EmptyCommandSet"
- IsTrainable="false"
- KindOf="CAN_CAST_REFLECTIONS BEACON NO_COLLIDE IGNORE_FOR_VICTORY UNATTACKABLE NOT_AUTOACQUIRABLE SELECTABLE ALWAYS_VISIBLE"
- RadarPriority="NOT_ON_RADAR"
- EditorName="MultiplayerBeaconAttached">
- <DisplayName>CONTROLBAR:Beacon</DisplayName>
- <ArmorSet
- Armor="NoArmor" />
- <EquivalentTo>MultiplayerBeacon</EquivalentTo>
- <Draws>
- <ScriptedModelDraw
- id="ModuleTag_Draw"
- OkToChangeModelColor="true">
- <ModelConditionState
- ParseCondStateType="PARSE_DEFAULT">
- <Model
- Name="MultiplayerBeacon" />
- </ModelConditionState>
- <AnimationState
- ParseCondStateType="PARSE_DEFAULT">
- <Animation
- AnimationName="MultiplayerBeacon"
- AnimationMode="LOOP" />
- </AnimationState>
- </ScriptedModelDraw>
- </Draws>
- <Behaviors>
- <AttachUpdate
- id="ModuleTag_Attach"
- Range="10.0"
- Flags="STICK_TO_PARENT TELEPORT USE_GEOMETRY DIE_WHEN_DETACH_ALWAYS" >
- </AttachUpdate>
- <DestroyDie
- id="ModuleTag_Die">
- <DieMuxData
- DeathTypes="ALL" />
- </DestroyDie>
- <SelectiveVisibilityBehavior
- id="ModuleTag_SelectiveVisibility"
- UpdateRate="0.5s"
- AllowedPlayers="ALLIES" />
- </Behaviors>
- <Body>
- <ActiveBody
- id="ModuleTag_Body"
- MaxHealth="100.0" />
- </Body>
- <Geometry
- IsSmall="true">
- <Shape
- Type="CYLINDER"
- MajorRadius="7.0"
- Height="38.0"/>
- </Geometry>
- <CrusherInfo
- id="id_CrusherInfo"
- CrushableLevel="0" />
- </GameObject>
-
- </AssetDeclaration>
|