There doesn't seem to be any way to allow a CB to work against hordes. However, you can offset the stability hit for attacking with no CB. I added this mission to my personal mod:
localisation:Code:attack_nomads = { type = neighbor_countries allow = { nomad = yes NOT = { truce_with = THIS } NOT = { war_with = THIS } THIS = { war = no is_lesser_in_union = no is_subject = no nomad = no } } abort = { or = { this = { or = { is_subject = yes is_lesser_in_union = yes } } not = { num_of_cities = 1 } NOT = { neighbour = THIS } } } success = { war_with = THIS } chance = { factor = 2 modifier = { factor = 1.5 THIS = { MIL = 6 } } } effect = { THIS = { stability = 1 prestige = 0.05 } } }
Any mods are free to use this.Code:attack_nomads_title;Attack $COUNTRY$;Attaquer $COUNTRY$;Greift $COUNTRY$ an;;Ataca $COUNTRY$;;;;;;;;;x attack_nomads_desc;Our people are tired of paying tribute to nomadic barbarians. It also makes us look weak in the eyes of our neighbors.;Attaquer $COUNTRY$;Greift $COUNTRY$ an;;Ataca $COUNTRY$;;;;;;;;;x
















Reply With Quote


