
当战火席卷英格兰与法兰西的土地时,Actor的使者抵达了我们的宫廷。他们字斟句酌,以含蓄的紧迫感谈论着共同的敌人、正义的事业与崇高的盟约。
华丽辞藻背后是明确的请求——他们确实在寻求我们对其斗争的支持,愿以金币换取我们的旗帜。无论出于忠诚、机遇或野心,我们将做出抉择。
定义in_game/events/situations/hundred_years_war.txt:2294
2295type = country_event
2296category = situation_event
2297title = hundred_years_war.217.title 召唤参战
2298desc = hundred_years_war.217.desc 当战火席卷英格兰与法兰西的土地时,Actor的使者抵达了我们的宫廷。他们字斟句酌,以含蓄的紧迫感谈论着共同的敌人、正义的事业与崇高的盟约。
华丽辞藻背后是明确的请求——他们确实在寻求我们对其斗争的支持,愿以金币换取我们的旗帜。无论出于忠诚、机遇或野心,我们将做出抉择。
2299outcome = neutral
2301image = "gfx/interface/illustrations/situation/hundred_years_war.dds"
2303major = yes
2304major_trigger = {
2305OR = {
2307tag = FRA
2308is_subject_of = c:FRA 2309is_subject_of = c:ENG 2310has_mutual_scripted_relation = {
2311type = relation_type:alliance
}
2314has_mutual_scripted_relation = {
2315type = relation_type:alliance
}
}
}
2321immediate = {
2322ruler_or_regent = {
2322save_scope_as = target_character1
}
2323scope:actor = {
2324ruler_or_regent = {
2324save_scope_as = target_character2
}
2326random_current_war = {
2327limit = {
2328OR = {
2329AND = {
2330attacker_leader = c:ENG 2331defender_leader = c:FRA }
2333AND = {
2334attacker_leader = c:FRA 2335defender_leader = c:ENG }
}
}
2339save_scope_as = target_war
}
2342if = {
2344save_scope_as = target_opponent
}
}
2346else = {
2347save_scope_as = target_opponent
}
}
}
}
选项
A我们将并肩作战。
2355ai_will_select = {
2356subtract = 40
2357add = {
2358value = 100
2359multiply = "root.relative_strength(scope:target_opponent)"
}
2361if = {
2362limit = {
2363scope:actor = {
2363is_in_losing_war = yes
}
}
2365subtract = 10
}
2367if = {
2368limit = {
2368manpower_percentage > 0
}
2369add = {
2370value = 10
2371multiply = manpower_percentage
}
}
2375if = {
2376limit = {
2377OR = {
2378is_rival_of = scope:target_opponent
2379is_enemy_of = scope:target_opponent
}
}
2382add = 15
}
2384subtract = {
2385value = war_exhaustion
2386multiply = 2
}
}
2390add_gold = {
2391value = scope:actor.monthly_income_trade_and_tax
2392multiply = 6
}
2395scope:actor = {
2396add_gold = {
2397value = monthly_income_trade_and_tax
2398multiply = -6
}
}
2402join_war_with = {
2403war = scope:target_war
2404target = scope:actor
2405call_in_subjects = yes
}
B他们的战争,不关我们的事。
2416custom_tooltip = {
2417text = they_will_be_notified_of_our_rejection_tt Actor将得知我们拒绝停战的消息
}