Diff to HTML by rtfpessoa

Files changed (2) hide show
  1. common/state_edicts/advancement_effort.txt +2 -0
  2. common/state_edicts/edict_of_governance.txt +19 -0
common/state_edicts/advancement_effort.txt CHANGED
@@ -44,4 +44,6 @@ edict_advancement_effort = {
44
44
  }
45
45
  }
46
46
  }
47
+ # on_state_edict_enacted = {} triggers an effect when the state edict is added ROOT - Province FROM - Country that started
48
+ # on_state_edict_revoked = {} triggers an affect when the state edict is removed ROOT - Province FROM - Country that started
47
49
  }
common/state_edicts/edict_of_governance.txt ADDED
@@ -0,0 +1,19 @@
1
+ edict_of_governance = {
2
+ potential = {
3
+ has_country_flag = hab_prosperity_edict
4
+ }
5
+
6
+ allow = {
7
+ has_country_flag = hab_prosperity_edict
8
+ }
9
+
10
+ modifier = {
11
+ local_governing_cost = -0.05
12
+ }
13
+
14
+ color = { 69 122 232 }
15
+
16
+ ai_will_do = {
17
+ factor = 5
18
+ }
19
+ }