事件
德里的窘境

我们Country常常被比喻成一幅精美的挂毯,来自众多民族和宗教团体的各色人民紧密地交织成一幅画卷。但随着这场灾难性的瘟疫降临,这幅挂毯细微的接缝开始撕裂……
我们Flavor Rank的不同宗教团体现在视彼此为仇寇。他们扼住彼此的喉咙,指责正是对方和对方信仰的神祇带来了这场灾难。如果我们不能加以控制,一场血腥的屠杀也许在所难免。
德里国家trigger
腺鼠疫疫病triggerbd1007_cd变量trigger定义in_game/events/situations/black_death.txt:725
726type = country_event
727category = situation_event
729title = black_death.1007.t 德里的窘境
730desc = black_death.1007.desc 我们Country常常被比喻成一幅精美的挂毯,来自众多民族和宗教团体的各色人民紧密地交织成一幅画卷。但随着这场灾难性的瘟疫降临,这幅挂毯细微的接缝开始撕裂……
我们Flavor Rank的不同宗教团体现在视彼此为仇寇。他们扼住彼此的喉咙,指责正是对方和对方信仰的神祇带来了这场灾难。如果我们不能加以控制,一场血腥的屠杀也许在所难免。
我们Flavor Rank的不同宗教团体现在视彼此为仇寇。他们扼住彼此的喉咙,指责正是对方和对方信仰的神祇带来了这场灾难。如果我们不能加以控制,一场血腥的屠杀也许在所难免。
731outcome = neutral
732image = "gfx/interface/illustrations/situation/black_death.dds"
734trigger = {
738any_owned_location = {
739any_pop = {
739religion = root.religion
}
740any_pop = {
740religion != root.religion
}
}
}
744immediate = {
746random_owned_location = {
747limit = {
748any_pop = {
748religion = root.religion
}
749any_pop = {
749religion != root.religion
}
}
751save_scope_as = target_location
752random_pop = {
753limit = {
753religion = root.religion
}
754religion = {
754save_scope_as = target_owner_religion
}
}
756random_pop = {
757limit = {
757religion != root.religion
}
758religion = {
758save_scope_as = target_other_religion
}
}
}
}