
Cabinet Action
Aclla Recruitment
Our cabinet will focus on gathering the most beautiful and intelligent girls of the realm to train them to become Acllas, allowing them to serve the state for Royal Marriage and Marry Aclla.
The amount of eligible Characters we will gain varies between 2 and 7 in 4 years.
Can use Aclla MarriageModifier TypepotentialAccumulating AcllasStatic Modifieris finished, on deactivateis_gathering_acllasVariableon deactivateModifiers
Definitionin_game/common/cabinet_actions/gather_acllas.txt:1
2ability = adm
6years = 4
7country_modifier = {
}
10on_activate = {
11scope:actor ?= {
12hidden_effect = {
15random_list = {
}
}
}
}
29on_deactivate = {
30scope:actor ?= {
31hidden_effect = {
32if = {
}
36else = {
37while = {
42create_character = {
43religion = scope:actor.religion
44culture = scope:actor.culture
46age = 18
47female = yes
}
}
}
}
}
}
