Page 1 of 1

Commulative bonuses not showing correct in various tabs

PostPosted: Sat Mar 16, 2024 7:00 am
by plurple
Operating System: Windows
Browser: Chrome

Concise description:
Not sure how many maps are using the newer version of cumulative bonuses, that won't show the full amount on the map and stats tab of the panels, However the overview is correct and the log is also correct. I know that the monsters on temple of jinn where you get +3 for 2 monsters then +6 for 3 etc. below is the code from the xml. This works correctly and is visible in the log but can be confusing to new players of a map.

Code: Select all
<continent>
<!--  Bonus per Il gruppo di Mostri - obbligatorio possedere Iblis altrimenti niente bonus  -->
<name>Monsters</name>
<bonuses>
<bonus required="2">3</bonus>
<bonus required="3">3</bonus>
<bonus required="4">3</bonus>
<bonus required="5">3</bonus>
<bonus required="6">3</bonus>
<bonus required="7">3</bonus>
</bonuses>
<components>
<territory>Iblis</territory>
<territory>Ghul</territory>
<territory>Dao</territory>
<territory>Acolyte</territory>
<territory>Efreet</territory>
<territory>Marid</territory>
<territory>Djinn</territory>
</components>
<required>2</required>
</continent>


e.g. in Game 23089277 round 6 GaryDenton has 4 monsters and 4 of each gem and so is getting 20 troops next turn, which is correctly shown in the overview tab but the stats and map are only showing 3 for monsters not the actual 9 :)

This is an issue on other maps as well like Krazy Kingdoms though that map also has issues with the conditional borders that shows bonuses that you don't own in the stats page. I'm not sure what other maps use this newer continent bonus I can make a list if needed.

Re: Commulative bonuses not showing correct in various tabs

PostPosted: Thu Mar 21, 2024 5:12 pm
by king achilles
Forwarded.