Update 06_ep3_laamp_decisions.txt
This commit is contained in:
parent
9ce1cabd9a
commit
876bf615a5
1 changed files with 40 additions and 29 deletions
|
|
@ -48,36 +48,44 @@ become_landless_adventurer_decision = {
|
||||||
|
|
||||||
is_shown = {
|
is_shown = {
|
||||||
#DLC check.
|
#DLC check.
|
||||||
has_ep3_dlc_trigger = yes
|
|
||||||
OR = {
|
OR = {
|
||||||
ai_can_valid_to_create_laamp_trigger = yes
|
|
||||||
is_ai = no
|
|
||||||
}
|
|
||||||
#Standard filter checks.
|
|
||||||
OR = {
|
|
||||||
is_landed = yes
|
|
||||||
AND = {
|
AND = {
|
||||||
|
has_ep3_dlc_trigger = yes
|
||||||
is_ai = no
|
is_ai = no
|
||||||
government_allows = administrative
|
}
|
||||||
top_liege = this
|
AND = {
|
||||||
is_landed = no
|
has_ep3_dlc_trigger = yes
|
||||||
|
OR = {
|
||||||
|
ai_can_valid_to_create_laamp_trigger = yes
|
||||||
|
is_ai = no
|
||||||
|
}
|
||||||
|
#Standard filter checks.
|
||||||
|
OR = {
|
||||||
|
is_landed = yes
|
||||||
|
AND = {
|
||||||
|
is_ai = no
|
||||||
|
government_allows = administrative
|
||||||
|
top_liege = this
|
||||||
|
is_landed = no
|
||||||
|
}
|
||||||
|
}
|
||||||
|
# Relevant cultures/faiths
|
||||||
|
OR = {
|
||||||
|
culture = { has_cultural_parameter = unlock_voluntary_laampdom }
|
||||||
|
faith = { has_doctrine_parameter = unlock_voluntary_laampdom_faith }
|
||||||
|
has_trait = nomadic_philosophy
|
||||||
|
has_character_modifier = tgp_gave_up_modifier
|
||||||
|
AND = {
|
||||||
|
is_ai = no
|
||||||
|
government_allows = administrative
|
||||||
|
top_liege = this
|
||||||
|
is_landed = no
|
||||||
|
}
|
||||||
|
}
|
||||||
|
save_temporary_scope_as = potential_laamp_temp
|
||||||
|
can_be_combatant_based_on_gender_trigger = { ARMY_OWNER = scope:potential_laamp_temp } # Registered fighting license
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# Relevant cultures/faiths
|
|
||||||
OR = {
|
|
||||||
culture = { has_cultural_parameter = unlock_voluntary_laampdom }
|
|
||||||
faith = { has_doctrine_parameter = unlock_voluntary_laampdom_faith }
|
|
||||||
has_trait = nomadic_philosophy
|
|
||||||
has_character_modifier = tgp_gave_up_modifier
|
|
||||||
AND = {
|
|
||||||
is_ai = no
|
|
||||||
government_allows = administrative
|
|
||||||
top_liege = this
|
|
||||||
is_landed = no
|
|
||||||
}
|
|
||||||
}
|
|
||||||
save_temporary_scope_as = potential_laamp_temp
|
|
||||||
can_be_combatant_based_on_gender_trigger = { ARMY_OWNER = scope:potential_laamp_temp } # Registered fighting license
|
|
||||||
}
|
}
|
||||||
|
|
||||||
is_valid = {
|
is_valid = {
|
||||||
|
|
@ -88,10 +96,13 @@ become_landless_adventurer_decision = {
|
||||||
faith.religious_head_title.holder != root
|
faith.religious_head_title.holder != root
|
||||||
}
|
}
|
||||||
# Counts and dukes only
|
# Counts and dukes only
|
||||||
custom_tooltip = {
|
OR = {
|
||||||
text = become_landless_adventurer_decision_tier_tt
|
is_ai = no
|
||||||
highest_held_title_tier >= tier_county
|
custom_tooltip = {
|
||||||
highest_held_title_tier <= tier_duchy
|
text = become_landless_adventurer_decision_tier_tt
|
||||||
|
highest_held_title_tier >= tier_county
|
||||||
|
highest_held_title_tier <= tier_duchy
|
||||||
|
}
|
||||||
}
|
}
|
||||||
# Not too big
|
# Not too big
|
||||||
custom_tooltip = {
|
custom_tooltip = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue