이벤트이번 버전 변경

Target Subject에 접근하는 Actor

hundred_years_war.209in_game/events/situations/hundred_years_war.txt:1380
… 에 접근하는 …

잉글랜드 측이 프랑스의 종속국인 우리에게 접근해 돈으로 우리의 중립을 사려 하고 있습니다. 이들은 우리가 프랑스 왕실에 져야 할 의무를 인정하면서도, 전쟁이 발발할 경우 자신들의 군대와 직접 교전하는 것만은 피해 달라고 요청했습니다. 그 대가로 상대국은 후한 보상을 제안하고 있습니다. 이 제안을 받아들일 경우 안위와 재물을 얻을 수 있겠지만, 과연 충성을 저버린 대가는 무엇일까요?

요구 조건외교적 배신정적 보정치option 1

정의in_game/events/situations/hundred_years_war.txt:1380

1381type = country_event
1382category = situation_event
1383title = hundred_years_war.209.title Target Subject에 접근하는 Actor
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 = {
1418limit = {
1418num_loans > 0
}
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 = {
1457limit = {
1457is_ai = yes
}
1458add_country_modifier = {
1459modifier = aggressive_planning
1460years = 3
1461mode = replace
1462size = {보정치 배율
1463value = 1
1464c:FRA = {
1465every_subject = {
1466limit = {
1466has_country_modifier = diplomatic_betrayal_modifier
}
1467add = 0.1
}
}
}
}
}
}
1476if = {
1477limit = {
1477is_at_war_with = scope:actor
}
1478random_current_war = {
1479limit = {
1480any_war_participant = {
1480this = root
}
1481any_war_participant = {
1481this = scope:actor
}
}
1483root = {
1484leave_war = {
1485war = prev
1486actor = scope:actor
}
}
}
}
1493target = c:FRA
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 = {
1518limit = {
1518num_loans > 0
}
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년간 이러한 제안을 하지 않습니다
1538set_variable = {
1540years = 3
}
}
1545target = c:FRA
1546modifier = successful_diplomacy
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지