|
@@ -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
|
}
|
|
@@ -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
|
+
}
|