Changes to the Bourbon Trading Post Big Button ability CD did not apply correctly

:play_button: GAME INFORMATION

:backhand_index_pointing_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

:play_button: ISSUE EXPERIENCED

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

As a “GeneralEffect” type power, it will always use the highest value of all ROF settings.
powers.xml

	<power name="deNatPowerRoyalMarch" type="GeneralEffect">~</power>

abilities.xml

	<tradingpost>
		~
		<ability>deNatPowerRoyalMarch
			<tech>Colonialize</tech>
			<subciv>Bourbon</subciv>
			<subcivalliancefactor>0.5</subcivalliancefactor>
			<subcivstartincooldown>true</subcivstartincooldown>
			<activetimecooldown>true</activetimecooldown>
			<usebigabilitybutton3>true</usebigabilitybutton3>
			<rof>275</rof> <!--lower-->
			<castonself>true</castonself>
		</ability>
		~
	</tradingpost>
	<nativeembassy>
		<ability>deNatPowerRoyalMarch
			<tech>DEHCAncienRegime</tech>
			<subciv>Bourbon</subciv>
			<subcivalliancefactor>0.5</subcivalliancefactor>
			<subcivstartincooldown>true</subcivstartincooldown>
			<activetimecooldown>true</activetimecooldown>
			<usebigabilitybutton3>true</usebigabilitybutton3>
			<rof>300</rof> <!--highest, even it's some scrap content-->
			<castonself>true</castonself>
		</ability>
	</nativeembassy>

:play_button: FREQUENCY OF ISSUE

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

  • 100% of the time / matches I play (ALWAYS)
  • GAME BUILD #: 14.43676

This bug is still present, please fix it!