Hi Devs, the Humiliate CB is supposed to deny annexing of provinces but still allows annexing.
I think the deny_annex line in the wargoal_types file is not working properly
The code very clearly shows that ceding provinces is supposed to be denied. its the same exact code as in 1.11 so obviously there is a bug. It used to work properly back in 1.11. Please fix this
humiliate = {
type = take_capital
badboy_factor = 0
prestige_factor = 0
peace_cost_factor = 0
allowed_provinces = {
always = yes
}
po_annex = no
po_demand_provinces = no
po_revoke_cores = no
po_release_vassals = no
po_release_annexed = no
po_return_cores = no
po_change_religion = no
po_form_personal_union = no
po_gold = yes
po_become_vassal = no
po_concede_defeat = no
po_annul_treaties = no
po_change_government = no
po_revoke_elector = no
po_trade_power = no
po_humiliate = yes
deny_annex = yes
country_desc = ALL_NATIVES
prov_desc = ALL_PROVS
war_name = HUMILIATE_WAR_NAME
}
I think the deny_annex line in the wargoal_types file is not working properly
The code very clearly shows that ceding provinces is supposed to be denied. its the same exact code as in 1.11 so obviously there is a bug. It used to work properly back in 1.11. Please fix this
humiliate = {
type = take_capital
badboy_factor = 0
prestige_factor = 0
peace_cost_factor = 0
allowed_provinces = {
always = yes
}
po_annex = no
po_demand_provinces = no
po_revoke_cores = no
po_release_vassals = no
po_release_annexed = no
po_return_cores = no
po_change_religion = no
po_form_personal_union = no
po_gold = yes
po_become_vassal = no
po_concede_defeat = no
po_annul_treaties = no
po_change_government = no
po_revoke_elector = no
po_trade_power = no
po_humiliate = yes
deny_annex = yes
country_desc = ALL_NATIVES
prov_desc = ALL_PROVS
war_name = HUMILIATE_WAR_NAME
}
Last edited: