
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
}