スクリプト値
hegemon_demand_base_will_do
覇権国の最後通牒開戦事由if 1定義in_game/common/script_values/diplomatic_values.txt:91
92if = {
93limit = {
93scope:actor = {
93has_casus_belli_of_type_on = {
93target = scope:recipient
}
}
}
94subtract = {
95desc = "DIPLOREASON_WE_HAVE_CASUS_BELLI" わが国にはすでに開戦事由がある
96value = 1000
}
}
99if = {
100limit = {
101exists = scope:scripted_relation_type
}
103add = {
104desc = "DIPLOREASON_THEY_WOULD_ACCEPT" 相手国が受け入れる見込みがある
105value = "scope:actor.offer_relation_acceptance(scope:scripted_relation_type|scope:recipient)"
}
}
112if = {
113limit = {
113scope:actor = {
113wants_casus_belli_with = scope:recipient
}
}
114add = {
115desc = "DIPLOREASON_WE_WANT_WAR" わが国が戦争を望んでいる
116value = 100
}
}