이벤트

Target Location - 분쟁의 도시

rise_of_the_ottomans.203in_game/events/situations/rise_of_the_ottomans.txt:1712

우리는 정복 전쟁을 통해 백성들에게 상상조차 하기 힘들 만큼의 부를 선사해 주었습니다. 그리고 그 풍요로움을 지키는 것은 우리나라의 최우선 과제가 되었습니다. Target Location(은)는 우리 왕실의 보석이자 우리가 거둔 성공을 나타내는 빛나는 징표이며, 계속 커가는 우리의 영향력을 보여주는 상징이기도 합니다. 베이 요새가 완공되며 도시는 한층 더 그 위상을 높였고, 앞으로 여러 세대에 걸쳐 요충지로 자리매김할 것입니다.

요구 조건성건물immediate항만 역량보정치 유형immediate성채 도시정적 보정치optionlocation_coastal_harbor_suitability_var변수after, optionlocation_has_castle_var변수after, optionlocation_has_roads_var변수after, optionlocation_is_capital_var변수after, optionlocation_num_buildings_var변수after

정의in_game/events/situations/rise_of_the_ottomans.txt:1712

1713type = country_event
1714category = situation_event
1716title = rise_of_the_ottomans.203.title Target Location - 분쟁의 도시
1717desc = rise_of_the_ottomans.207.desc 우리는 정복 전쟁을 통해 백성들에게 상상조차 하기 힘들 만큼의 부를 선사해 주었습니다. 그리고 그 풍요로움을 지키는 것은 우리나라의 최우선 과제가 되었습니다. Target Location(은)는 우리 왕실의 보석이자 우리가 거둔 성공을 나타내는 빛나는 징표이며, 계속 커가는 우리의 영향력을 보여주는 상징이기도 합니다. 베이 요새가 완공되며 도시는 한층 더 그 위상을 높였고, 앞으로 여러 세대에 걸쳐 요충지로 자리매김할 것입니다.
1718outcome = neutral
1720historical_info = rise_of_the_ottomans.203.historical_info 앙카라의 역사는 이 도시를 차지하기 위한 전쟁으로 점철되어 있습니다. 로마 시대에는 문화, 무역, 예술의 중심지로 번영을 누렸던 앙카라는, 이후 오스만 치하에서 동방으로 이어지는 상단 교역로의 중심 거점으로 기능했습니다. 또한, 14세기의 앙카라에는 공화국과 유사한 형태의 상인 집단 정부가 들어섰는데, 베이국들 사이의 전쟁으로 가득했던 일대의 역사를 생각한다면 매우 흥미롭고 예외적인 시기라 할 수 있습니다.
1721immediate = {
1722location:ankara = {
1723save_scope_as = target_location
1724set_variable = {
}
}
1729set_variable = {
1731value = {
1732add = scope:target_location.population
1733divide = 100
}
}
1736if = {
1737limit = {
1738scope:target_location = {
1739is_coastal = yes
}
}
1743set_variable = {
1745value = {
1746add = 1
1747add = scope:target_location.modifier:harbor_suitability
}
}
}
1751if = {
1752limit = {
1753scope:target_location = {
1753has_building = building_type:castle
}
}
1755set_variable = {
1757value = 1.1
}
}
1760if = {
1761limit = {
1762scope:target_location = {
1762num_buildings > 10
}
}
1764set_variable = {
1766value = {
1767add = scope:target_location.num_buildings
1768divide = 10
}
}
}
1772if = {
1773limit = {
1774scope:target_location = {
1774is_capital = yes
}
}
1776set_variable = {
1778value = 1.2
}
}
1781if = {
1782limit = {
1783scope:target_location = {
1783num_roads > 4
}
}
1785set_variable = {
1787value = {
1788add = scope:target_location.num_roads
1789divide = 4
}
}
}
1793set_variable = {
1795value = {
1796add = scope:target_location.market_access
1797multiply = 2
}
}
}
1858after = {
1859remove_variable = location_pop_size_var
1860remove_variable = location_market_access_var
1861remove_variable = location_pop_size_var
1862if = {
1863limit = {
}
}
1866if = {
1867limit = {
1867has_variable = location_has_castle_var
}
1868remove_variable = location_has_castle_var
}
1870if = {
1871limit = {
1871has_variable = location_num_buildings_var
}
1872remove_variable = location_num_buildings_var
}
1874if = {
1875limit = {
1875has_variable = location_has_roads_var
}
1876remove_variable = location_has_roads_var
}
1878if = {
1879limit = {
1879has_variable = location_is_capital_var
}
1880remove_variable = location_is_capital_var
}
}

선택지

A날로 커가는 영향력과 번영의 증거로다!
1805add_prestige = prestige_mild_bonus (10)
1806scope:target_location = {
1807if = {
1808limit = {
1809NOT = {
1809has_location_modifier = stronghold_city_modifier
}
}
1811add_location_modifier = {
1813years = 10
1814mode = add_and_extend
}
}
1817custom_tooltip = based_on_target_location_splendor_and_importance_tt 지점 중요도에 따라 Target Location에 다음 효과가 발생합니다:
1818change_control = {
1819value = control_mild_bonus (0.1)
1820multiply = owner.var:location_pop_size_var
1821if = {
1822limit = {
1823owner = {
1823has_variable = location_has_roads_var
}
}
1825multiply = owner.var:location_has_roads_var
}
1827if = {
1828limit = {
1829owner = {
1829has_variable = location_has_castle_var
}
}
1831multiply = owner.var:location_has_castle_var
}
1833if = {
1834limit = {
1835owner = {
1835has_variable = location_is_capital_var
}
}
1837multiply = owner.var:location_is_capital_var
}
}
1840change_prosperity = {
1841value = 0.05
1842multiply = owner.var:location_pop_size_var
1843if = {
1844limit = {
1845owner = {
}
}
1847multiply = owner.var:location_coastal_harbor_suitability_var
}
1849if = {
1850limit = {
1851owner = {
1851has_variable = location_is_capital_var
}
}
1853multiply = owner.var:location_is_capital_var
}
}
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지