스크립트 효과
event_illustration_culture_effect
event_illustration_culture_effect = { culture = culture:catalan }
정의in_game/common/scripted_effects/00_event_illustration_effects.txt:68
69if = {
70limit = {
71OR = {
72AND = {
73scope_type = location
74owner ?= {
74is_ai = no
}
}
76AND = {
77scope_type = country
78is_ai = no
}
}
}
82ordered_pop = {
83limit = {
83culture = $culture$
}
84max = 1
85order_by = pop_size
86order_by = {
87value = 0
88add = {
89if = {
90limit = {
91religion = root.religion
}
93value = 10
}
}
96add = {
97if = {
98limit = {
99location = {
100owner = root
101integration_level = core
}
}
104value = 100
}
}
107add = {
108if = {
109limit = {
110location = {
111owner = root
112integration_level = integrated
}
}
115value = 50
}
}
}
119save_scope_as = target_pop
}
}