
근래 들어 어려움을 겪고 있는 Prev Country(이)가 우리에게 지원을 요청했습니다. 이 요청을 들어준다면, 얼마간은 저들도 말썽을 부리지 않을 것입니다.
정의in_game/events/DHE/flavor_timurid_governor.txt:242
243type = country_event
244title = flavor_tim_governor.4.title Prev Country의 요청
245desc = flavor_tim_governor.4.desc 근래 들어 어려움을 겪고 있는 Prev Country(이)가 우리에게 지원을 요청했습니다. 이 요청을 들어준다면, 얼마간은 저들도 말썽을 부리지 않을 것입니다.
246outcome = neutral
248illustration_tags = {
24910 = regular
25010 = interior
}
선택지
A병력을 보내 주도록 하지.
260trigger = {
261scope:prev_country ?= {
}
}
266transfer_yearly_manpower = {
267target = scope:prev_country
268value = 1.5
}
271scope:prev_country = {
272add_liberty_desire = -20
}
B요청받은 대로 자금을 지원하겠다.
280trigger = {
281scope:prev_country ?= {
}
}
286transfer_yearly_gold = {
287target = scope:prev_country
288value = 1.5
}
291scope:prev_country = {
292add_liberty_desire = -20
}
CTarget Character3(을)를 보내도록.
300trigger = {
301scope:prev_country ?= {
}
}
306scope:target_character3 = {
307move_country = scope:prev_country
}
309scope:prev_country = {
310add_liberty_desire = -20
}
D아무런 지원도 줄 생각 없다.
318scope:prev_country = {
319add_liberty_desire = 5
}