事件本版本变更
穆斯林酋长

在Country Adjective内地,许多首领统治着自己的领地,几乎不受中央影响。然而,一些酋长能力虽然不大,野心却不小。一些Target Location的本地首领开始以苏丹自居,并试着通过穆斯林化民众来让自己合法化。
基督教宗教组trigger
伊斯兰教宗教组immediate, trigger地方豪强的野心静态修正immediate, trigger定义in_game/events/religion/propagate_religion_events.txt:748
749type = country_event
750title = propagate_religion_events.9.title 穆斯林酋长
751desc = propagate_religion_events.9.desc 在Country Adjective内地,许多首领统治着自己的领地,几乎不受中央影响。然而,一些酋长能力虽然不大,野心却不小。一些Target Location的本地首领开始以苏丹自居,并试着通过穆斯林化民众来让自己合法化。
752outcome = neutral
754trigger = {
756any_market_with_merchants = {
760any_location_in_market = {
761owner ?= root
762is_capital = no
765local_control < 0.3
}
}
}
770illustration_tags = {
77110 = interior
77210 = regular
}
775immediate = {
}
777random_market_with_merchants = {
778limit = {
782any_location_in_market = {
783owner ?= root
784is_capital = no
787local_control < 0.3
}
}
790random_merchant_in_market = {
794save_scope_as = target_country
}
796random_location_in_market = {
797limit = {
798owner ?= root
799is_capital = no
802local_control < 0.3
}
804save_scope_as = target_location
}
}
}
}