43 lines
1.4 KiB
Text
43 lines
1.4 KiB
Text
|
|
#######################################################################
|
|
# Structure
|
|
#######################################################################
|
|
|
|
key = {
|
|
|
|
# fixed point script value that determines base candidate score
|
|
# root - appointment candidate
|
|
# scope:title - title for appointment
|
|
candidate_score = {
|
|
value = 0
|
|
}
|
|
|
|
# categories of people that are by default eligible to be in succession for the title
|
|
default_candidates = { holder_close_family landed_vassal }
|
|
|
|
# categories of people that can be additionally nominated for the title
|
|
# people from default_candidates are eligible by default already
|
|
invested_candidates = { holder_councilor holder_court_position }
|
|
|
|
### brief: allow_children ( bool )
|
|
# Whether or not to allow children to be evaluated for this
|
|
# sucession
|
|
#
|
|
allow_children = no
|
|
}
|
|
|
|
#Available categories for candidates are:
|
|
# holder_close_family
|
|
# holder_close_extended_family
|
|
# holder_house_member
|
|
# landed_vassal # it includes holder's own vassals and peer vassals of holder
|
|
# landed_vassal_close_family
|
|
# landed_vassal_close_extended_family
|
|
# landed_vassal_house_member
|
|
# unlanded_noble_house_head # it includes holder's own noble vassals and peer vassals of holder
|
|
# unlanded_noble_close_family
|
|
# unlanded_noble_close_extended_family
|
|
# unlanded_noble_house_member
|
|
# holder_councilor
|
|
# holder_court_position
|
|
# direct_subject
|