Alignment
This commit is contained in:
parent
f7a954eb51
commit
15a5108e23
250 changed files with 31104 additions and 25806 deletions
|
|
@ -2486,6 +2486,7 @@ court.3031 = {
|
|||
option = {
|
||||
name = court.3031.c
|
||||
every_sub_realm_county = {
|
||||
custom = every_culture_county_3031
|
||||
limit = {
|
||||
culture = scope:reference_county.culture
|
||||
}
|
||||
|
|
@ -8734,6 +8735,7 @@ court.8010 = {
|
|||
limit = {
|
||||
any_character_artifact = {
|
||||
count > 1
|
||||
artifact_can_be_gift_to_trigger = { RECIPIENT = scope:underequipped }
|
||||
artifact_slot_type = primary_armament
|
||||
}
|
||||
}
|
||||
|
|
@ -8741,6 +8743,7 @@ court.8010 = {
|
|||
limit = {
|
||||
is_equipped = no
|
||||
artifact_slot_type = primary_armament
|
||||
artifact_can_be_gift_to_trigger = { RECIPIENT = scope:underequipped }
|
||||
}
|
||||
order_by = {
|
||||
value = 0
|
||||
|
|
@ -13412,13 +13415,41 @@ court.9300 = {
|
|||
}
|
||||
|
||||
immediate = {
|
||||
random_courtier = {
|
||||
limit = {
|
||||
is_available_ai_adult = yes
|
||||
has_court_event_flag = no
|
||||
save_temporary_scope_as = another_courtier_check
|
||||
root = {
|
||||
any_courtier_or_guest = {
|
||||
is_available_ai_adult = yes
|
||||
has_court_event_flag = no
|
||||
loves_food_trigger = yes
|
||||
NOR = {
|
||||
this = scope:another_courtier_check
|
||||
is_of_major_interest_to_root_trigger = yes
|
||||
}
|
||||
is_of_minor_interest_to_root_trigger = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
weight = {
|
||||
base = 1
|
||||
modifier = {
|
||||
add = 100
|
||||
is_knight = yes
|
||||
}
|
||||
}
|
||||
save_scope_as = worried_courtier
|
||||
court_event_character_flag_effect = yes
|
||||
}
|
||||
random_courtier_or_guest = {
|
||||
limit = {
|
||||
is_available_ai_adult = yes
|
||||
has_court_event_flag = no
|
||||
loves_food_trigger = yes
|
||||
NOR = {
|
||||
this = scope:another_courtier_check
|
||||
this = scope:worried_courtier
|
||||
is_of_major_interest_to_root_trigger = yes
|
||||
}
|
||||
is_of_minor_interest_to_root_trigger = yes
|
||||
|
|
@ -13439,21 +13470,6 @@ court.9300 = {
|
|||
save_scope_as = overindulger_target
|
||||
court_event_character_flag_effect = yes
|
||||
}
|
||||
random_courtier = {
|
||||
limit = {
|
||||
is_available_ai_adult = yes
|
||||
this != scope:overindulger_target
|
||||
}
|
||||
weight = {
|
||||
base = 1
|
||||
modifier = {
|
||||
add = 100
|
||||
is_knight = yes
|
||||
}
|
||||
}
|
||||
save_scope_as = worried_courtier
|
||||
court_event_character_flag_effect = yes
|
||||
}
|
||||
}
|
||||
|
||||
option = { # Stealing the King's treats, are we!?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue