Betik Etkisi
qa_create_vassalization_targets
Vassalize Everyone Menu
Tanımin_game/events/debug/qa_debug.txt:2100
2101set_local_variable = {
2101name = qa_vassal_counter
2101value = 1
}
2102while = {
2103count = 9
2104random_neighbor_country = {
2105limit = {
2106NOT = {
2106scope:target_1 = this
}
2107NOT = {
2107scope:target_2 = this
}
2108NOT = {
2108scope:target_3 = this
}
2109NOT = {
2109scope:target_4 = this
}
2110NOT = {
2110scope:target_5 = this
}
2111NOT = {
2111scope:target_6 = this
}
2112NOT = {
2112scope:target_7 = this
}
2113NOT = {
2113scope:target_8 = this
}
2114NOT = {
2114scope:target_9 = this
}
}
2116if = {
2116limit = {
2116root = {
2116local_var:qa_vassal_counter = 1
}
}
2116save_scope_as = target_1
}
2117else_if = {
2117limit = {
2117root = {
2117local_var:qa_vassal_counter = 1
}
}
2117save_scope_as = target_1
}
2118else_if = {
2118limit = {
2118root = {
2118local_var:qa_vassal_counter = 2
}
}
2118save_scope_as = target_2
}
2119else_if = {
2119limit = {
2119root = {
2119local_var:qa_vassal_counter = 3
}
}
2119save_scope_as = target_3
}
2120else_if = {
2120limit = {
2120root = {
2120local_var:qa_vassal_counter = 4
}
}
2120save_scope_as = target_4
}
2121else_if = {
2121limit = {
2121root = {
2121local_var:qa_vassal_counter = 5
}
}
2121save_scope_as = target_5
}
2122else_if = {
2122limit = {
2122root = {
2122local_var:qa_vassal_counter = 6
}
}
2122save_scope_as = target_6
}
2123else_if = {
2123limit = {
2123root = {
2123local_var:qa_vassal_counter = 7
}
}
2123save_scope_as = target_7
}
2124else_if = {
2124limit = {
2124root = {
2124local_var:qa_vassal_counter = 8
}
}
2124save_scope_as = target_8
}
2125else_if = {
2125limit = {
2125root = {
2125local_var:qa_vassal_counter = 9
}
}
2125save_scope_as = target_9
}
}
2127change_local_variable = {
2128name = qa_vassal_counter
2128add = 1
}
}