イベント

Target Locationのための請願

sengoku.9in_game/events/situations/sengoku.txt:372
… のための請願

Actorが大胆な要求をしてきた。日本の幕府を統べる者としての権威を振りかざし、Target Locationの土地をActorに返還するよう求めてきたのである。これは明らかに越権行為であり、我々はどのように応じるべきかを慎重に考慮しなければならない。

イベントチェーン

各イベントは、その上の階層にあるイベントから発生します。下の行には、どの選択肢でいつ発生するかを示しています。

  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に返還するよう求めてきたのである。これは明らかに越権行為であり、我々はどのように応じるべきかを慎重に考慮しなければならない。
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。 概要 · プライバシー · 法的情報