parent
15a5108e23
commit
c4b6d9bdeb
250 changed files with 11067 additions and 16365 deletions
|
|
@ -2929,24 +2929,22 @@ court_events.3120 = {
|
|||
any_courtier_or_guest = {
|
||||
is_available = yes
|
||||
OR = {
|
||||
inspiration ?= {
|
||||
OR = {
|
||||
has_inspiration_type = weapon_inspiration
|
||||
has_inspiration_type = armor_inspiration
|
||||
has_inspiration_type = smith_inspiration
|
||||
has_inspiration_type = weaver_inspiration
|
||||
has_inspiration_type = artisan_inspiration
|
||||
AND = {
|
||||
inspiration ?= {
|
||||
NOR = {
|
||||
has_inspiration_type = adventure_inspiration
|
||||
has_inspiration_type = alchemy_inspiration
|
||||
has_inspiration_type = book_inspiration
|
||||
}
|
||||
}
|
||||
}
|
||||
AND = {
|
||||
has_completed_inspiration = yes
|
||||
var:created_artifact_type ?= {
|
||||
OR = {
|
||||
this = flag:weapon
|
||||
this = flag:armor
|
||||
this = flag:smith
|
||||
this = flag:weaver
|
||||
this = flag:artisan
|
||||
NOR = {
|
||||
this = flag:adventure
|
||||
this = flag:alchemy
|
||||
this = flag:book
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -3027,24 +3025,23 @@ court_events.3120 = {
|
|||
limit = {
|
||||
is_available = yes
|
||||
OR = {
|
||||
inspiration ?= {
|
||||
OR = {
|
||||
has_inspiration_type = weapon_inspiration
|
||||
has_inspiration_type = armor_inspiration
|
||||
has_inspiration_type = smith_inspiration
|
||||
has_inspiration_type = weaver_inspiration
|
||||
has_inspiration_type = artisan_inspiration
|
||||
AND = {
|
||||
exists = inspiration
|
||||
inspiration ?= {
|
||||
NOR = {
|
||||
has_inspiration_type = adventure_inspiration
|
||||
has_inspiration_type = alchemy_inspiration
|
||||
has_inspiration_type = book_inspiration
|
||||
}
|
||||
}
|
||||
}
|
||||
AND = {
|
||||
has_completed_inspiration = yes
|
||||
var:created_artifact_type ?= {
|
||||
OR = {
|
||||
this = flag:weapon
|
||||
this = flag:armor
|
||||
this = flag:smith
|
||||
this = flag:weaver
|
||||
this = flag:artisan
|
||||
NOR = {
|
||||
this = flag:adventure
|
||||
this = flag:alchemy
|
||||
this = flag:book
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2486,7 +2486,6 @@ court.3031 = {
|
|||
option = {
|
||||
name = court.3031.c
|
||||
every_sub_realm_county = {
|
||||
custom = every_culture_county_3031
|
||||
limit = {
|
||||
culture = scope:reference_county.culture
|
||||
}
|
||||
|
|
@ -8735,7 +8734,6 @@ court.8010 = {
|
|||
limit = {
|
||||
any_character_artifact = {
|
||||
count > 1
|
||||
artifact_can_be_gift_to_trigger = { RECIPIENT = scope:underequipped }
|
||||
artifact_slot_type = primary_armament
|
||||
}
|
||||
}
|
||||
|
|
@ -8743,7 +8741,6 @@ court.8010 = {
|
|||
limit = {
|
||||
is_equipped = no
|
||||
artifact_slot_type = primary_armament
|
||||
artifact_can_be_gift_to_trigger = { RECIPIENT = scope:underequipped }
|
||||
}
|
||||
order_by = {
|
||||
value = 0
|
||||
|
|
@ -13415,41 +13412,13 @@ 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:worried_courtier
|
||||
this = scope:another_courtier_check
|
||||
is_of_major_interest_to_root_trigger = yes
|
||||
}
|
||||
is_of_minor_interest_to_root_trigger = yes
|
||||
|
|
@ -13470,6 +13439,21 @@ 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!?
|
||||
|
|
|
|||
|
|
@ -706,7 +706,10 @@ court_events.1010 = {
|
|||
scope:grander_ruler = {
|
||||
any_character_artifact = {
|
||||
ep1_artifact_is_court_artifact_trigger = yes
|
||||
artifact_can_be_gift_advance_trigger = yes
|
||||
NOR = {
|
||||
has_variable = banner_house
|
||||
has_variable = banner_dynasty
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -714,7 +717,10 @@ court_events.1010 = {
|
|||
random_character_artifact = {
|
||||
limit = {
|
||||
ep1_artifact_is_court_artifact_trigger = yes
|
||||
artifact_can_be_gift_advance_trigger = yes
|
||||
NOR = {
|
||||
has_variable = banner_house
|
||||
has_variable = banner_dynasty
|
||||
}
|
||||
}
|
||||
save_scope_as = coveted_artifact
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue