Diff to HTML by rtfpessoa

Files changed (3) hide show
  1. common/state_edicts/advancement_effort.txt +6 -0
  2. common/state_edicts/encourage_development.txt +2 -0
  3. common/state_edicts/religious_unity.txt +9 -0
common/state_edicts/advancement_effort.txt CHANGED
@@ -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
 
common/state_edicts/encourage_development.txt CHANGED
@@ -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
  }
common/state_edicts/religious_unity.txt CHANGED
@@ -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