level 8
anomalacaris
楼主
以下内容来自官网:http://forum.paradoxplaza.com/forum/showthread.php?729011-A-test-on-how-number-of-provinces-affect-AE&highlight=aggressive+expansion+formula一名叫bleakie网友的辛勤劳动。一楼贴英文:
After some preliminary testing, I find that the AE depends entirely on the following factors:
1. Number of provinces of the aggressor (my primary target of testing)
2. Culture of the target province compared with the country getting the AE
3. Religion of the target province compared with the country getting the AE
4. Whether both the target province and the country getting the AE are in HRE
5. Whether the country getting the AE is the owner of the target province and is a vassal (of any country)
6. Whether the target province is in the same continent as the country getting the AE
7. Distance, in a way that I don't understand
Actual AE = (Base AE) * [ (AE_SAME_CULTURE or AE_SAME_CULTURE_GROUP or 0) + (AE_SAME_RELIGION or AE_SAME_RELIGION_GROUP or AE_DIFFERENT_RELIGION) + (AE_HRE_INTERNAL or 0) + (AE_SAME_OVERLORD or 0) + (Province Count Modifier -1) ] / F(AE_DISTANCE_BASE, AE_OTHER_CONTINENT) ,
where F is some unknown function with value 1 when distance is minimum and target is in same continent.
The formula of this "province count modifier" can hence be given by:
0.9 + 0.1n, for 1<=n<=5
1.5 + 0.02n, for 6<=n<=100
3.5, for n>=101
For your reference, the pre-defined values of the parameters are:
AE_SAME_CULTURE = 0.5,
AE_SAME_CULTURE_GROUP = 0.25,
AE_SAME_RELIGION = 0.5,
AE_SAME_RELIGION_GROUP = 0,
AE_DIFFERENT_RELIGION = -0.5,
AE_HRE_INTERNAL = 0.5,
AE_SAME_OVERLORD = 1.0
2013年11月17日 13点11分
1
After some preliminary testing, I find that the AE depends entirely on the following factors:
1. Number of provinces of the aggressor (my primary target of testing)
2. Culture of the target province compared with the country getting the AE
3. Religion of the target province compared with the country getting the AE
4. Whether both the target province and the country getting the AE are in HRE
5. Whether the country getting the AE is the owner of the target province and is a vassal (of any country)
6. Whether the target province is in the same continent as the country getting the AE
7. Distance, in a way that I don't understand
Actual AE = (Base AE) * [ (AE_SAME_CULTURE or AE_SAME_CULTURE_GROUP or 0) + (AE_SAME_RELIGION or AE_SAME_RELIGION_GROUP or AE_DIFFERENT_RELIGION) + (AE_HRE_INTERNAL or 0) + (AE_SAME_OVERLORD or 0) + (Province Count Modifier -1) ] / F(AE_DISTANCE_BASE, AE_OTHER_CONTINENT) ,
where F is some unknown function with value 1 when distance is minimum and target is in same continent.
The formula of this "province count modifier" can hence be given by:
0.9 + 0.1n, for 1<=n<=5
1.5 + 0.02n, for 6<=n<=100
3.5, for n>=101
For your reference, the pre-defined values of the parameters are:
AE_SAME_CULTURE = 0.5,
AE_SAME_CULTURE_GROUP = 0.25,
AE_SAME_RELIGION = 0.5,
AE_SAME_RELIGION_GROUP = 0,
AE_DIFFERENT_RELIGION = -0.5,
AE_HRE_INTERNAL = 0.5,
AE_SAME_OVERLORD = 1.0