GAME INFORMATION
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
ISSUE EXPERIENCED
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>
FREQUENCY OF ISSUE
How often does the issue occur? CHOSE ONE; DELETE THE REST!
- 100% of the time / matches I play (ALWAYS)