Worth noting also that Administrative Efficiency and Diplpmantic Annexation cost do not stack additively, but multiplicatively, so theoretical 50% each results in 75% reduction.
Well it is still technically a bug, I just seriously doubt is even on the priority list at all and I don't see the point in officially reporting it lol
I don't think you understand what I mean, the speed at which you integrate a vassal depends on your Diplo Rep, if you are to mod the game and give yourself say 3000 Diplo Rep you would integrate almost any vassal within a month, this is WAD, however you will consume 3000 DIP points(if you don't have 3000 you will go into Negatives however you will not go more than -100) regardless of how much development your vassal might have, and I am fairly sure that integration using more than the required DIP points is not WADI can't see how that's even technically a bug. Not having enough monarch points to integrate someone is quite strictly "working as designed" if anything. It certainly can happen even if you are NOT cheating. Whether or not it defeats your attempt to cheat is on you...
I don't think you understand what I mean, the speed at which you integrate a vassal depends on your Diplo Rep, if you are to mod the game and give yourself say 3000 Diplo Rep you would integrate almost any vassal within a month, this is WAD, however you will consume 3000 DIP points(if you don't have 3000 you will go into Negatives however you will not go more than -100) regardless of how much development your vassal might have, and I am fairly sure that integration using more than the required DIP points is not WAD
As far as I can determine - you will pay for the *exact* cost according to the formula on the previous page (except for the last month, which will cost you a full tick regardless of how much is left of the annexation) , so stacking always has utility; whether any particular reduction is worth it is another question. The rounding is a graphical thing only.
Why?(except for the last month, which will cost you a full tick regardless of how much is left of the annexation)
Integer is a whole number. 0,1,2,3,127,-1,-2,-127 etc. Anything with decimal places are not integers. 0.5, 6.35, 127.127, -0.5, -127.127 are not integers.Reading it first time I didn't get what you meant by floor, integer and whatnot.
Integer is a whole number. 0,1,2,3,127,-1,-2,-127 etc. Anything with decimal places are not integers. 0.5, 6.35, 127.127, -0.5, -127.127 are not integers.
Floor in (hopefully) easier terms is taking the non-integer values (second set I have above) and rounding it to the nearest full number (integer) equal to or below it.
floor(0.5) = 0
floor(-0.5) = -1
floor(127.127) = 127
floor(127) = 127
So is the time factored in for dip annex based solely on dip rep and total points?
For example if dip rep is 3 and total annex cost is 120 it would take 40 months to annex? And if my dip rep was 5 then only 24 months in this scenario?
As far as I can determine - you will pay for the *exact* cost according to the formula on the previous page (except for the last month, which will cost you a full tick regardless of how much is left of the annexation) , so stacking always has utility; whether any particular reduction is worth it is another question. The rounding is a graphical thing only.
You are, of course, correct - Like I said, I just based that formula on the data I collected while writing up a bug report for our DB.HCC is applied per province, not on top of total development so your formula needs to be tweaked. This can be tested pretty easily with Portugal at game start. Portugal has 121 development, so their integration cost according to your formula would be 968. Their actual cost is 996. This is because Portugal owns Cueta, which has 7 total development and has +50% HCC. (121-114)*8 + 7*8*1.5 = 996.
It would be a dumb question, but will vassal annexing cost be capped at 30 development for each individual provinces? Wiz said that all dev base costs including coring cost will be capped at 30 dev. And will this cap be applied to vassal annexing cost?You are, of course, correct - Like I said, I just based that formula on the data I collected while writing up a bug report for our DB.
Updated the formula.