-
Notifications
You must be signed in to change notification settings - Fork 102
EU4 To Vic2: Pop Totals
"Oh, let me explain how it works. The converter calculates the yearly production income, yearly tax income and yearly manpower of a province based on base tax, base production, base manpower, buildings and idea groups. It then adds them up for each prov with yearly manpower having a smaller scaling as income values dont reach values of 1000s, i would have to check how much exactly and then to that is added total development and building weight. Building weight is calculated by using cost of the buildings and adding additional weight for buildings that dont affect income, but are still of use in eu4 and building weight is not the biggest part of the weights of a prov, it has roughly same effect as dev with income and manpower having roughly 50% effect. The weights work in that way that each prov has a certain weight after this and so provs will get pop from pie of total pop based on weight and this is how end formula looks for prov weight : Weight = Yearly Prod Income + Yearly Tax Income + Province Manpower (scaled down) + 2*Development of a prov + Building Weight"
##Previous Discussions 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30