Update 06_ep3_laamp_decisions.txt
This commit is contained in:
parent
32bc215dd3
commit
ee70534518
1 changed files with 40 additions and 29 deletions
|
|
@ -48,6 +48,12 @@ become_landless_adventurer_decision = {
|
|||
|
||||
is_shown = {
|
||||
#DLC check.
|
||||
OR = {
|
||||
AND = {
|
||||
has_ep3_dlc_trigger = yes
|
||||
is_ai = no
|
||||
}
|
||||
AND = {
|
||||
has_ep3_dlc_trigger = yes
|
||||
OR = {
|
||||
ai_can_valid_to_create_laamp_trigger = yes
|
||||
|
|
@ -79,6 +85,8 @@ become_landless_adventurer_decision = {
|
|||
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_for_laampdom = yes
|
||||
|
|
@ -88,11 +96,14 @@ become_landless_adventurer_decision = {
|
|||
faith.religious_head_title.holder != root
|
||||
}
|
||||
# Counts and dukes only
|
||||
OR = {
|
||||
is_ai = no
|
||||
custom_tooltip = {
|
||||
text = become_landless_adventurer_decision_tier_tt
|
||||
highest_held_title_tier >= tier_county
|
||||
highest_held_title_tier <= tier_duchy
|
||||
}
|
||||
}
|
||||
# Not too big
|
||||
custom_tooltip = {
|
||||
text = become_landless_adventurer_decision_domain_size_tt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue