|
@@ -10,6 +10,12 @@ edict_advancement_effort = {
|
|
|
10
10
|
modifier = {
|
|
11
11
|
local_institution_spread = 0.33
|
|
12
12
|
}
|
|
13
|
+
|
|
14
|
+
notify_trigger = {
|
|
15
|
+
FROM = {
|
|
16
|
+
current_institution = 100
|
|
17
|
+
}
|
|
18
|
+
}
|
|
13
19
|
|
|
14
20
|
color = { 50 173 192 }
|
|
15
21
|
|
|
@@ -7,6 +7,8 @@ edict_encourage_development = {
|
|
|
7
7
|
always = yes
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
+
years_to_notify = 3 #specifies how many years an edict needs to be active to show an alert
|
|
11
|
+
|
|
10
12
|
modifier = {
|
|
11
13
|
local_development_cost = -0.1
|
|
12
14
|
}
|
|
@@ -10,6 +10,15 @@ edict_religious_unity = {
|
|
|
10
10
|
modifier = {
|
|
11
11
|
local_missionary_strength = 0.01
|
|
12
12
|
}
|
|
13
|
+
|
|
14
|
+
#ROOT - Country, FROM - Province, if all provinces in a state, that are owned by the country,
|
|
15
|
+
# meet this requirement, the alert will appear.
|
|
16
|
+
|
|
17
|
+
notify_trigger = {
|
|
18
|
+
FROM = {
|
|
19
|
+
has_owner_religion = yes
|
|
20
|
+
}
|
|
21
|
+
}
|
|
13
22
|
|
|
14
23
|
color = { 117 38 143 }
|
|
15
24
|
|