| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?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="instance"
- source="BaseObject.xml" />
- </Includes>
- <WeaponTemplate
- id="BaseExplodingPropVehicleWeapon"
- RadiusDamageAffects="ALLIES ENEMIES NEUTRALS"
- FireFX="FX_None">
- <Nuggets>
- <DamageNugget
- id="DefaultDamageNugget"
- Damage="1000"
- Radius="100"
- DelayTimeSeconds=".30s"
- DamageType="GRENADE"
- DeathType="NORMAL">
- <SpecialObjectFilter
- Rule="ALL"
- Exclude="COMMANDO"/>
- </DamageNugget>
- </Nuggets>
- </WeaponTemplate>
-
- <GameObject
- id="BaseExplodingPropVehicle"
- inheritFrom="BaseObject"
- KindOf="IMMOBILE SELECTABLE NOT_AUTOACQUIRABLE CAN_CAST_REFLECTIONS VEHICLE NO_COLLIDE">
- <Behaviors>
- <FireWeaponWhenDead
- id="ModuleTag_DeathWeapon"
- InitiallyActive="true"
- DeathWeapon="BaseExplodingPropVehicleWeapon"
- ContinueToBezierDestination="false">
- <DieMuxData
- DeathTypes="ALL"
- />
- </FireWeaponWhenDead>
- </Behaviors>
- <Body>
- <ActiveBody
- id="DefaultBody"/>
- </Body>
- </GameObject>
- </AssetDeclaration>
|