이벤트

Target Location 반환 청원

sengoku.9in_game/events/situations/sengoku.txt:372
… 반환 청원

Actor(이)가 우리에게 몹시 대담한 요구를 해 왔습니다. 일본 막부의 통치자로서 지닌 권위를 내세우며, Target Location 영토를 Actor에게 반환할 것을 지시한 것입니다. 이것은 명백히 Actor Adjective의 권위를 넘어선 요구인 만큼, 여기에 어떻게 응답할지 신중하게 고려해야 합니다.

이벤트 연쇄

각 이벤트는 바로 위에 있는 이벤트에 의해 발생합니다. 그 아래 줄에는 어떤 선택지가 언제 이 이벤트로 이어지는지 표시됩니다.

  1. Target Location 반환 청원
  2. Target Country의 요청 수용
    ↳ 선택지 A “[Actor Flavor Rank]의 뜻에 따르는 수밖에.” · 즉시
  3. Target Country의 요청 거절
    ↳ 선택지 B “그 영토는 온당히 우리의 것이건만!” · 즉시
  4. Actor의 복속 요구
  5. Target Country의 요청 수용 (위 참조)
    ↳ 선택지 A “[Actor Flavor Rank]의 뜻에 따르는 수밖에.” · 즉시
  6. Target Country의 요청 거절 (위 참조)
    ↳ 선택지 B “그 영토는 온당히 우리의 것이건만!” · 즉시

정의in_game/events/situations/sengoku.txt:372

373type = country_event
374category = situation_event
375title = sengoku.9.title Target Location 반환 청원
376desc = sengoku.9.desc Actor(이)가 우리에게 몹시 대담한 요구를 해 왔습니다. 일본 막부의 통치자로서 지닌 권위를 내세우며, Target Location 영토를 Actor에게 반환할 것을 지시한 것입니다. 이것은 명백히 Actor Adjective의 권위를 넘어선 요구인 만큼, 여기에 어떻게 응답할지 신중하게 고려해야 합니다.
377outcome = neutral
378image = "gfx/interface/illustrations/situation/sengoku.dds"

선택지

AActor Flavor Rank의 뜻에 따르는 수밖에.
382if = {
383limit = {
384country_type = location
}
386scope:target_location ?= {
387change_location_owner = scope:actor
388if = {
389limit = {
390scope:actor = {
391NOT = {
391has_core = prev
}
}
}
394add_core = scope:actor
}
}
}
398if = {
399limit = {
400country_type = building
}
402scope:target_location ?= {
403every_foreign_buildings_in_location = {
404limit = {
404owner = root
}
405location = {
405destroy_building = prev
}
}
}
}
409add_casus_belli = {
}
410scope:actor = {
410trigger_event_silently = sengoku.10
}
412ai_will_select = {
413value = 50
414add = {
415value = "opinion(scope:actor)"
416multiply = 0.15
}
418add = {
419value = scope:actor.modifier:diplomatic_reputation
420multiply = 0.5
421min = -15
422max = 15
}
}
B그 영토는 온당히 우리의 것이건만!
429scope:actor = {
430add_casus_belli = {
}
431add_opinion = {
431target = root
431modifier = opinion_refused_shogunate_authority
}
432trigger_event_silently = sengoku.11
}
435ai_will_select = {
436value = 50
437subtract = {
438value = "opinion(scope:actor)"
439multiply = 0.15
}
441subtract = {
442value = scope:actor.modifier:diplomatic_reputation
443multiply = 0.5
444min = -15
445max = 15
}
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지