
행동이번 버전 변경
씨족 자치권 제한
씨족들이 통제를 벗어나 우리의 권위를 무시하고 독자적으로 행동하고 있습니다. 이들이 일본 막부의 지시를 준수하도록 강요해야 합니다.
대쇼군 반란전쟁 명분select trigger 2
일본 막부국가 간 조직체potential, select trigger 2
전국 시대상황select trigger 1정의in_game/common/generic_actions/sengoku.txt:323
324icon = sengoku_attempt_imperial_restoration
325type = situation
326potential = {
327scope:actor ?= {
}
}
331allow = {
332scope:actor ?= {
333at_war = no
}
}
337cooldown = {
338type = sengoku_limit_clans_autonomy
339months = 6
}
342automation_tick = never
343automation_tick_frequency = 12
345ai_tick = monthly
346ai_tick_frequency = 6
348price = price:sengoku_limit_clans_autonomy
350select_trigger = {
351looking_for_a = situation
352target_flag = recipient
353name = "choose_situation" 상황 선택:
354column = {
355data = name
}
}
363select_trigger = {
364looking_for_a = country
365target_flag = target_country
366name = "choose_country" 국가 선택:
367none_available_msg_key = "no_valid_countries"
368default_sort = select_target_acceptance_total
369column = {
370data = name
}
372column = {
373data = select_target_acceptance_total
}
375visible = {
377this != scope:actor
378NOT = {
379has_casus_belli_of_type_on = {
379target = scope:actor
}
}
381num_locations < 5
382country_type = location
}
}
392ai_will_do = {
395add = {
396value = 20
397desc = BASE_VALUE
}
400if = {
401limit = {
401exists = scope:target_country
}
402add = {
403value = "scope:actor.opinion(scope:target_country)"
404multiply = -0.1
}
}
}
409ai_acceptance = {
411add = {
412value = 0.5
413desc = SENGOKU_BASE_ACCEPTANCE_CHANCE 기본 확률
}
415add = {
416value = "scope:target_country.opinion(scope:actor)"
417multiply = 0.0015
418desc = OPINION_OF_ACTOR Actor의 우호도
}
420add = {
421value = scope:actor.modifier:diplomatic_reputation
422multiply = 0.005
423min = -0.15
424max = 0.15
425desc = DIPLOMATIC_REPUTATION 외교 평판
}
427min = 0
428max = 1
}