-
Game Version: v100.17.36100.0 (494852R)
-
Build Number: 15978079 (Steam Build ID)
-
Platform: Steam
-
Operating System: Windows 11
Issue:
One of Kronos’ bonuses reads:
“Buildings are constructed 25% faster per nearby manor.”
I have tested this with the Counter Barracks and the Palace, and have found this not to be true. The buildings are constructed faster, but the percentage increase is lower than the bonus indicates.
I tested this with 1 non-heroised citizen building the buildings either next to none, one, two or three manors. I compared the actual build time taken with a timer with the theoretical build time calculated using the compound interest formula.
Theoretically, any building’s build time with the bonus can be computed by:
final_build_time = default_build_time * (1 - kronos' bonus)^number_of_manors
let:
default_build_time
= T0kronos' bonus
= 0.25number_of_manors
= mfinal_build_time
= T
which then simplifies to:
T = T0*(0.75)^m
The theoretical build time for Counter Barracks (CB).
With no manors (m = 0) the time taken to build 1 CB with 1 citizen is 17s.
Using the formula we can obtain the values for any number of manors, I give the first three in order: 12.75, 9.56, 7.17. I.e., it should take around 7s to build CB if it’s within the zone of influence of 3 manors. I compare this with the actual, measured construction time in this rudimentary table below.
The columns in order: number of manors, theoretical time in seconds, measured time in seconds.
Numbers are rounded to the nearest whole second:
- m = 0, - , 17
- m = 1, 13, 14
- m = 2, 10, 11
- m = 3, 7, 9
Instead of a constant 25% reduction in value we get, in order from 1 to 3: 18%, 21%, 18%
Same for the Palace:
- m = 0, - , 54
- m = 1, 41, 43
- m = 2, 30, 35
- m = 3, 23, 28
Real reduction in value in order from 1 to 3: 20%, 19%, 20%
Have only tried with these 2 buildings and 3 manors as timing all of this is time consuming. Maybe someone could confirm with other buildings/more manors?
Repro Steps:
- Determine the default build time for a building
- Build 1 manor
- Build the building next to the manor and time it
- Subtract the time from step 3 from time from step 1
- See if the difference is 25% of the time determined in step 1.
- Repeat with other buildings/multiple manors