Diff to HTML by rtfpessoa

Files changed (12) hide show
  1. common/state_edicts/advancement_effort.txt +6 -0
  2. common/state_edicts/encourage_development.txt +2 -0
  3. common/state_edicts/french_road_network.txt +22 -0
  4. common/state_edicts/protect_trade.txt +1 -1
  5. common/state_edicts/protect_trade_empowered.txt +41 -0
  6. common/state_edicts/religion_enforced_edict.txt +1 -1
  7. common/state_edicts/religious_unity.txt +9 -0
  8. common/state_edicts/zzz_chinese_industrialization.txt +22 -0
  9. common/state_edicts/zzz_fedual_taxes.txt +21 -0
  10. common/state_edicts/zzz_religious_tolerance.txt +21 -0
  11. common/state_edicts/zzz_state_integration.txt +21 -0
  12. common/state_edicts/zzz_urbanization.txt +21 -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/french_road_network.txt ADDED
@@ -0,0 +1,22 @@
1
+ french_infrastructure_network = {
2
+ potential = {
3
+ custom_trigger_tooltip = {
4
+ tooltip = unlocked_if_tt
5
+ has_country_flag = fra_enable_infrastructure_network_flag
6
+ }
7
+ }
8
+
9
+ allow = { }
10
+
11
+ modifier = {
12
+ local_friendly_movement_speed = 0.2
13
+ }
14
+
15
+ color = { 51 93 159 }
16
+
17
+
18
+ ai_will_do = {
19
+ factor = 0
20
+ }
21
+
22
+ }
common/state_edicts/protect_trade.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  edict_protect_trade = {
2
2
  potential = {
3
- always = yes #we support "potential" if modders want to have lots and just show some.
3
+ NOT = { has_country_flag = fra_improve_trade_power_state_edict_flag }
4
4
  }
5
5
 
6
6
  allow = {
common/state_edicts/protect_trade_empowered.txt ADDED
@@ -0,0 +1,41 @@
1
+ protect_trade_empowered = {
2
+ potential = {
3
+ has_country_flag = fra_improve_trade_power_state_edict_flag
4
+ }
5
+
6
+ allow = {
7
+ custom_trigger_tooltip = {
8
+ tooltip = unlocked_if_tt
9
+ has_country_flag = fra_improve_trade_power_state_edict_flag
10
+ }
11
+ }
12
+
13
+ modifier = {
14
+ province_trade_power_modifier = 0.75
15
+ }
16
+
17
+ color = { 113 11 43 }
18
+
19
+
20
+ ai_will_do = {
21
+ factor = 12
22
+ modifier = {
23
+ factor = 0
24
+ all_province_in_state = {
25
+ NOT = { province_trade_power = 25 }
26
+ }
27
+ }
28
+ modifier = {
29
+ factor = 4
30
+ any_province_in_state = {
31
+ province_trade_power = 60
32
+ }
33
+ }
34
+ modifier = {
35
+ factor = 4
36
+ all_province_in_state = {
37
+ province_trade_power = 25
38
+ }
39
+ }
40
+ }
41
+ }
common/state_edicts/religion_enforced_edict.txt CHANGED
@@ -12,7 +12,7 @@ edict_religion_enforced = {
12
12
  }
13
13
 
14
14
  modifier = {
15
- local_religious_conversion_resistance = 0.90
15
+ local_religious_conversion_resistance = 1.0
16
16
  }
17
17
 
18
18
  color = { 116 198 240 }
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
 
common/state_edicts/zzz_chinese_industrialization.txt ADDED
@@ -0,0 +1,22 @@
1
+ chinese_industrialization = {
2
+ potential = {
3
+ has_country_flag = enable_industrialisation_flag
4
+ }
5
+
6
+ allow = {
7
+ is_emperor_of_china = yes
8
+ }
9
+
10
+ modifier = {
11
+ local_development_cost_modifier = -0.1
12
+ trade_goods_size_modifier = 0.2
13
+ }
14
+
15
+ color = { 5 371 129 }
16
+
17
+
18
+ ai_will_do = {
19
+ # has to be around at least 10 to be picked (depends on maintainance cost and general economy)
20
+ factor = 10
21
+ }
22
+ }
common/state_edicts/zzz_fedual_taxes.txt ADDED
@@ -0,0 +1,21 @@
1
+ feudal_taxes_state_edict = {
2
+ potential = {
3
+ current_age = age_of_discovery
4
+ has_government_attribute = unlock_special_state_edicts
5
+ }
6
+
7
+ allow = {
8
+ has_government_attribute = unlock_special_state_edicts
9
+ current_age = age_of_discovery
10
+ }
11
+
12
+ modifier = {
13
+ local_tax_modifier = 0.5
14
+ }
15
+
16
+ color = { 255 255 128 }
17
+
18
+ ai_will_do = {
19
+ factor = 5
20
+ }
21
+ }
common/state_edicts/zzz_religious_tolerance.txt ADDED
@@ -0,0 +1,21 @@
1
+ religious_tolerance_state_edict = {
2
+ potential = {
3
+ current_age = age_of_reformation
4
+ has_government_attribute = unlock_special_state_edicts
5
+ }
6
+
7
+ allow = {
8
+ has_government_attribute = unlock_special_state_edicts
9
+ current_age = age_of_reformation
10
+ }
11
+
12
+ modifier = {
13
+ local_religious_unity_contribution = -0.5
14
+ }
15
+
16
+ color = { 255 255 128 }
17
+
18
+ ai_will_do = {
19
+ factor = 5
20
+ }
21
+ }
common/state_edicts/zzz_state_integration.txt ADDED
@@ -0,0 +1,21 @@
1
+ state_integration_state_edict = {
2
+ potential = {
3
+ current_age = age_of_absolutism
4
+ has_government_attribute = unlock_special_state_edicts
5
+ }
6
+
7
+ allow = {
8
+ has_government_attribute = unlock_special_state_edicts
9
+ current_age = age_of_absolutism
10
+ }
11
+
12
+ modifier = {
13
+ local_years_of_nationalism = -10
14
+ }
15
+
16
+ color = { 255 255 128 }
17
+
18
+ ai_will_do = {
19
+ factor = 5
20
+ }
21
+ }
common/state_edicts/zzz_urbanization.txt ADDED
@@ -0,0 +1,21 @@
1
+ urbanization_state_edict = {
2
+ potential = {
3
+ current_age = age_of_revolutions
4
+ has_government_attribute = unlock_special_state_edicts
5
+ }
6
+
7
+ allow = {
8
+ has_government_attribute = unlock_special_state_edicts
9
+ current_age = age_of_revolutions
10
+ }
11
+
12
+ modifier = {
13
+ trade_goods_size_modifier = 0.33
14
+ }
15
+
16
+ color = { 255 255 128 }
17
+
18
+ ai_will_do = {
19
+ factor = 5
20
+ }
21
+ }