| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="UTF-8"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Tags></Tags>
- <Includes>
- <Include type="all" source="InfiltratorContainFilters.xml" />
- <Include type="all" source="DATA:Includes/SpecialPowerObjectFilters.xml" />
- <!-- Neutral Units -->
- <Include type="all" source="Units/GenericCrateSpawner.xml" />
- <!-- Props Units -->
- <Include type="all" source="Props/ArtilleryShroudRevealer.xml" />
- <Include type="all" source="Props/EnergyDisabler.xml" />
- <Include type="all" source="Props/VisionObserver.xml" />
- <Include type="all" source="Props/UnitVisionObserver.xml" />
- <Include type="all" source="Props/FXInfantryShatter.xml"/>
- <Include type="all" source="Props/FXInfantryShatterLarge.xml"/>
- <Include type="all" source="Props/FXInfantryMeat.xml"/>
- <Include type="all" source="Props/FXProp_Flare01.xml"/>
- <Include type="all" source="Props/FXProp_Flare02.xml"/>
- <Include type="all" source="Props/FXProp_Flare03.xml"/>
- <Include type="all" source="Props/FXProp_Flare04.xml"/>
- <Include type="all" source="Props/DisguiseProps.xml"/>
- <Include type="all" source="Props/NeutralDefensiveStructureProjectile.xml" /> <!-- Note: remove this and include in defensive tower before shipping -->
- <Include type="all" source="Props/ExplodingBarrelRA3.xml" />
- <Include type="all" source="Props/FXProp_ChronoFlash.xml" />
- <Include type="all" source="Props/ShroudCrateRevealer.xml" />
- <Include type="all" source="Props/ShroudRevealer.xml" />
- <Include type="all" source="Props/NeutralRefineryPlacementHint.xml"/>
- <!-- Crates -->
- <Include type="all" source="DATA:Neutral/Crates/BombCrate.xml" />
- <Include type="all" source="DATA:Neutral/Crates/HealCrate.xml" />
- <Include type="all" source="DATA:Neutral/Crates/AttributeCrate.xml" />
- <Include type="all" source="DATA:Neutral/Crates/MoneyCrate.xml" />
- <Include type="all" source="DATA:Neutral/Crates/RandomCrate.xml" />
- <Include type="all" source="DATA:Neutral/Crates/SalvageCrate.xml" />
- <Include type="all" source="DATA:Neutral/Crates/ShroudCrate.xml" />
- <Include type="all" source="DATA:Neutral/Crates/UnitCrate.xml" />
- <Include type="all" source="DATA:Neutral/Crates/VeterancyCrate.xml" />
- <Include type="all" source="DATA:Neutral/Crates/CrateDebris_01.xml" />
- <!-- Ore Node Structures -->
- <Include type="all" source="DATA:Neutral/Structures/OreNode.xml" />
-
- <!-- Skirmish AI Stuff -->
- <Include type="all" source="DATA:Neutral/Props/AIBeacon.xml" />
- <Include type="all" source="DATA:Neutral/Props/MultiplayerBeacon.xml"/>
- <Include type="all" source="DATA:Neutral/Props/ChronoswapBeacon.xml"/>
- </Includes>
- </AssetDeclaration>
|