Fixes
This commit is contained in:
parent
ce70fe752e
commit
734d526ca9
41 changed files with 17594 additions and 1069 deletions
|
|
@ -54,35 +54,35 @@ any_laamp_portion_at_sea_trigger = {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
character_is_valid_for_harrying_of_the_north_trigger = {
|
||||
title:k_england.holder ?= { owns_story_of_type = story_cycle_harrying_of_the_north }
|
||||
trigger_if = {
|
||||
limit = { is_ruler = yes }
|
||||
OR = {
|
||||
this = title:k_england.holder
|
||||
any_liege_or_above = { this = title:k_england.holder }
|
||||
}
|
||||
}
|
||||
trigger_else = {
|
||||
domicile ?= {
|
||||
domicile_location = {
|
||||
county ?= {
|
||||
holder = {
|
||||
OR = {
|
||||
this = title:k_england.holder
|
||||
any_liege_or_above = { this = title:k_england.holder }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
OR = {
|
||||
character_is_valid_anglo_saxon_for_harrying_of_the_north_trigger = yes
|
||||
character_is_valid_norman_for_harrying_of_the_north_trigger = yes
|
||||
}
|
||||
}
|
||||
#
|
||||
#character_is_valid_for_harrying_of_the_north_trigger = {
|
||||
# title:k_england.holder ?= { owns_story_of_type = story_cycle_harrying_of_the_north }
|
||||
# trigger_if = {
|
||||
# limit = { is_ruler = yes }
|
||||
# OR = {
|
||||
# this = title:k_england.holder
|
||||
# any_liege_or_above = { this = title:k_england.holder }
|
||||
# }
|
||||
# }
|
||||
# trigger_else = {
|
||||
# domicile ?= {
|
||||
# domicile_location = {
|
||||
# county ?= {
|
||||
# holder = {
|
||||
# OR = {
|
||||
# this = title:k_england.holder
|
||||
# any_liege_or_above = { this = title:k_england.holder }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# OR = {
|
||||
# character_is_valid_anglo_saxon_for_harrying_of_the_north_trigger = yes
|
||||
# character_is_valid_norman_for_harrying_of_the_north_trigger = yes
|
||||
# }
|
||||
#}
|
||||
|
||||
#character_is_valid_anglo_saxon_for_harrying_of_the_north_trigger = {
|
||||
# culture = {
|
||||
|
|
@ -110,30 +110,30 @@ character_is_valid_for_harrying_of_the_north_trigger = {
|
|||
# }
|
||||
#}
|
||||
|
||||
disable_interaction_for_hereward_trigger = {
|
||||
trigger_if = {
|
||||
limit = { scope:recipient = character:90028 }
|
||||
custom_tooltip = {
|
||||
text = owns_a_story_trigger
|
||||
scope:actor = {
|
||||
NOR = {
|
||||
owns_story_of_type = story_cycle_harrying_of_the_north
|
||||
any_liege_or_above = { owns_story_of_type = story_cycle_harrying_of_the_north }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
disable_interaction_for_hasan_trigger = {
|
||||
trigger_if = {
|
||||
limit = { scope:recipient = character:41702 }
|
||||
custom_tooltip = {
|
||||
text = owns_a_story_trigger
|
||||
scope:recipient = { owns_story_of_type = story_hasan }
|
||||
}
|
||||
}
|
||||
}
|
||||
#disable_interaction_for_hereward_trigger = {
|
||||
# trigger_if = {
|
||||
# limit = { scope:recipient = character:90028 }
|
||||
# custom_tooltip = {
|
||||
# text = owns_a_story_trigger
|
||||
# scope:actor = {
|
||||
# NOR = {
|
||||
# owns_story_of_type = story_cycle_harrying_of_the_north
|
||||
# any_liege_or_above = { owns_story_of_type = story_cycle_harrying_of_the_north }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
#}
|
||||
#
|
||||
#disable_interaction_for_hasan_trigger = {
|
||||
# trigger_if = {
|
||||
# limit = { scope:recipient = character:41702 }
|
||||
# custom_tooltip = {
|
||||
# text = owns_a_story_trigger
|
||||
# scope:recipient = { owns_story_of_type = story_hasan }
|
||||
# }
|
||||
# }
|
||||
#}
|
||||
|
||||
laamp_request_likely_marriable_woman_trigger = {
|
||||
is_available_quick = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue