事件
崛起中的强权
我们的征服为我国人民积攒了难以想象的财富。因此,如何保护这些财富成为了急需考虑的问题。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:2408
2409type = location_event
2411title = rise_of_the_ottomans.207.title 崛起中的强权
2412desc = rise_of_the_ottomans.207.desc 我们的征服为我国人民积攒了难以想象的财富。因此,如何保护这些财富成为了急需考虑的问题。Target Location是我们王冠上的一颗明珠,是我们事业成功的闪耀典范,也是我们在整个地区权威日益增长的象征。在当地建成一座贝伊堡垒将能进一步提升这座城市的地位,它的重要性已经彰显无疑。
2413outcome = neutral
2414immediate = {
2415root = {
2416save_scope_as = target_location
}
2422owner = {
2423set_variable = {
2425value = {
2426add = scope:target_location.population
2427divide = 100
}
}
}
2431if = {
2438owner = {
2439set_variable = {
2441value = {
2442add = 1
2443add = scope:target_location.modifier:harbor_suitability
}
}
}
}
2448if = {
}
2459if = {
2460limit = {
2461scope:target_location = {
2461num_buildings > 10
}
}
2463owner = {
2464set_variable = {
2466value = {
2467add = scope:target_location.num_buildings
2468divide = 10
}
}
}
}
2473if = {
2474limit = {
2475scope:target_location = {
2475is_capital = yes
}
}
}
2484if = {
2485limit = {
2486scope:target_location = {
2486num_roads > 4
}
}
2488owner = {
2489set_variable = {
2491value = {
2492add = scope:target_location.num_roads
2493divide = 4
}
}
}
}
2498owner = {
2499set_variable = {
2501value = {
2502add = scope:target_location.market_access
2503multiply = 2
}
}
}
}
2565after = {
2566owner = {
2570if = {
}
2574if = {
}
2578if = {
}
2582if = {
}
2586if = {
}
}
}