
행동
지지 대상 변경
지지 중인 조정을 배신하고 다른 쪽에 가담합니다.
남북조 시대상황select triggersupports_northern_court변수effectsupports_southern_court변수effect정의in_game/common/generic_actions/nanbokuchou.txt:1
2type = situation
3potential = {
}
12automation_tick = never
13automation_tick_frequency = 12
15price = price:nanbokuchou_change_sides
17select_trigger = {
18looking_for_a = situation
19target_flag = recipient
20name = "choose_situation" 상황 선택:
21column = {
22data = name
}
}
30effect = {
31scope:actor ?= {
32if = {
33limit = {
}
}
41else = {
}
}
}
53ai_will_do = {
55add = {
56desc = BASE_VALUE
57value = 10
}
59scope:actor = {
61if = {
62limit = {
63OR = {
64AND = {
}
}
}
77add = {
78value = 100
79desc = "We hate our current side"
}
}
83if = {
84limit = {
85OR = {
86AND = {
}
}
}
99add = {
100value = -100
101desc = "We have the other side"
}
}
105if = {
109add = {
110desc = "Our opinion of $JAPquot;
111c:JAP = {
112scope:actor = {
113value = this_opinion_of_prev
114multiply = -0.1
}
}
117add = {
118desc = "Our opinion of $NTCquot;
}
}
}
128else_if = {
132add = {
133desc = "Our opinion of $STCquot;
}
}
}
}