
DziałanieNowość w tej wersji
Założenie włoskiego centrum administracji
Wykorzystując naszą silną obecność obejmującą Włochy, możemy bez problemu ustanowić nowe centrum władzy. Będzie to potężny ośrodek rządów poszerzający nasz rzeczywisty zasięg administracyjny na cały półwysep.
Włoskie centrum administracyjneBudowlaselect trigger 2
Gubernator lokalnyBudowlaselect trigger 2
Gubernator morskiBudowlaselect trigger 2
MiastoRanga lokacjiselect trigger 2
MegalopolisRanga lokacjiselect trigger 2
Liczba włoskich ośrodków administracyjnychTyp modyfikatorapotential
Wojny włoskieSytuacjaselect trigger 1Definicjain_game/common/generic_actions/italian_wars.txt:1665
1666type = situation
1668automation_tick = never
1669automation_tick_frequency = 12
1671ai_tick = monthly
1672ai_tick_frequency = 12
1680allow = {
1681scope:actor ?= {
1682is_during_bankruptcy = no
1683custom_tooltip = {
1684text = italian_administration_center_tt Możesz stworzyć tylko jedno Włoskie centrum administracyjne (obecna liczba: Italian Administration Center).
1685total_building_levels_including_construction:italian_administration_center < 1
}
}
}
1690price = price:establish_italian_administration_center_price
1692select_trigger = {
1693looking_for_a = situation
1699target_flag = recipient
1700name = "choose_situation" Wybierz Concept:
1701column = {
1701data = name
}
}
1708select_trigger = {
1709looking_for_a = location
1710interaction_source_list = {
1711scope:actor = {
1712every_owned_non_rural_location = {
1713limit = {
1714region = region:italy_region
}
1720add_to_list = source
}
}
}
1724target_flag = target
1725name = "choose_location" Wybierz Concept
1726none_available_msg_key = "no_locations_available"
1727column = {
1727data = name
}
1728column = {
1728data = population
}
1729enabled = {
1730is_capital = no
1731NOR = {
}
}
}
1739effect = {
1740if = {
1741limit = {
1741exists = scope:target
}
1742scope:target = {
1743construct_building = {
1745cost_multiplier = 0
1746cost_multiplier_reason = "italian_administration_sponsorship"
}
}
}
1750else = {
1750custom_tooltip = establish_italian_administration_center_tt Wybrana Location rozpocznie prace budowlane, by powstało Włoskie centrum administracyjne.
}
}
1753ai_will_do = {
1754if = {
1755limit = {
1755exists = scope:target
}
1756subtract = {
1757desc = "[target.GetName] [proximity|e]"
1758value = scope:target.proximity
}
1760add = {
1761desc = "[target.GetName] [development|e]"
1762value = scope:target.development
}
1764add = {
1765desc = "[target.GetName] [population|e]"
1766value = scope:target.population
}
1768if = {
1769limit = {
1770scope:target = {
1770has_river = yes
}
}
1772add = {
1773value = 50
1774desc = "[river|e]"
}
}
}
1778else = {
1779add = {
1780value = 50
1781desc = BASE_VALUE
}
}
}