fix
This commit is contained in:
parent
912eb3717d
commit
134d652315
2 changed files with 12 additions and 15 deletions
|
|
@ -264,14 +264,7 @@ become_landless_minority_decision = {
|
||||||
}
|
}
|
||||||
sort_order = 82
|
sort_order = 82
|
||||||
|
|
||||||
ai_check_interval_by_tier = {
|
ai_check_interval = 120
|
||||||
barony = 0
|
|
||||||
county = 120
|
|
||||||
duchy = 120
|
|
||||||
kingdom = 0
|
|
||||||
empire = 0
|
|
||||||
hegemony = 0
|
|
||||||
}
|
|
||||||
|
|
||||||
desc = become_landless_minority_decision_desc
|
desc = become_landless_minority_decision_desc
|
||||||
selection_tooltip = become_landless_minority_decision_tooltip
|
selection_tooltip = become_landless_minority_decision_tooltip
|
||||||
|
|
@ -284,6 +277,10 @@ become_landless_minority_decision = {
|
||||||
has_ep3_dlc_trigger = yes
|
has_ep3_dlc_trigger = yes
|
||||||
OR = {
|
OR = {
|
||||||
ai_can_valid_to_create_laamp_trigger = yes
|
ai_can_valid_to_create_laamp_trigger = yes
|
||||||
|
AND = {
|
||||||
|
is_ai = yes
|
||||||
|
prestige_level >= 2
|
||||||
|
}
|
||||||
is_ai = no
|
is_ai = no
|
||||||
}
|
}
|
||||||
# Relevant cultures/faiths
|
# Relevant cultures/faiths
|
||||||
|
|
@ -295,7 +292,13 @@ become_landless_minority_decision = {
|
||||||
culture = {
|
culture = {
|
||||||
has_cultural_tradition = tradition_diasporic
|
has_cultural_tradition = tradition_diasporic
|
||||||
}
|
}
|
||||||
prestige_level >= 3
|
OR = {
|
||||||
|
prestige_level >= 3
|
||||||
|
AND = {
|
||||||
|
is_ai = yes
|
||||||
|
prestige_level >= 2
|
||||||
|
}
|
||||||
|
}
|
||||||
# Is not HOF
|
# Is not HOF
|
||||||
custom_tooltip = {
|
custom_tooltip = {
|
||||||
text = become_landless_adventurer_decision_hof_tt
|
text = become_landless_adventurer_decision_hof_tt
|
||||||
|
|
@ -304,7 +307,6 @@ become_landless_minority_decision = {
|
||||||
# Counts and dukes only
|
# Counts and dukes only
|
||||||
custom_tooltip = {
|
custom_tooltip = {
|
||||||
text = become_landless_adventurer_decision_tier_tt
|
text = become_landless_adventurer_decision_tier_tt
|
||||||
highest_held_title_tier >= tier_county
|
|
||||||
highest_held_title_tier <= tier_duchy
|
highest_held_title_tier <= tier_duchy
|
||||||
}
|
}
|
||||||
# Not too big
|
# Not too big
|
||||||
|
|
|
||||||
|
|
@ -193,11 +193,6 @@ is_valid_for_laampdom = {
|
||||||
ai_boldness >= low_negative_ai_value
|
ai_boldness >= low_negative_ai_value
|
||||||
ai_energy >= low_negative_ai_value
|
ai_energy >= low_negative_ai_value
|
||||||
}
|
}
|
||||||
NOR = {
|
|
||||||
has_trait = content # Too chill to adventure
|
|
||||||
has_trait = craven # Too scared to adventure
|
|
||||||
has_trait = lazy # Too lazy to adventure
|
|
||||||
}
|
|
||||||
# Block admin members of noble families
|
# Block admin members of noble families
|
||||||
NOT = {
|
NOT = {
|
||||||
house ?= {
|
house ?= {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue