事件
征讨Target Country

自渤海国灭亡以来,朝鲜北部的许多地区已被蒙古和女真部落占据。随着我们挣脱束缚并决心扩展疆域,我们与Target Country发生了冲突,他们在Target Province的土地位于我们向北进军的必经之路上。
高丽国家trigger女真文化组immediate, triggerflavor_kor_24_cooldown变量trigger定义in_game/events/DHE/flavor_KOR.txt:1589
1590type = country_event
1591title = flavor_kor.24.title 征讨Target Country
1592desc = flavor_kor.24.desc 自渤海国灭亡以来,朝鲜北部的许多地区已被蒙古和女真部落占据。随着我们挣脱束缚并决心扩展疆域,我们与Target Country发生了冲突,他们在Target Province的土地位于我们向北进军的必经之路上。
1593outcome = neutral
1595trigger = {
1599region:korea_region = {
1600any_area_in_region = {
1601any_province_in_area = {
1602owner ?= {
1604is_rebel_country = no
}
1606any_location_in_province = {
1607any_neighbor_location = {
1608owner ?= ROOT
}
}
}
}
}
}
1616illustration_tags = {
161710 = armed
161810 = exterior
}
1621immediate = {
}
1623region:korea_region = {
1624random_area_in_region = {
1625limit = {
1626any_province_in_area = {
1627owner ?= {
1629is_rebel_country = no
}
1631any_location_in_province = {
1632any_neighbor_location = {
1633owner ?= ROOT
}
}
}
}
1638random_province_in_area = {
1639limit = {
1640owner ?= {
1642is_rebel_country = no
}
1644any_location_in_province = {
1645any_neighbor_location = {
1646owner ?= ROOT
}
}
}
1650save_scope_as = target_province
}
}
}
1658scope:target_province.owner = {
1659save_scope_as = target_country
}
}