事件

Actor要求归还Target Location

sengoku.9in_game/events/situations/sengoku.txt:372
… 要求归还 …

Actor向我们提出了过于放肆的要求。他们拿出日本幕府统治者的身份来压倒我们,要求我们把对Target Location领地的控制权归还到Actor手中。尽管这显然不是Actor Adjective的职权所能作出的要求,但我们还是应该好好考虑如何回应。

事件链

每个事件由其上一层的事件触发;下方一行说明由哪个选项、在何时触发。

  1. Actor要求归还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 Actor要求归还Target Location
376desc = sengoku.9.desc Actor向我们提出了过于放肆的要求。他们拿出日本幕府统治者的身份来压倒我们,要求我们把对Target Location领地的控制权归还到Actor手中。尽管这显然不是Actor Adjective的职权所能作出的要求,但我们还是应该好好考虑如何回应。
377outcome = neutral
378image = "gfx/interface/illustrations/situation/sengoku.dds"

选项

A我们只能服从Actor 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。 关于 · 隐私 · 法律声明