
日本海贼,亦即倭寇,肆虐于周边海域,他们不仅仅在东亚和朝鲜沿海实施袭掠,在日本本土海岸也十分猖獗。尽管如此,由于中国实施的贸易禁运政策,这些海贼恰成了我们获得中华和朝鲜商品的唯一来源。日益频繁的海贼袭击事件致使我们不能再保持沉默,我们必须就如何处置他们作出决定。
定义in_game/events/culture/culture_japan.txt:775
776type = country_event
777title = culture_japan.16.title 倭寇
778desc = culture_japan.16.desc 日本海贼,亦即倭寇,肆虐于周边海域,他们不仅仅在东亚和朝鲜沿海实施袭掠,在日本本土海岸也十分猖獗。尽管如此,由于中国实施的贸易禁运政策,这些海贼恰成了我们获得中华和朝鲜商品的唯一来源。日益频繁的海贼袭击事件致使我们不能再保持沉默,我们必须就如何处置他们作出决定。
779outcome = neutral
791illustration_tags = {
79210 = angry
79310 = exterior
}
选项
A资助海贼。
805if = {
806limit = {
807country_exists = c:KOR }
810add_opinion = {
810target = root
810modifier = opinion_displeased
}
}
}
813if = {
814limit = {
815country_exists = c:CHI }
818add_opinion = {
818target = root
818modifier = opinion_displeased
}
}
}
821if = {
822limit = {
823any_owned_location = {
}
}
830random_owned_location = {
837construct_building = {
837cost_multiplier = 0.25
837cost_multiplier_reason = "game_concept_event"
}
838add_location_modifier = {
838years = 10
838mode = add_and_extend
}
}
}
841else = {
842random_owned_location = {
847add_location_modifier = {
847years = 10
847mode = add_and_extend
}
}
}
B取缔海贼。
853if = {
854limit = {
855country_exists = c:KOR }
858add_opinion = {
858target = root
858modifier = opinion_pleased
}
}
}
861if = {
862limit = {
863country_exists = c:CHI }
866add_opinion = {
866target = root
866modifier = opinion_pleased
}
}
}
869random_owned_location = {
873destroy_building = "building(building_type:pirate_haven|owner)"
}