| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" encoding="us-ascii"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset">
- <Tags />
- <Includes />
- <UnitOverlayIconSettings
- id="UnitOverlayIconSettings"
- AmmoPipImage="AmmoPip"
- AmmoPipFrameImage="AmmoPipFrame"
- ContainPipFrameImage="ContainPipFrame"
- GarrisonPipImage="GarrisonPipFrame"
- UnitTypeIconBackgroundImage="UnitTypeIconBackground"
- TargetIndicatorImage="RedPip"
- TargetIndicatorGlowImage ="RedPipGlow"
- PowerIconImageSequence="PowerIconAnim"
- RepairIconImageSequence="RepairIconAnim"
- InfiltratedIconImageSequence="InfiltratedIconAnim"
- HealUnitIconImageSequence="HealUnitIconAnim"
- RepairVehicleIconImageSequence="RepairVehicleIconAnim"
- AmmoPipScale="75%"
- AmmoPipRange="10"
- ContainPipScale="60%"
- GarrisonPipScale="60%"
- UnitTypeIconScale="60%"
- StatusIconScale="100%"
- VeterancyIconScale="75%"
- TargetIndicatorScale="100%"
- HealingIconScale="75%"
- HealingIconDisplayTime="3s">
- <FactionVeterancy
- Faction="Allies">
- <RankIcon Rank="2" Image="VeterancyRank2_Allies"/>
- <RankIcon Rank="3" Image="VeterancyRank3_Allies"/>
- <RankIcon Rank="4" Image="VeterancyRank4_Allies"/>
- </FactionVeterancy>
- <FactionVeterancy
- Faction="Soviet">
- <RankIcon Rank="2" Image="VeterancyRank2_Soviets"/>
- <RankIcon Rank="3" Image="VeterancyRank3_Soviets"/>
- <RankIcon Rank="4" Image="VeterancyRank4_Soviets"/>
- </FactionVeterancy>
- <FactionVeterancy
- Faction="Japan">
- <RankIcon Rank="2" Image="VeterancyRank2_Japan"/>
- <RankIcon Rank="3" Image="VeterancyRank3_Japan"/>
- <RankIcon Rank="4" Image="VeterancyRank4_Japan"/>
- </FactionVeterancy>
- </UnitOverlayIconSettings>
- </AssetDeclaration>
|