
행동
맘루크 승격
맘루크 정예병 중에서도 우리 행정부의 요직을 차지할 만큼 유능한 이들은 다른 고위직을 겸해 우리 군정 행정부의 근간을 이루며 막강한 영향력을 행사합니다.
맘루크 승격 가능보정치 유형potential정의in_game/common/generic_actions/mamluk_actions.txt:1
2type = parliament
4sound = PARLIAMENT_PROMOTE_MAMLUKS
13allow = {
14scope:actor = {
15is_active_parliament = yes
}
}
23ai_tick = daily
24ai_tick_frequency = 20
26automation_tick = daily
27automation_tick_frequency = 20
29effect = {
30scope:actor = {
31custom_tooltip = {
32text = promote_mamluks_tt 이벤트를 통해 새로운 맘루크 후보자가 나타납니다
}
35change_parliament_issue_support = {
40multiply = -1
}
}
}
45ai_will_do = {
46add = {
47if = {
48limit = {
49scope:actor = {
50parliament_issue_support > 0.75
}
}
53value = 10
}
}
}