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,6 +48,12 @@ become_landless_adventurer_decision = {
|
||||||
|
|
||||||
is_shown = {
|
is_shown = {
|
||||||
#DLC check.
|
#DLC check.
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
has_ep3_dlc_trigger = yes
|
||||||
|
is_ai = no
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
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
|
||||||
|
|
@ -79,6 +85,8 @@ become_landless_adventurer_decision = {
|
||||||
save_temporary_scope_as = potential_laamp_temp
|
save_temporary_scope_as = potential_laamp_temp
|
||||||
can_be_combatant_based_on_gender_trigger = { ARMY_OWNER = scope:potential_laamp_temp } # Registered fighting license
|
can_be_combatant_based_on_gender_trigger = { ARMY_OWNER = scope:potential_laamp_temp } # Registered fighting license
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
is_valid = {
|
is_valid = {
|
||||||
is_valid_for_laampdom = yes
|
is_valid_for_laampdom = yes
|
||||||
|
|
@ -88,11 +96,14 @@ become_landless_adventurer_decision = {
|
||||||
faith.religious_head_title.holder != root
|
faith.religious_head_title.holder != root
|
||||||
}
|
}
|
||||||
# Counts and dukes only
|
# Counts and dukes only
|
||||||
|
OR = {
|
||||||
|
is_ai = no
|
||||||
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_county
|
||||||
highest_held_title_tier <= tier_duchy
|
highest_held_title_tier <= tier_duchy
|
||||||
}
|
}
|
||||||
|
}
|
||||||
# Not too big
|
# Not too big
|
||||||
custom_tooltip = {
|
custom_tooltip = {
|
||||||
text = become_landless_adventurer_decision_domain_size_tt
|
text = become_landless_adventurer_decision_domain_size_tt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue