Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowletTV committed Feb 14, 2025
1 parent 2df160c commit 23eda34
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 23 deletions.
13 changes: 10 additions & 3 deletions common/missions/00_indo_germanic_missions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -774,9 +774,16 @@
}
set_culture = indo_germanic
}
set_primary_culture_cleanup_effect = {
NEW_PRIMARY_CULTURE = indo_germanic
MAKE_OLD_CULTURE_INTEGRATED = yes
if = {
limit = {
NOT = {
primary_culture = indo_germanic
}
}
set_primary_culture_cleanup_effect = {
NEW_PRIMARY_CULTURE = indo_germanic
MAKE_OLD_CULTURE_INTEGRATED = yes
}
}
}

Expand Down
18 changes: 12 additions & 6 deletions common/missions/02_phoenicia_mission_01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1928,13 +1928,19 @@
}
#political_influence >= 75
OR ={
c:TYE = {
opinion = {
target = root
value >= 120
}
trigger_if = {
limit = { exists = c:TYE }
c:TYE = {
opinion = {
target = root
value >= 120
}
}
hidden:current_ruler = { is_friend = c:TYE.current_ruler }
}
trigger_else = {
always = no
}
hidden:current_ruler = { is_friend = c:TYE.current_ruler }
}
}

Expand Down
28 changes: 14 additions & 14 deletions decisions/punt_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

potential = {
tag = APC
NOT = { has_variable = city_of_angels_taken }
NOT = { has_global_variable = city_of_angels_taken }
}

highlight = {
Expand All @@ -19,7 +19,7 @@
}

effect = {
set_variable = city_of_angels_taken
set_global_variable = city_of_angels_taken
p:8704 = {
add_permanent_province_modifier = {
name = city_of_angels_mod
Expand All @@ -40,8 +40,8 @@

potential = {
tag = APC
has_variable = city_of_angels_taken
NOT = { has_variable = city_of_angels_taken_2 }
has_global_variable = city_of_angels_taken
NOT = { has_global_variable = city_of_angels_taken_2 }
}

highlight = {
Expand All @@ -57,7 +57,7 @@
}

effect = {
set_variable = city_of_angels_taken_2
set_global_variable = city_of_angels_taken_2
p:8704 = {
add_permanent_province_modifier = {
name = city_of_angels_mod
Expand All @@ -80,10 +80,10 @@
city_of_angels_decision_3 = {

potential = {
num_of_cities >= 1
tag = APC
has_variable = city_of_angels_taken_2
NOT = { has_variable = city_of_angels_taken_3 }
num_of_cities >= 1
has_global_variable = city_of_angels_taken_2
NOT = { has_global_variable = city_of_angels_taken_3 }
}

highlight = {
Expand All @@ -99,7 +99,7 @@
}

effect = {
set_variable = city_of_angels_taken_3
set_global_variable = city_of_angels_taken_3
p:8704 = {
add_permanent_province_modifier = {
name = city_of_angels_mod
Expand Down Expand Up @@ -128,8 +128,8 @@
potential = {
num_of_cities >= 1
tag = APC
has_variable = city_of_angels_taken_2
NOT = { has_variable = city_of_angels_taken_4 }
has_global_variable = city_of_angels_taken_2
NOT = { has_global_variable = city_of_angels_taken_4 }
}

highlight = {
Expand Down Expand Up @@ -158,7 +158,7 @@
}

effect = {
set_variable = city_of_angels_taken_4
set_global_variable = city_of_angels_taken_4
p:8704 = {
add_permanent_province_modifier = {
name = trade_center_of_apocopa
Expand All @@ -179,7 +179,7 @@
potential = {
num_of_cities >= 1
tag = APC
NOT = { has_variable = consolidation_of_zingis_taken }
NOT = { has_global_variable = consolidation_of_zingis_taken }
}

highlight = {
Expand All @@ -199,7 +199,7 @@
effect = {
add_political_influence = -50
custom_tooltip = consolidation_of_zingis_tooltip
set_variable = consolidation_of_zingis_taken
set_global_variable = consolidation_of_zingis_taken
p:8704 = {
ordered_pops_in_province = {
limit = {
Expand Down

0 comments on commit 23eda34

Please sign in to comment.