스크립트 효과
hacw_side_with_faction_effect_cod
정의in_game/events/disaster/hook_and_cod_wars.txt:1152
1153add_estate_satisfaction = {
}
1154add_estate_satisfaction = {
}
1155custom_tooltip = {
1156text = hook_and_cod_wars.1100.gain_nobles_loyalty 소유 지점 중 도시 지점이 아니면서 도시민 인구가 20.0% 미만인 지점은 팝 만족도가 pop satisfaction severe bonus 증가합니다. 반면, 도시 지점이면서 도시민 인구가 20.0% 이상인 지점은 최대 4곳까지 팝 만족도가 pop satisfaction ultimate penalty 감소하고 Hacw Hook Faction 반란군에 가담합니다
1157ordered_in_list = {
1158list = hacw_burghers_location_list
1159order_by = population
1160max = 4
1161check_range_bounds = no
1162every_pop = {
1163limit = {
1164owner = root
}
1167change_pop_allegiance = scope:hacw_hook_faction
}
}
1170every_in_list = {
1171list = hacw_nobles_location_list
1172every_pop = {
1173limit = {
1174owner = root
}
}
}
1179destroy_rebel = scope:hacw_cod_faction
1180set_variable = {
1180value = scope:hacw_hook_faction
}
}