
わが国の従属国のTarget Character2が、Target Character1によるTarget Locationを譲渡せよという要求について我々に訴えてきた。Target Character2は、その領土が自身が支配する正統な領土の一部であると主張し、従属国間での強要を許さず、わが国の介入を求めている。この争いは国内の安定を脅かすものであり、我々の返答次第でこの地域における今後の勢力均衡が決まるだろう。
定義in_game/events/situations/hundred_years_war.txt:1958
1959type = country_event
1960category = situation_event
1961title = hundred_years_war.214.title Target Locationでの国境紛争
1962desc = hundred_years_war.214.desc わが国の従属国のTarget Character2が、Target Character1によるTarget Locationを譲渡せよという要求について我々に訴えてきた。Target Character2は、その領土が自身が支配する正統な領土の一部であると主張し、従属国間での強要を許さず、わが国の介入を求めている。この争いは国内の安定を脅かすものであり、我々の返答次第でこの地域における今後の勢力均衡が決まるだろう。
1963outcome = neutral
1965image = "gfx/interface/illustrations/situation/hundred_years_war.dds"
1967major = yes
1968major_trigger = {
1969is_subject_of = c:FRA }
選択肢
Aこの土地をActorに与えよ。
1978ai_chance = {
1979factor = 5
1980modifier = {
1981factor = 2
1982scope:target_location.owner = {
1983relative_strength = {
1984target = scope:actor
1985value <= 0.5
}
}
}
}
1999scope:target_location.owner = {
2000add_opinion = {
2002modifier = declined_demands_modifier
}
}
2005scope:actor = {
2006add_opinion = {
2008modifier = accepted_demands_modifier
}
}
2011scope:target_location = {
2012remove_core = scope:target_loser_country
2013change_location_owner = scope:actor
}
Bこの土地は紛れもなくTarget Loser Countryの一部だ!
2020ai_chance = {
2021factor = 5
2022modifier = {
2023factor = 5
2024scope:target_location.owner = {
2025relative_strength = {
2026target = scope:actor
2027value > 0.5
}
}
}
2031modifier = {
2032factor = 5
2033scope:target_location.owner = {
}
}
2035modifier = {
2036factor = 5
2037scope:target_location.owner = {
}
}
}
2041scope:target_location.owner = {
2042add_opinion = {
2044modifier = accepted_demands_modifier
}
}
2047scope:actor = {
2048add_opinion = {
2050modifier = declined_demands_modifier
}
}