이벤트이번 버전 변경

새로운 Court Title

laws.0040in_game/events/government/laws.txt:1380

권력을 잡은 Target Character(이)가 Country의 관습에 따라 Court Title(을)를 다른 곳으로 옮길 계획을 세우고 있습니다. 거론되는 후보지로는 Target Location, Target Location2, Target Location3(이)가 있습니다. 어느 곳이 좋을까요?

요구 조건오스트리아국가trigger순방 궁정정책trigger

정의in_game/events/government/laws.txt:1380

1381type = country_event
1382title = laws.0040.title 새로운 Court Title
1383desc = laws.0040.desc 권력을 잡은 Target Character(이)가 Country의 관습에 따라 Court Title(을)를 다른 곳으로 옮길 계획을 세우고 있습니다. 거론되는 후보지로는 Target Location, Target Location2, Target Location3(이)가 있습니다. 어느 곳이 좋을까요?
1384outcome = neutral
1386trigger = {
1387is_ai = no
1388any_core_location = {
1389owner ?= root
1390is_capital = no
1391count >= 1
}
1393NOT = {
1394tag = HAB
}
1396has_policy = itinerant_court_policy
}
1399immediate = {
1400ordered_core_location = {
1401limit = {
1402owner ?= root
1403is_capital = no
}
1405order_by = population
1406max = 1
1407check_range_bounds = no
1408save_scope_as = target_location
}
1411if = {
1412limit = {
1413any_core_location = {
1414owner ?= root
1415is_capital = no
1416count >= 2
}
}
1419ordered_core_location = {
1420limit = {
1421owner ?= root
1422is_capital = no
}
1424order_by = population
1425max = 2
1426check_range_bounds = no
1427save_scope_as = target_location2
}
}
1431if = {
1432limit = {
1433any_core_location = {
1434owner ?= root
1435is_capital = no
1436count >= 3
}
}
1439ordered_core_location = {
1440limit = {
1441owner ?= root
1442is_capital = no
}
1444order_by = population
1445max = 3
1446check_range_bounds = no
1447save_scope_as = target_location3
}
}
1451ruler_or_regent ?= {
1452save_scope_as = target_character
}
}

선택지

ATarget Location(이)가 최선이다.
1459set_capital = scope:target_location
1461scope:target_location = {
1462change_prosperity = prosperity_mild_bonus (0.15)
}
BTarget Location2(이)가 괜찮아 보이는군.
1469trigger = {
1470exists = scope:target_location2
}
1473set_capital = scope:target_location2
1475scope:target_location2 = {
1476change_prosperity = prosperity_mild_bonus (0.15)
}
C덜 주목받는 Target Location3 Rank인 Target Location3(이)가 최고의 선택이다.
1483trigger = {
1484exists = scope:target_location3
}
1487set_capital = scope:target_location3
1489scope:target_location3 = {
1490change_prosperity = prosperity_mild_bonus (0.15)
}
DCapital(을)를 수도로 유지하겠다.
1497add_government_power = government_power_mild_penalty (-5)
1499capital ?= {
1500change_prosperity = prosperity_mild_bonus (0.15)
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지