
Actorの使節団が、わが国のCourt Titleを訪れた。彼らは自国にある見事なイコンのひとつ、Targetを我らに貸し出したいと申し出ている。もちろん、これには相応の代価を要するが、両国の関係をいっそう深めることにもなるだろう。
定義in_game/events/religion/D008_orthodox_events.txt:2
3type = country_event
4title = d008_orthodox_events.1.title Actorからの提案
5desc = d008_orthodox_events.1.desc Actorの使節団が、わが国のCourt Titleを訪れた。彼らは自国にある見事なイコンのひとつ、Targetを我らに貸し出したいと申し出ている。もちろん、これには相応の代価を要するが、両国の関係をいっそう深めることにもなるだろう。
6outcome = neutral
7illustration_tags = {
810 = happy
910 = interior
}
選択肢
A申し出を喜んで受けよう。
18ai_will_select = {
19add = {
20value = gold
21subtract = root.var:lending_icon_price
22divide = monthly_income_total
}
24add = {
25value = {
26add = "opinion(scope:actor)"
27multiply = 0.25
}
}
30if = {
31limit = {
32gold < root.var:lending_icon_price
}
34add = -100
}
}
38target = scope:actor
38modifier = trust_lent_icon
}
39target = scope:actor
39modifier = opinion_lent_icon
}
40add_gold = {
40value = root.var:lending_icon_price
40multiply = -1
}
41show_as_tooltip = {
42scope:actor = {
42add_gold = root.var:lending_icon_price
}
}
44add_to_variable_map = {
45name = lent_icon
46key = scope:target
47value = scope:actor
}
49save_temporary_scope_value_as = {
50name = return_date
51value = {
52value = current_year
53add = 10
}
}
56add_to_variable_map = {
57name = lent_icon_return_date
58key = scope:target
59value = scope:return_date
}
61scope:target = {
62move_art = root.capital
}
64trigger_event_silently = {
}
Bすでにひとつあると伝えよ。
69ai_will_select = {
70value = 10
75if = {
77add = {
78value = num_loans
79multiply = 10
}
}
}
83scope:actor = {
84show_as_tooltip = {
85add_opinion = {
85target = root
85modifier = opinion_refused_icon
}
}
}