Character Interaction
Grant Cabinet Right
The Character gains the right to serve their ruler in the Cabinet.
Blocked from CabinetModifier Typeselect trigger
Ignore Gender Limitation for CabinetModifier Typeselect triggerGranted Cabinet RightStatic Modifierselect trigger3sound = UI_action_character_grant_cabinet_rights
5message = yes
6on_own_nation = yes
8potential = {
}
11ai_tick = daily
12ai_tick_frequency = 90
14allow = {
}
17price = price:grant_cabinet_right_price
19select_trigger = {
20looking_for_a = character
21source = actor
22target_flag = recipient
23name = "choose_character" Choose the Character:
24column = {
25data = name
}
27visible = {
31is_ruler = no
32is_loyal = yes
33is_consort = no
34is_artist = no
35is_regent = no
36is_religious_figure = no
37OR = {
38AND = {
39is_female = no
40scope:actor.modifier:gender_equality = no
41OR = {
42scope:actor.modifier:allow_male_cabinet = no
43scope:actor.modifier:block_male_cabinet = yes
}
}
46AND = {
47is_female = yes
48scope:actor.modifier:gender_equality = no
49OR = {
50scope:actor.modifier:allow_female_cabinet = no
51scope:actor.modifier:block_female_cabinet = yes
}
}
}
}
56enabled = {
57is_adult = yes
58has_unit = no
59has_exploration = no
60has_exploration_construction = no
}
}
66effect = {
67scope:recipient = {
}
}
75ai_will_do = {
76add = {
77value = scope:recipient.total_abilities
78subtract = 250
}
}