
Action
Declare Neutrality
We will support neither side and remain neutral in our allegiance
Nanbokuchō JidaiSituationselect triggersupports_northern_courtVariableallowsupports_southern_courtVariableallowDefinitionin_game/common/generic_actions/nanbokuchou.txt:146
147type = situation
148potential = {
}
150allow = {
151scope:actor = {
153at_war = no
154custom_tooltip = {
155text = nanbokuchou_supports_side_tt Already supporting a side
}
}
}
164automation_tick = never
165automation_tick_frequency = 12
167price = price:nanbokuchou_declare_neutrality
169select_trigger = {
170looking_for_a = situation
171target_flag = recipient
172name = "choose_situation" Choose the Situation:
173column = {
174data = name
}
}
185ai_will_do = {
186scope:actor = {
188if = {
189limit = {
190AND = {
191AND = {
193OR = {
194opinion = {
194target = c:JAP
194value <= -50
}
195opinion = {
195target = c:NTC
195value <= -50
}
}
}
}
}
204add = {
205value = 100
206desc = "We hate both sides"
}
}
210if = {
214add = {
215desc = "Our opinion of $JAPquot;
216c:JAP = {
217scope:actor = {
218value = this_opinion_of_prev
219multiply = -0.1
}
}
}
}
224if = {
228add = {
229desc = "Our opinion of $STCquot;
230c:STC = {
231scope:actor = {
232value = this_opinion_of_prev
233multiply = -0.1
}
}
}
}
}
}