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.
<tech name="NatChasquisMessengers" type="Normal">
~
<effect type="Data" amount="0.85" subtype="TrainPoints" relativity="BasePercent">
<target type="ProtoUnit">AbstractInfantry</target>
</effect>
<effect type="Data" amount="0.85" subtype="TrainPoints" relativity="BasePercent">
<target type="ProtoUnit">AbstractCavalry</target>
</effect>
<effect type="Data" amount="1.18" subtype="TrainPoints" relativity="BasePercent">
<target type="ProtoUnit">xpDogSoldier</target>
</effect>
<effect type="Data" amount="1.18" subtype="TrainPoints" relativity="BasePercent">
<target type="ProtoUnit">xpSkullKnight</target>
</effect>
~
</tech>
it’s BasePercent, 1+0.18-0.15=1.03
FREQUENCY OF ISSUE
How often does the issue occur? CHOSE ONE; DELETE THE REST!
- 100% of the time / matches I play (ALWAYS)
EXPECTED RESULT
What was SUPPOSED to happen if the bug you encountered were not present?
<tech name="NatChasquisMessengers" type="Normal">
~
<effect type="Data" amount="0.85" subtype="TrainPoints" relativity="BasePercent">
<target type="ProtoUnit">AbstractInfantry</target>
</effect>
<effect type="Data" amount="0.85" subtype="TrainPoints" relativity="BasePercent">
<target type="ProtoUnit">AbstractCavalry</target>
</effect>
<effect type="Data" amount="1.15" subtype="TrainPoints" relativity="BasePercent">
<target type="ProtoUnit">xpDogSoldier</target>
</effect>
<effect type="Data" amount="1.15" subtype="TrainPoints" relativity="BasePercent">
<target type="ProtoUnit">xpSkullKnight</target>
</effect>
~
</tech>