Skip to content

Commit

Permalink
Merge branch 'dev' into feat/mixed/horde-invasion-flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMariuso committed Dec 15, 2024
2 parents 91de0ed + f451b46 commit 3704da4
Show file tree
Hide file tree
Showing 151 changed files with 9,995 additions and 182 deletions.
14 changes: 10 additions & 4 deletions common/activities/activity_types/adult_education.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,18 @@
custom_tooltip = {
text = activity_pilgrimage.war_dangerous
NOR = {
county.holder = { any_war_enemy = { is_crisis_trigger = yes } }
county.holder = { any_liege_or_above = { any_war_enemy = { is_crisis_trigger = yes } } }
county.holder = { is_crisis_trigger = yes }
county.holder = { any_liege_or_above = { is_crisis_trigger = yes } }
county.holder ?= { any_war_enemy = { is_crisis_trigger = yes } }
county.holder ?= { any_liege_or_above = { any_war_enemy = { is_crisis_trigger = yes } } }
county.holder ?= { is_crisis_trigger = yes }
county.holder ?= { any_liege_or_above = { is_crisis_trigger = yes } }
}
}
trigger_if = {
limit = {
exists = county.holder
}
NOT = { county.holder = { is_isolated_from_trigger = { target = scope:host } } }
}
}

province_description = {
Expand Down
13 changes: 13 additions & 0 deletions common/activities/activity_types/feast.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,15 @@ activity_feast = {
desc = court_event_discount_desc
}
}
if = {
limit = {
has_character_modifier = wc_suramar_supporting_arcwinists_modifier
}
multiply = {
value = 0.75
desc = MODIFIER_DESC_wc_suramar_supporting_arcwinists_modifier
}
}
if = {
limit = {
has_character_flag = food_improves_feasts
Expand Down Expand Up @@ -4208,6 +4217,10 @@ activity_feast = {
}
remove_character_flag = feast_ai_override
}
add_character_flag = { # Warcraft - For ref in events
flag = wc_feast_cooldown
years = standard_feast_cooldown_time
}
}
set_variable = {
name = host_var
Expand Down
Loading

0 comments on commit 3704da4

Please sign in to comment.