More Stable HRE (Nemu’s Fixes)
Fix levies only applying for HRE countries for "More Stable HRE" by sirsmashalot
I generally do not make mods for Paradox games, so I simply did some looking around and added a potential trigger to the levy buff.
This is defined in mshre_country.txt
small_country_levy_buff = {
type = country
category = country
potential_trigger = {
num_locations <= 10
is_member_of_international_organization = international_organization:hre
}
scales_with = {
value = 10
subtract = num_locations
divide = 9
power = 3
}
global_levy_size_modifier = 2 # Up to +200% global levy size
levy_recovery_modifier = 1 # Up to +100% levy recovery speed
}
The original can be found here:
https://steamcommunity.com/sharedfiles/filedetails/?id=3626895335&tscn=1769472780
This will not be updated, unless I find other issues.
If sirsmashalot wants me to take this down, just add a comment underneath.
Disclaimer: I do not claim that this works, nor do I remember if I changed anything else since I did this a while ago.
This was for personal use, but I uploaded it since others kept asking for the levy fix in the original mod’s comments.