
Ação
Treinar General
Gaste Tradição do Exército army tradition i para treinar um novo General. Ele não poderá ser membro do nosso Conselho de Ministros.
Definiçãoin_game/common/generic_actions/train_general.txt:1
2type = owncountry
4price = price:train_general
6ai_tick = daily
7ai_tick_frequency = 180
9automation_tick = daily
10automation_tick_frequency = 20
11player_automated_category = replacegenerals
15potential = {
}
18allow = {
}
21ai_prerequisite = {
22num_regiments > 0
}
25ai_will_do = {
26scope:actor = {
28value = {
30value = {
31value = num_regiments
32divide = {
33value = 4
34multiply = "define:NAI|AVERAGE_FRONTAGE"
}
}
39if = {
40limit = {
41at_war = yes
}
43add = 1
}
46subtract = possible_military_leaders
}
}
}
52effect = {
53scope:actor = {
54custom_tooltip = {
55text = train_general_effect Um novo General é treinado e chega ao nosso país.
56create_character = {}
}
}
}