
Action
Change Side to Support
We will betray our current court and join the other side.
Nanbokuchō JidaiSituationselect triggersupports_northern_courtVariableeffectsupports_southern_courtVariableeffectDefinitionin_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" Choose the 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;
}
}
}
}