이벤트
해적 함대와의 충돌

Character Expedition Leader Target의 지휘 아래 Target Location의 Target Location Topography 지역을 통과하던 우리 영광스러운 보물 함대가 사악한 해적 도당 함대를 만났습니다. 물론 우리의 용맹한 병사들은 물러서지 않고 적극적으로 적에 맞서 결정적인 전투를 치렀고, 결국 무뢰배들을 완전히 제압하는 한편 우두머리들을 생포했습니다. 그러나 이 전투로 우리 측 인력과 함선 역시 손실을 피할 수 없었고, 우리 대함대는 많은 자원을 잃게 되었습니다.
협수로지세trigger정의in_game/events/DHE/flavor_chi_treasure_expedition.txt:1970
1971type = country_event
1972title = flavor_chi.2101.title 해적 함대와의 충돌
1973desc = flavor_chi.2101.desc Character Expedition Leader Target의 지휘 아래 Target Location의 Target Location Topography 지역을 통과하던 우리 영광스러운 보물 함대가 사악한 해적 도당 함대를 만났습니다. 물론 우리의 용맹한 병사들은 물러서지 않고 적극적으로 적에 맞서 결정적인 전투를 치렀고, 결국 무뢰배들을 완전히 제압하는 한편 우두머리들을 생포했습니다. 그러나 이 전투로 우리 측 인력과 함선 역시 손실을 피할 수 없었고, 우리 대함대는 많은 자원을 잃게 되었습니다.
1974outcome = neutral
1976trigger = {
}
1982illustration_tags = {
198310 = regular
198410 = interior
}
1987immediate = {
}
1990set_local_variable = {
1991name = cargo_lost
1992value = {
1994multiply = {
0.1
0.2
}
1995multiply = -1
1996multiply = {
1997value = 1
1998subtract = {
1999value = scope:expedition_initiator.var:chinese_expedition_expedition_leader.mil
2000divide = 100
2001multiply = 0.5
}
}
}
}
2007scope:expedition_initiator.var:chinese_treasure_fleet_location ?= {
2008save_scope_as = target_location
}
2011scope:expedition_initiator.var:chinese_treasure_fleet_location.province_definition = {
2012every_location_in_province_definition = {
2013every_neighbor_location = {
2014if = {
2015limit = {
2016owner ?= {
2017NOT = {
2017this = ROOT
}
2018NOT = {
2018has_reform = government_reform:pirate_brethren_reform
}
}
}
2021owner = {
2021add_to_list = list_of_grateful_countries
}
}
}
}
}
}