事件
Target Location-易帜之城
我们的征服为我国人民积攒了难以想象的财富。因此,如何保护这些财富成为了急需考虑的问题。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 纵观历史,安卡拉被在众多军队的争夺中来回易帜。在罗马时代,这座城市作为文化、贸易和艺术中心繁荣昌盛。后来,在奥斯曼帝国的统治下,安卡拉成为东部商队贸易路线上的枢纽。在十四世纪上半叶,安卡拉被一个具有共和国性质的商人会盟政权所控制,这在半岛纷乱的各贝伊争霸的局势下倒是个怪事。
1721immediate = {
1722location:ankara = {
1723save_scope_as = target_location
}
1729set_variable = {
1731value = {
1732add = scope:target_location.population
1733divide = 100
}
}
1736if = {
1743set_variable = {
1745value = {
1746add = 1
1747add = scope:target_location.modifier:harbor_suitability
}
}
}
1751if = {
}
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
}
}
}
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 = {
1862if = {
}
1866if = {
}
1870if = {
}
1874if = {
}
1878if = {
}
}