Skip to content

Commit

Permalink
Update parties, interest groups, & ideologies to 1.5; various other m…
Browse files Browse the repository at this point in the history
…inor fixes & additions (ParadoxGameConverters#485)

* Update zzz_converter_colonization_australia.txt

* Update zzz_converter_colonization_canada.txt

* Add files via upload

* Add files via upload

* Update zzz_converter_ideologies.txt

* Rename zzz_converter_ideologies.txt to zzz_converter_ideologies_new.txt

* Add files via upload

* Update and rename zzz_matriarchy_strategies.txt to zzz_converter_strategies_overwrite.txt

* Add files via upload

* Update matriarchy_custom_loc.txt

* Add files via upload

* Update 99_additional_traits.txt

* Update zzz_converter_confederation_game_rules.txt

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Update and rename zzz_converter_effects.txt to zzz_converter_effects_new.txt

* Add files via upload

* Add files via upload

* Add files via upload

* Update and rename matriarchy_loc_l_english.yml to converter_political_loc_l_english.yml

* Update converter_political_loc_l_english.yml

* Update ck_religious_heritage_l_english.yml

* Add files via upload

* Update ig_ideologies.txt
  • Loading branch information
MrKinich authored Nov 23, 2023
1 parent c7866d9 commit 1f7a954
Show file tree
Hide file tree
Showing 65 changed files with 23,228 additions and 14,603 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
ai_strategy_progressive_agenda = {
ai_strategy_progressive_agenda = {
icon = "gfx/interface/icons/ai_strategy_icons/progressive_agenda.dds"

type = political

revolution_aversion = {
value = 2.5
value = 50
}

min_law_chance_to_pass = {
value = 20

if = {
limit = {
OR = {
any_political_movement = {
desired_law ?= scope:law.type
political_movement_radicalism >= 75
}
AND = {
has_journal_entry = je_government_petition
var:desired_law_var ?= scope:law
}
}
}

multiply = 0.5
}
}

max_progressiveness = {
Expand All @@ -25,6 +42,11 @@
if = {
limit = { any_interest_group = { is_insurrectionary = yes } }
add = 10
}

if = {
limit = { has_journal_entry = je_government_petition }
add = 25
}
}

Expand Down Expand Up @@ -153,11 +175,28 @@ ai_strategy_egalitarian_agenda = {
type = political

revolution_aversion = {
value = 1
value = 25
}

min_law_chance_to_pass = {
value = 15

if = {
limit = {
OR = {
any_political_movement = {
desired_law ?= scope:law.type
political_movement_radicalism >= 75
}
AND = {
has_journal_entry = je_government_petition
var:desired_law_var ?= scope:law
}
}
}

multiply = 0.5
}
}

max_progressiveness = {
Expand All @@ -174,6 +213,11 @@ ai_strategy_egalitarian_agenda = {
if = {
limit = { any_interest_group = { is_insurrectionary = yes } }
add = 5
}

if = {
limit = { has_journal_entry = je_government_petition }
add = 25
}
}

Expand Down Expand Up @@ -268,6 +312,13 @@ ai_strategy_egalitarian_agenda = {
}

add = 1000
}

if = {
limit = {
has_law = law_type:law_council_republic
}
add = 250
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
fra_auguste_comte_character_template = {
first_name = Auguste
last_name = Comte
historical = yes
birth_date = 1798.1.19
culture = global_var:fra_culture
religion = rel:atheist
is_agitator = yes
female = no
interest_group = ig_intelligentsia
ideology = ideology_positivist
#dna =
traits = {
charismatic
sickly
erudite
}
}
Loading

0 comments on commit 1f7a954

Please sign in to comment.