I'm still not sure why the Robin Hood event string happens so often, but the base event is narrative event #10000 in legends_events.txt, with this trigger and MTTH section:
I don't see anything there that would cause it to be spammed in MoB, and I've never seen it happen in any other mod or vanilla.
Code:
trigger = {
war = no
in_command = no
is_ill = no
NOT = {
religion_group = muslim
}
NOT = {
has_character_flag = killed_robin_hood
}
NOT = {
has_character_flag = robin_marion_married
}
NOT = {
has_character_flag = robin_hood
}
any_demesne_province = {
OR = {
has_province_modifier = highway_robber_band
revolt_risk = 5
}
}
}
mean_time_to_happen = {
months = 9000
modifier = {
factor = 1.2
trait = just
}
modifier = {
factor = 0.2
trait = arbitrary
}
modifier = {
factor = 1.3
trait = charismatic_negotiator
}
modifier = {
factor = 0.3
trait = midas_touched
}
}
I don't see anything there that would cause it to be spammed in MoB, and I've never seen it happen in any other mod or vanilla.