事件
Target Location的市民

Target Location的Parliament成员在Parliament中占据重要地位,因为他们代表着我国的经济中心之一。这些权贵的财力虽在Parliament中举足轻重,当前讨论的议题若通过将使他们受益,因此他们的资金正被用于收买支持而非设置障碍——这对我们而言实属幸事。
市民阶层trigger定义in_game/events/government/parliaments.txt:805
806type = country_event
807title = parliaments.14.title Target Location的市民
808desc = parliaments.14.desc Target Location的Parliament成员在Parliament中占据重要地位,因为他们代表着我国的经济中心之一。这些权贵的财力虽在Parliament中举足轻重,当前讨论的议题若通过将使他们受益,因此他们的资金正被用于收买支持而非设置障碍——这对我们而言实属幸事。
809outcome = neutral
811illustration_tags = {
81210 = happy
81310 = interior
}
816trigger = {
817any_owned_non_rural_location = {
818num_buildings > 10
}
}
827immediate = {
828random_owned_location = {
829limit = {
830num_buildings > 10
}
832save_scope_as = target_location
}
}
}