parent
15a5108e23
commit
c4b6d9bdeb
250 changed files with 11067 additions and 16365 deletions
|
|
@ -5791,6 +5791,7 @@ bp3_journey.2200 = {
|
|||
is_available_healthy_ai_adult = yes
|
||||
bodyguard_validity_trigger = { EMPLOYER = root }
|
||||
}
|
||||
is_valid_to_hire_court_position_type = master_of_spoils_camp_officer
|
||||
}
|
||||
random_pool_character = {
|
||||
province = scope:location
|
||||
|
|
|
|||
|
|
@ -202,13 +202,16 @@ bp3_survey.0010 = {
|
|||
scope:inspection_location = {
|
||||
random_neighboring_county = {
|
||||
limit = {
|
||||
holder = {
|
||||
NOR = {
|
||||
is_vassal_or_below_of = root
|
||||
this = root
|
||||
exists = holder
|
||||
holder.top_liege = root.location.county.holder.top_liege
|
||||
NOT = {
|
||||
holder = {
|
||||
OR = {
|
||||
is_vassal_of = root
|
||||
this = root
|
||||
}
|
||||
}
|
||||
}
|
||||
holder.top_liege = root.location.county.holder.top_liege
|
||||
}
|
||||
save_scope_as = claim_location
|
||||
}
|
||||
|
|
@ -283,8 +286,7 @@ bp3_survey.0010 = {
|
|||
}
|
||||
}
|
||||
}
|
||||
else_if = { # Not focused on Claims
|
||||
limit = { exists = scope:claim_location }
|
||||
else = { # Not focused on Claims
|
||||
scope:claim_location.duchy = {
|
||||
if = {
|
||||
limit = {
|
||||
|
|
@ -683,35 +685,35 @@ bp3_survey.0010 = {
|
|||
value = major_merit_gain
|
||||
house ?= {
|
||||
if = {
|
||||
limit = { has_house_aspiration_parameter = inspection_activity_merit_bonus_5 }
|
||||
limit = { has_house_power_parameter = inspection_activity_merit_bonus_5 }
|
||||
multiply = {
|
||||
value = 1
|
||||
add = inspection_activity_merit_bonus_5_value
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = { has_house_aspiration_parameter = inspection_activity_merit_bonus_4 }
|
||||
limit = { has_house_power_parameter = inspection_activity_merit_bonus_4 }
|
||||
multiply = {
|
||||
value = 1
|
||||
add = inspection_activity_merit_bonus_4_value
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = { has_house_aspiration_parameter = inspection_activity_merit_bonus_3 }
|
||||
limit = { has_house_power_parameter = inspection_activity_merit_bonus_3 }
|
||||
multiply = {
|
||||
value = 1
|
||||
add = inspection_activity_merit_bonus_3_value
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = { has_house_aspiration_parameter = inspection_activity_merit_bonus_2 }
|
||||
limit = { has_house_power_parameter = inspection_activity_merit_bonus_2 }
|
||||
multiply = {
|
||||
value = 1
|
||||
add = inspection_activity_merit_bonus_2_value
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = { has_house_aspiration_parameter = inspection_activity_merit_bonus_1 }
|
||||
limit = { has_house_power_parameter = inspection_activity_merit_bonus_1 }
|
||||
multiply = {
|
||||
value = 1
|
||||
add = inspection_activity_merit_bonus_1_value
|
||||
|
|
@ -727,7 +729,7 @@ bp3_survey.0010 = {
|
|||
# If you have the governance aspiration, you gain some gold and a higher salary
|
||||
if = {
|
||||
limit = {
|
||||
house ?= { has_house_aspiration_parameter = inspection_activity_increases_salary }
|
||||
house ?= { has_house_power_parameter = inspection_activity_increases_salary }
|
||||
}
|
||||
scope:activity = {
|
||||
add_activity_log_entry = {
|
||||
|
|
@ -850,35 +852,35 @@ bp3_survey.0010 = {
|
|||
value = minor_merit_gain
|
||||
house ?= {
|
||||
if = {
|
||||
limit = { has_house_aspiration_parameter = inspection_activity_merit_bonus_5 }
|
||||
limit = { has_house_power_parameter = inspection_activity_merit_bonus_5 }
|
||||
multiply = {
|
||||
value = 1
|
||||
add = inspection_activity_merit_bonus_5_value
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = { has_house_aspiration_parameter = inspection_activity_merit_bonus_4 }
|
||||
limit = { has_house_power_parameter = inspection_activity_merit_bonus_4 }
|
||||
multiply = {
|
||||
value = 1
|
||||
add = inspection_activity_merit_bonus_4_value
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = { has_house_aspiration_parameter = inspection_activity_merit_bonus_3 }
|
||||
limit = { has_house_power_parameter = inspection_activity_merit_bonus_3 }
|
||||
multiply = {
|
||||
value = 1
|
||||
add = inspection_activity_merit_bonus_3_value
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = { has_house_aspiration_parameter = inspection_activity_merit_bonus_2 }
|
||||
limit = { has_house_power_parameter = inspection_activity_merit_bonus_2 }
|
||||
multiply = {
|
||||
value = 1
|
||||
add = inspection_activity_merit_bonus_2_value
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = { has_house_aspiration_parameter = inspection_activity_merit_bonus_1 }
|
||||
limit = { has_house_power_parameter = inspection_activity_merit_bonus_1 }
|
||||
multiply = {
|
||||
value = 1
|
||||
add = inspection_activity_merit_bonus_1_value
|
||||
|
|
@ -894,7 +896,7 @@ bp3_survey.0010 = {
|
|||
# If you have the governance aspiration, you gain some gold and a higher salary - but less than if you were successful
|
||||
if = {
|
||||
limit = {
|
||||
house ?= { has_house_aspiration_parameter = inspection_activity_increases_salary }
|
||||
house ?= { has_house_power_parameter = inspection_activity_increases_salary }
|
||||
}
|
||||
scope:activity = {
|
||||
add_activity_log_entry = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue