事件
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:2235
2236type = country_event
2237category = situation_event
2239title = rise_of_the_ottomans.206.title Target Location-异教徒之城
2240desc = rise_of_the_ottomans.207.desc 我们的征服为我国人民积攒了难以想象的财富。因此,如何保护这些财富成为了急需考虑的问题。Target Location是我们王冠上的一颗明珠,是我们事业成功的闪耀典范,也是我们在整个地区权威日益增长的象征。在当地建成一座贝伊堡垒将能进一步提升这座城市的地位,它的重要性已经彰显无疑。
2241outcome = neutral
2243historical_info = rise_of_the_ottomans.206.historical_info 士麦那的起源可追溯到数千年前作为古希腊人在安纳托利亚西岸的主要定居点之一的历史。近几个世纪以来,突厥人的军队数次围攻此地,使其饱受蹂躏,直到1222年尼西亚帝国瓦塔齐斯王朝的皇帝约翰三世重建了士麦那城。1344年,罗德岛骑士团和塞浦路斯联军对士麦那发动了十字军并获得胜利。1403年,帖木儿在士麦那大败十字军,这位伟大征服者严重破坏了这座城市。尽管如此,希腊人在该地的影响力依然强大,故而被奥斯曼人称为“异教徒的士麦那”。
2244immediate = {
2245location:smyrna = {
2246save_scope_as = target_location
}
2252set_variable = {
2254value = {
2255add = scope:target_location.population
2256divide = 100
}
}
2259if = {
2266set_variable = {
2268value = {
2269add = 1
2270add = scope:target_location.modifier:harbor_suitability
}
}
}
2274if = {
}
2283if = {
2284limit = {
2285scope:target_location = {
2285num_buildings > 10
}
}
2287set_variable = {
2289value = {
2290add = scope:target_location.num_buildings
2291divide = 10
}
}
}
2295if = {
2296limit = {
2297scope:target_location = {
2297is_capital = yes
}
}
}
2304if = {
2305limit = {
2306scope:target_location = {
2306num_roads > 4
}
}
2308set_variable = {
2310value = {
2311add = scope:target_location.num_roads
2312divide = 4
}
}
}
2316set_variable = {
2318value = {
2319add = scope:target_location.market_access
2320multiply = 2
}
}
}
2381after = {
2385if = {
}
2389if = {
}
2393if = {
}
2397if = {
}
2401if = {
}
}