Skip to content

Commit 7a5ec15

Browse files
committed
PLP v1.10
Updated for 1.12 Iberian Twilight
1 parent c080f08 commit 7a5ec15

File tree

43 files changed

+234
-253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+234
-253
lines changed

Populist Legal Power/.metadata/metadata.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"Historical",
1313
"Pops",
1414
"Utilities",
15-
"1.9",
16-
"1.10"
15+
"1.12"
1716
],
1817
"relationships" : [],
1918
"game_custom_data" : {

Populist Legal Power/STEAM_PAGE.bbcode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[img]https://i.imgur.com/7xuCZqW.png[/img]
2-
[img]https://img.shields.io/badge/Supports_Game_Version-1.10-blue[/img] (and onwards)
2+
[img]https://img.shields.io/badge/Supports_Game_Version-1.12-blue[/img] (and onwards)
33
[url=https://github.com/MasterOfGrey/Grey-Victoria3-Reworks][img]https://img.shields.io/github/v/tag/MasterOfGrey/Grey-Victoria3-Reworks?sort=date&filter=*PLP-*&label=Mod%20Tag%20%26%20Version&color=7700CF[/img][/url][url=https://discord.gg/SnUghEkQQz][img]https://img.shields.io/discord/1377452253715107912?&label=Discord&color=7700CF[/img][/url]
44
Please consider rating this if you like it! It really helps out. [img]https://i.imgur.com/tE28cZ7.gif[/img]
55
[spoiler]Originally made for: Version 1.7.6[/spoiler]

Populist Legal Power/common/alert_types/PLP_NEL_alert_types.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Reminder to work on your laws
22

3-
not_enacting_laws = {
3+
REPLACE_OR_CREATE:not_enacting_laws = {
44
texture = "gfx/interface/icons/alert_icons/reform_government.dds"
55
script_context = player_country
66

Populist Legal Power/common/institutions/yMoG_PLP_institutions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# New:
2-
institution_border_control = {
2+
REPLACE_OR_CREATE:institution_border_control = {
33
icon = "gfx/interface/icons/institution_icons/borders.dds"
44
background_texture = "gfx/interface/illustrations/institutions/police.dds"
55
}
66

77
# Vanilla Overwritten:
8-
institution_police = {
8+
REPLACE_OR_CREATE:institution_police = {
99
icon = "gfx/interface/icons/institution_icons/police.dds"
1010
background_texture = "gfx/interface/illustrations/institutions/police.dds"
1111
modifier = {

Populist Legal Power/common/laws/yMoG_PLP_bureaucracy.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
law_hereditary_bureaucrats = {
1+
REPLACE_OR_CREATE:law_hereditary_bureaucrats = {
22
group = lawgroup_bureaucracy
33

44
icon = "gfx/interface/icons/law_icons/hereditary_bureaucrats.dds"
@@ -57,7 +57,7 @@
5757
}
5858
}
5959

60-
law_crownland_diets = {
60+
REPLACE_OR_CREATE:law_crownland_diets = {
6161
group = lawgroup_bureaucracy
6262
parent = law_hereditary_bureaucrats # Inherits ideological stances from parent
6363

@@ -116,7 +116,7 @@ law_crownland_diets = {
116116
}
117117
}
118118

119-
law_appointed_bureaucrats = {
119+
REPLACE_OR_CREATE:law_appointed_bureaucrats = {
120120
group = lawgroup_bureaucracy
121121

122122
icon = "gfx/interface/icons/law_icons/appointed_bureaucrats.dds"
@@ -168,7 +168,7 @@ law_appointed_bureaucrats = {
168168
}
169169
}
170170

171-
law_elected_bureaucrats = {
171+
REPLACE_OR_CREATE:law_elected_bureaucrats = {
172172
group = lawgroup_bureaucracy
173173

174174
icon = "gfx/interface/icons/law_icons/elected_bureaucrats.dds"

Populist Legal Power/common/laws/yMoG_PLP_childrens_rights.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
law_child_labor_allowed = {
1+
REPLACE_OR_CREATE:law_child_labor_allowed = {
22
group = lawgroup_childrens_rights
33

44
icon = "gfx/interface/icons/law_icons/child_labor_allowed.dds"
@@ -31,7 +31,7 @@
3131
}
3232
}
3333

34-
law_restricted_child_labor = {
34+
REPLACE_OR_CREATE:law_restricted_child_labor = {
3535
group = lawgroup_childrens_rights
3636

3737
icon = "gfx/interface/icons/law_icons/restricted_child_labor.dds"
@@ -74,7 +74,7 @@ law_restricted_child_labor = {
7474
}
7575
}
7676

77-
law_compulsory_primary_school = {
77+
REPLACE_OR_CREATE:law_compulsory_primary_school = {
7878
group = lawgroup_childrens_rights
7979

8080
icon = "gfx/interface/icons/law_icons/compulsory_primary_school.dds"

Populist Legal Power/common/laws/yMoG_PLP_church_and_state.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# icon = graphical icon shown in-game
33
# modifier = {} modifier on country for having adopted this law
44

5-
law_state_religion = {
5+
REPLACE_OR_CREATE:law_state_religion = {
66
group = lawgroup_church_and_state
77

88
icon = "gfx/interface/icons/law_icons/state_religion.dds"
@@ -129,7 +129,7 @@ law_state_religion = {
129129
}
130130
}
131131

132-
law_millet_system = { # Ottoman Empire
132+
REPLACE_OR_CREATE:law_millet_system = { # Ottoman Empire
133133
group = lawgroup_church_and_state
134134
parent = law_state_religion # Inherits ideological stances from parent
135135

@@ -248,7 +248,7 @@ law_millet_system = { # Ottoman Empire
248248
}
249249

250250

251-
law_people_of_the_book = { # Other Muslim states
251+
REPLACE_OR_CREATE:law_people_of_the_book = { # Other Muslim states
252252
group = lawgroup_church_and_state
253253
parent = law_state_religion # Inherits ideological stances from parent
254254

@@ -368,7 +368,7 @@ law_people_of_the_book = { # Other Muslim states
368368
}
369369
}
370370

371-
law_freedom_of_conscience = {
371+
REPLACE_OR_CREATE:law_freedom_of_conscience = {
372372
group = lawgroup_church_and_state
373373

374374
icon = "gfx/interface/icons/law_icons/freedom_of_conscience.dds"
@@ -460,7 +460,7 @@ law_freedom_of_conscience = {
460460
}
461461
}
462462

463-
law_total_separation = {
463+
REPLACE_OR_CREATE:law_total_separation = {
464464
group = lawgroup_church_and_state
465465

466466
icon = "gfx/interface/icons/law_icons/total_separation.dds"
@@ -540,7 +540,7 @@ law_total_separation = {
540540
}
541541
}
542542

543-
law_state_atheism = {
543+
REPLACE_OR_CREATE:law_state_atheism = {
544544
group = lawgroup_church_and_state
545545

546546
icon = "gfx/interface/icons/law_icons/state_atheism.dds"

Populist Legal Power/common/laws/yMoG_PLP_citizenship.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# icon = graphical icon shown in-game
33
# modifier = {} modifier on country for having adopted this law
44

5-
law_subjecthood = {
5+
REPLACE_OR_CREATE:law_subjecthood = {
66
group = lawgroup_citizenship
77

88
icon = "gfx/interface/icons/law_icons/imperial_subjecthood.dds"
@@ -107,7 +107,7 @@ law_subjecthood = {
107107

108108
}
109109

110-
law_ethnostate = {
110+
REPLACE_OR_CREATE:law_ethnostate = {
111111
group = lawgroup_citizenship
112112

113113
icon = "gfx/interface/icons/law_icons/ethnostate.dds"
@@ -246,7 +246,7 @@ law_ethnostate = {
246246
}
247247
}
248248

249-
law_national_supremacy = {
249+
REPLACE_OR_CREATE:law_national_supremacy = {
250250
group = lawgroup_citizenship
251251

252252
icon = "gfx/interface/icons/law_icons/national_supremacy.dds"
@@ -382,7 +382,7 @@ law_national_supremacy = {
382382
}
383383
}
384384

385-
law_racial_segregation = {
385+
REPLACE_OR_CREATE:law_racial_segregation = {
386386
group = lawgroup_citizenship
387387

388388
icon = "gfx/interface/icons/law_icons/racial_segregation.dds"
@@ -520,7 +520,7 @@ law_racial_segregation = {
520520
}
521521
}
522522

523-
law_cultural_exclusion = {
523+
REPLACE_OR_CREATE:law_cultural_exclusion = {
524524
group = lawgroup_citizenship
525525

526526
icon = "gfx/interface/icons/law_icons/cultural_exclusion.dds"
@@ -664,7 +664,7 @@ law_cultural_exclusion = {
664664
}
665665
}
666666

667-
law_multicultural = {
667+
REPLACE_OR_CREATE:law_multicultural = {
668668
group = lawgroup_citizenship
669669

670670
icon = "gfx/interface/icons/law_icons/multicultural.dds"

Populist Legal Power/common/laws/yMoG_PLP_colonial_affairs.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
law_no_colonial_affairs = {
1+
REPLACE_OR_CREATE:law_no_colonial_affairs = {
22
group = lawgroup_colonization
33

44
icon = "gfx/interface/icons/law_icons/no_colonial_affairs.dds"
@@ -60,7 +60,7 @@
6060
}
6161
}
6262

63-
law_frontier_colonization = {
63+
REPLACE_OR_CREATE:law_frontier_colonization = {
6464
group = lawgroup_colonization
6565

6666
can_enact = {
@@ -158,7 +158,7 @@ law_frontier_colonization = {
158158
}
159159
}
160160

161-
law_colonial_resettlement = {
161+
REPLACE_OR_CREATE:law_colonial_resettlement = {
162162
group = lawgroup_colonization
163163

164164
icon = "gfx/interface/icons/law_icons/colonial_resettlement.dds"
@@ -237,7 +237,7 @@ law_colonial_resettlement = {
237237
}
238238
}
239239

240-
law_colonial_exploitation = {
240+
REPLACE_OR_CREATE:law_colonial_exploitation = {
241241
group = lawgroup_colonization
242242

243243
icon = "gfx/interface/icons/law_icons/colonial_exploitation.dds"

0 commit comments

Comments
 (0)