| 123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="utf-8"?>
- <!-- *********************************************************************** -->
- <!-- * Functionality for the map loading screen * -->
- <!-- *********************************************************************** -->
- <UIComponentPostGame xmlns="uri:ea.com:eala:asset"
- Priority="500"
- DefaultImage="FactionIconAllies"
- AlliesFactionImage="FactionIconAllies"
- SovietFactionImage="FactionIconSoviet"
- JapanFactionImage="FactionIconJapan"
- YurikoFactionImage="FactionIconYuriko">
- <PostGameStat StatType="SessionLength" StatLabel="APT:PostGameSessionLength"/>
- <PostGameStat StatType="StructuresCreated" StatLabel="APT:PostGameStructuresCreated"/>
- <PostGameStat StatType="StructuresLost" StatLabel="APT:PostGameStructuresLost"/>
- <PostGameStat StatType="StructuresDestroyed" StatLabel="APT:PostGameStructuresDestroyed"/>
- <PostGameStat StatType="StructuresCaptured" StatLabel="APT:PostGameStructuresCaptured"/>
- <PostGameStat StatType="StructuresSold" StatLabel="APT:PostGameStructuresSold"/>
- <PostGameStat StatType="UnitsCreated" StatLabel="APT:PostGameUnitsCreated"/>
- <PostGameStat StatType="UnitsLost" StatLabel="APT:PostGameUnitsLost"/>
- <PostGameStat StatType="UnitsKilled" StatLabel="APT:PostGameUnitsKilled"/>
- <PostGameStat StatType="UnitKillDeathRatio" StatLabel="APT:PostGameUnitKillDeathRatio"/>
- <PostGameStat StatType="AvgIncomePerMinute" StatLabel="APT:PostGameAvgIncomePerMinute"/>
- <PostGameStat StatType="ResourcesGathered" StatLabel="APT:PostGameResourcesGathered"/>
- <PostGameStat StatType="EfficiencyRatio" StatLabel="APT:PostGameEfficiencyRatio"/>
- <PostGameStat StatType="EnemyStructuresInfiltrated" StatLabel="APT:PostGameEnemyStructuresInfiltrated"/>
- <PostGameStat StatType="UnitAbilitiesUsed" StatLabel="APT:PostGameUnitAbilitiesUsed"/>
- <PostGameStat StatType="CommanderPowersUsed" StatLabel="APT:PostGameCommanderPowersUsed"/>
- </UIComponentPostGame>
|