
英格兰已向我们——法兰西的属国——提出交涉,意图收买我们的中立。他们承认我们对法兰西王冠的效忠义务,但请求我们在战事来临时不直接与他们的军队交战。作为回报,他们承诺提供补偿。接受条件或许能带来安全与财富,而我们的忠诚不知将付出何等代价。
定义in_game/events/situations/hundred_years_war.txt:1380
1381type = country_event
1382category = situation_event
1383title = hundred_years_war.209.title Actor与Target Subject接洽
1384desc = hundred_years_war.209.desc 英格兰已向我们——法兰西的属国——提出交涉,意图收买我们的中立。他们承认我们对法兰西王冠的效忠义务,但请求我们在战事来临时不直接与他们的军队交战。作为回报,他们承诺提供补偿。接受条件或许能带来安全与财富,而我们的忠诚不知将付出何等代价。
1385outcome = neutral
1387image = "gfx/interface/illustrations/situation/hundred_years_war.dds"
1388major = yes
1389major_trigger = {
1390OR = {
1391this = scope:actor
1392tag = ENG
1393tag = FRA
}
}
1397immediate = {
1398scope:actor.ruler_or_regent ?= {
1398save_scope_as = target_character1
}
1399ruler_or_regent ?= {
1399save_scope_as = target_character2
}
}
选项
A欢迎他们的捐赠。
1405ai_will_select = {
1406value = 300
1407if = {
1408limit = {
1408subject_loyalty >= 50
}
1409subtract = subject_loyalty
}
1411else = {
1412add = {
1413value = 100
1414subtract = subject_loyalty
}
}
1417if = {
1419add = {
1420value = num_loans
1421multiply = 10
}
}
1424add = {
1425value = {
1426add = "root.opinion(c:ENG)"
1427subtract = "root.opinion(c:FRA)"
1428multiply = 0.25
}
1431desc = "target subject ENG opinion minus FRA opinion"
}
}
1435scope:actor = {
1436transfer_yearly_gold = {
1438value = {
1439add = 0.05
1440add = {
1441value = root.subject_loyalty
1442multiply = 0.0015
}
}
1445target = root
}
}
1449add_country_modifier = {
1451years = 5
1452mode = replace
}
1455scope:actor = {
1456if = {
1458add_country_modifier = {
1460years = 3
1461mode = replace
}
}
}
1476if = {
1477limit = {
1477is_at_war_with = scope:actor
}
1478random_current_war = {
1479limit = {
1480any_war_participant = {
}
1481any_war_participant = {
}
}
1483root = {
1484leave_war = {
1485war = prev
1486actor = scope:actor
}
}
}
}
1494modifier = belligerent_diplomacy
}
B坚定效忠,我们绝不背叛!
1500ai_will_select = {
1501value = -175
1504if = {
1505limit = {
1505subject_loyalty >= 50
}
1506add = subject_loyalty
}
1508else = {
1510subtract = {
1511value = 50
1512subtract = subject_loyalty
}
}
1517if = {
1519subtract = {
1520value = num_loans
1521multiply = 10
}
}
1526add = {
1527value = {
1528add = "root.opinion(c:FRA)"
1529subtract = "root.opinion(c:ENG)"
}
1532desc = "target subject FRA opinion minus ENG opinion"
}
}
1536custom_tooltip = {
1537text = england_wont_request_for_at_least_x_years_tt Actor将在至少3年内不再提出该提议
}
1546modifier = successful_diplomacy
}