Skip to content

Commit

Permalink
Release 1.1.020 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
salva133 authored Oct 22, 2024
2 parents cc34377 + eabca03 commit 952b0ec
Show file tree
Hide file tree
Showing 56 changed files with 816 additions and 468 deletions.
2 changes: 1 addition & 1 deletion .metadata/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "Burgundism",
"id" : "3339182301",
"version" : "1.1.018",
"version" : "1.1.020",
"supported_game_version" : "1.7.6",
"short_description" : "",
"tags" : [],
Expand Down
48 changes: 24 additions & 24 deletions common/decrees/bgy_decree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@

ai_weight = {
value = 0
if = {
limit = {
scope:country = {
has_strategy = ai_strategy_burgundism
}
}
add = 100
}
# if = {
# limit = {
# scope:country = {
# has_strategy = ai_strategy_burgundism
# }
# }
# add = 100
# }
}

}
Expand Down Expand Up @@ -93,14 +93,14 @@ decree_lag_reduction = {

ai_weight = {
value = 0
if = {
limit = {
scope:country = {
has_strategy = ai_strategy_burgundism
}
}
add = 100
}
# if = {
# limit = {
# scope:country = {
# has_strategy = ai_strategy_burgundism
# }
# }
# add = 100
# }
}

}
Expand Down Expand Up @@ -134,14 +134,14 @@ decree_homelandoverall_values = {

ai_weight = {
value = 0
if = {
limit = {
scope:country = {
has_strategy = ai_strategy_burgundism
}
}
add = 100
}
# if = {
# limit = {
# scope:country = {
# has_strategy = ai_strategy_burgundism
# }
# }
# add = 100
# }
}

}
Expand Down
4 changes: 2 additions & 2 deletions common/interest_groups/bgy_burgundists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
desc = "POP_SPARTANIST"
if = {
limit = {
has_pop_religion = rel:spartanist
religion = rel:spartanist
}
value = 250
}
Expand All @@ -126,7 +126,7 @@
desc = "POP_BURGUNDIAN"
if = {
limit = {
has_pop_culture = cu:burgundian
culture = cu:burgundian
}
value = 250
}
Expand Down
13 changes: 8 additions & 5 deletions common/journal_entries/bgy_je_the_ticking.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ je_the_ticking = {
name = broken_seal_counter_glob_var
value = 0
}
set_global_variable = {
name = broken_seal_counter_max_glob_var
value = 7
}

}

complete = {
any_scope_state = {
owner = root
count >= 15
}
owns_entire_state_region = STATE_NORMANDY
has_law = law_type:law_bgy_burgundism
has_law = law_type:law_bgy_total_war
has_law = law_type:law_bgy_spartanism
Expand All @@ -82,10 +83,12 @@ je_the_ticking = {
}
custom_tooltip = {
text = broken_seal_counter_tt
global_var:broken_seal_counter_glob_var >= global_var:broken_seal_counter_max_glob_var
has_global_variable = broken_seal_counter_glob_var
global_var:broken_seal_counter_glob_var >= 7
}
}


on_complete = {
custom_tooltip = {
text = will_lead_to_the_end_tt
Expand Down
4 changes: 2 additions & 2 deletions common/laws/bgy_monitored_speech.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
desc = "POP_BURGUNDIAN"
if = {
limit = {
has_pop_culture = cu:burgundian
culture = cu:burgundian
}
value = 250
}
Expand All @@ -40,7 +40,7 @@
desc = "POP_SPARTANIST"
if = {
limit = {
has_pop_religion = spartanist
religion = rel:spartanist
}
value = 250
}
Expand Down
4 changes: 2 additions & 2 deletions common/laws/bgy_self_improvement.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
desc = "POP_BURGUNDIAN"
if = {
limit = {
has_pop_culture = cu:burgundian
culture = cu:burgundian
}
value = 250
}
Expand All @@ -38,7 +38,7 @@
desc = "POP_SPARTANIST"
if = {
limit = {
has_pop_religion = spartanist
religion = rel:spartanist
}
value = 250
}
Expand Down
4 changes: 2 additions & 2 deletions common/laws/bgy_spartanism.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
desc = "POP_BURGUNDIAN"
if = {
limit = {
has_pop_culture = cu:burgundian
culture = cu:burgundian
}
value = 250
}
Expand All @@ -49,7 +49,7 @@
desc = "POP_SPARTANIST"
if = {
limit = {
has_pop_religion = spartanist
religion = rel:spartanist
}
value = 250
}
Expand Down
4 changes: 2 additions & 2 deletions common/laws/bgy_total_war.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
desc = "POP_BURGUNDIAN"
if = {
limit = {
has_pop_culture = cu:burgundian
culture = cu:burgundian
}
value = 250
}
Expand All @@ -53,7 +53,7 @@
desc = "POP_SPARTANIST"
if = {
limit = {
has_pop_religion = spartanist
religion = rel:spartanist
}
value = 250
}
Expand Down
Loading

0 comments on commit 952b0ec

Please sign in to comment.