스크립트 효과
hacw_side_with_faction_effect_hook
정의in_game/events/disaster/hook_and_cod_wars.txt:1120
1121add_estate_satisfaction = {
}
1122add_estate_satisfaction = {
}
1123custom_tooltip = {
1124text = hook_and_cod_wars.1100.gain_burghers_loyalty 소유 지점 중 도시 지점이면서 도시민 인구가 20.0% 이상인 지점은 팝 만족도가 pop satisfaction severe bonus 증가합니다. 반면, 도시 지점이 아니면서 도시민 인구가 20.0% 미만인 지점은 최대 4곳까지 팝 만족도가 pop satisfaction ultimate penalty 감소하고 Hacw Cod Faction 반란군에 가담합니다
1125ordered_in_list = {
1126list = hacw_nobles_location_list
1127order_by = population
1128max = 4
1129every_pop = {
1130limit = {
1131owner = root
}
1134change_pop_allegiance = scope:hacw_cod_faction
}
}
1137every_in_list = {
1138list = hacw_burghers_location_list
1139every_pop = {
1140limit = {
1141owner = root
}
}
}
1146destroy_rebel = scope:hacw_hook_faction
1147set_variable = {
1147value = scope:hacw_cod_faction
}
}