| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?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">
- <Tags></Tags>
- <Includes>
- <Include type="all" source="DATA:GlobalData/GlobalDefines.xml" />
- <Include type="all" source="ART:FXRefinery_Hint.w3x" />
- </Includes>
- <GameObject
- id="NeutralRefineryPlacementHint"
- Side="Neutral"
- EditorSorting="UNIT"
- CommandSet="EmptyCommandSet"
- IsTrainable="false"
- KindOf="NO_COLLIDE IGNORE_FOR_VICTORY UNATTACKABLE NOT_AUTOACQUIRABLE DO_NOT_CLASSIFY INERT"
- RadarPriority="UNIT"
- EditorName="NeutralRefineryPlacementHint">
- <Draws>
- <ScriptedModelDraw
- id="ModuleTag_Draw"
- OkToChangeModelColor="true">
-
- <ModelConditionState
- ParseCondStateType="PARSE_DEFAULT">
- <Model
- Name="FXRefinery_Hint" />
- </ModelConditionState>
-
- <AnimationState
- ParseCondStateType="PARSE_DEFAULT">
- <Animation
- AnimationName="FXRefinery_Hint"
- AnimationMode="LOOP" />
- </AnimationState>
- </ScriptedModelDraw>
- </Draws>
- <Body>
- <PropBody
- id="ModuleTag_Body" />
- </Body>
- <Geometry
- IsSmall="false">
- <Shape
- Type= "BOX"
- MajorRadius = "60.0"
- MinorRadius = "45.0"
- Height = "5.0" >
- <Offset
- x = "0.0"
- y = "0.0"
- z = "0.0" />
- </Shape>
- </Geometry>
- </GameObject>
- </AssetDeclaration>
|