
Parliament Agenda
Grant Privilege
Sometimes you have to give permanent benefits to an Estate to gain their support for something in the shorter term.
Definitionin_game/common/parliament_agendas/00_common.txt:2
3type = country
9importance = 1.5
11potential = {
12estate(scope:target) = {
13num_privileges < 6
14num_possible_privileges > 0
}
}
18on_accept = {
19estate(scope:target) = {
20random_possible_privilege = {
21root = {
22grant_estate_privilege = prev
}
}
}
}
35ai_will_do = {
36subtract = {
37if = {
38limit = {
39estate_satisfaction = {
39estate_type = scope:target
39value > 0.5
}
}
41value = 10
}
}
45subtract = {
46if = {
47limit = {
48modifier:revoke_privilege_cost_modifier < 0
}
50value = 100
}
}
}
54chance = 10