UIComponentPostGame.xml 1.9 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- *********************************************************************** -->
  3. <!-- * Functionality for the map loading screen * -->
  4. <!-- *********************************************************************** -->
  5. <UIComponentPostGame xmlns="uri:ea.com:eala:asset"
  6. Priority="500"
  7. DefaultImage="FactionIconAllies"
  8. AlliesFactionImage="FactionIconAllies"
  9. SovietFactionImage="FactionIconSoviet"
  10. JapanFactionImage="FactionIconJapan"
  11. YurikoFactionImage="FactionIconYuriko">
  12. <PostGameStat StatType="SessionLength" StatLabel="APT:PostGameSessionLength"/>
  13. <PostGameStat StatType="StructuresCreated" StatLabel="APT:PostGameStructuresCreated"/>
  14. <PostGameStat StatType="StructuresLost" StatLabel="APT:PostGameStructuresLost"/>
  15. <PostGameStat StatType="StructuresDestroyed" StatLabel="APT:PostGameStructuresDestroyed"/>
  16. <PostGameStat StatType="StructuresCaptured" StatLabel="APT:PostGameStructuresCaptured"/>
  17. <PostGameStat StatType="StructuresSold" StatLabel="APT:PostGameStructuresSold"/>
  18. <PostGameStat StatType="UnitsCreated" StatLabel="APT:PostGameUnitsCreated"/>
  19. <PostGameStat StatType="UnitsLost" StatLabel="APT:PostGameUnitsLost"/>
  20. <PostGameStat StatType="UnitsKilled" StatLabel="APT:PostGameUnitsKilled"/>
  21. <PostGameStat StatType="UnitKillDeathRatio" StatLabel="APT:PostGameUnitKillDeathRatio"/>
  22. <PostGameStat StatType="AvgIncomePerMinute" StatLabel="APT:PostGameAvgIncomePerMinute"/>
  23. <PostGameStat StatType="ResourcesGathered" StatLabel="APT:PostGameResourcesGathered"/>
  24. <PostGameStat StatType="EfficiencyRatio" StatLabel="APT:PostGameEfficiencyRatio"/>
  25. <PostGameStat StatType="EnemyStructuresInfiltrated" StatLabel="APT:PostGameEnemyStructuresInfiltrated"/>
  26. <PostGameStat StatType="UnitAbilitiesUsed" StatLabel="APT:PostGameUnitAbilitiesUsed"/>
  27. <PostGameStat StatType="CommanderPowersUsed" StatLabel="APT:PostGameCommanderPowersUsed"/>
  28. </UIComponentPostGame>