The hidden level requirements of campaign cards unlock

:arrow_forward: GAME INFORMATION

:point_down: These details are CRITICAL; DO NOT skip them or your issue may not be reviewed.

  • GAME BUILD #: 14.7908
  • GAME PLATFORM: Steam
  • OPERATING SYSTEM: Windows 10 / Windows 8 / Windows 7 / Mac / Linux

:arrow_forward: ISSUE EXPERIENCED

:point_down: DESCRIBE THE ISSUE IN DETAIL (below). LIMIT TO ONE BUG PER THREAD.

Since the DE version of the deck tree UI didn’t display card unlock level requirements, the Campaign homecity deckbuilder still retained the level requirement settings.
Such as:
AoE3DE\Game\Campaign\Blood Ice Steel\homecitySPCAct1.xml

<HomeCity>
 <Cards>
~
      <Card>
			<Name>HCHandInfantryHitpointsSpanish</Name>	
			<MaxCount>1</MaxCount>			
			<Level>10</Level>					<!-- HC Level required for purchase / Tier -->
			<PrereqTech>-1</PrereqTech>     
			<Age>1</Age>                 
		</Card>
~
      <Card>
			<Name>HCHandCavalryHitpointsSpanish</Name>	
			<MaxCount>1</MaxCount>			
			<Level>10</Level>					<!-- HC Level required for purchase / Tier -->
			<PrereqTech>HCShipLancers2</PrereqTech>    
			<Age>1</Age>                 
		</Card>
	  <Card>
			<Name>HCHandCavalryDamageSpanish</Name>	
			<MaxCount>1</MaxCount>			
			<Level>10</Level>					<!-- HC Level required for purchase / Tier--> 
			<PrereqTech>HCHandCavalryHitpointsSpanish</PrereqTech>     
			<Age>1</Age>                  
		</Card>
~
 </Cards>
</HomeCity>

:arrow_forward: FREQUENCY OF ISSUE

:point_down: How often does the issue occur? CHOSE ONE; DELETE THE REST!

  • 100% of the time / matches I play (ALWAYS)

:arrow_forward: EXPECTED RESULT

:point_down: What was SUPPOSED to happen if the bug you encountered were not present?

Display or remove level requirements.