| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" encoding="us-ascii"?>
- <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:FXAlliedShell.w3x" />
-
- <Include
- type="instance"
- source="DATA:BaseObjects/BaseProjectile.xml"/>
- </Includes>
- <GameObject
- id="NeutralDefensiveStructureProjectile"
- inheritFrom="BaseProjectile"
- Side="Neutral"
- EditorName="NeutralDefensiveStructureProjectile">
- <Draws>
- <ScriptedModelDraw
- id="ModuleTag_ScriptedModelDraw">
- <ModelConditionState
- ParseCondStateType="PARSE_DEFAULT">
- <Model
- Name="FXAlliedShell" />
-
- </ModelConditionState>
- </ScriptedModelDraw>
- </Draws>
- <Behaviors>
- <ProjectileUpdate
- id="ModuleTag_ProjectileUpdate"
- StateMachine="StraightLineProjectile"
- MinTargetDistance="5">
- <Movement>
- <MoveInStraightLine
- MuzzleVelocity="40.0" />
- </Movement>
- </ProjectileUpdate>
- <FXListBehavior
- id="ModuleTag_FXLists">
- <DieMuxData
- DeathTypes="ALL" />
- <Event
- Index="onTerrainCollision"
- FX="FX_TankImpactMed"/>
- </FXListBehavior>
- </Behaviors>
- </GameObject>
- </AssetDeclaration>
|