Diff to HTML by rtfpessoa

Files changed (2) hide show
  1. common/factions/00_factions.txt +19 -37
  2. common/factions/pronoia_amount_check.txt +11 -0
common/factions/00_factions.txt CHANGED
@@ -4,42 +4,36 @@
4
4
  # Cleared and replaced by Empire of China
5
5
  # at start of game if MoH DLC is active.
6
6
 
7
- temples =
8
- {
7
+ temples = {
9
8
  #Allows to fight wars.
10
9
  monarch_power = MIL
11
10
  always = yes
12
11
 
13
- modifier =
14
- {
12
+ modifier = {
15
13
  manpower_recovery_speed = 0.1
16
14
  unjustified_demands = -0.25
17
15
  diplomatic_upkeep = -1
18
16
  }
19
17
  }
20
18
 
21
- enuchs =
22
- {
19
+ enuchs = {
23
20
  monarch_power = DIP
24
21
  always = yes
25
22
 
26
23
  #Merchants, Traders, Expansions.
27
- modifier =
28
- {
24
+ modifier = {
29
25
  global_prov_trade_power_modifier = 0.1
30
26
  diplomatic_reputation = 1
31
27
  stability_cost_modifier = 0.1
32
28
  }
33
29
  }
34
30
 
35
- bureaucrats =
36
- {
31
+ bureaucrats = {
37
32
  monarch_power = ADM
38
33
  always = yes
39
34
 
40
35
  #buildings, Internal Stability.
41
- modifier =
42
- {
36
+ modifier = {
43
37
  build_cost = -0.1
44
38
  advisor_pool = 1
45
39
  discipline = -0.05
@@ -50,13 +44,11 @@ bureaucrats =
50
44
  ########################################
51
45
  # Merchant Republic Factions
52
46
  ########################################
53
- mr_aristocrats =
54
- {
47
+ mr_aristocrats = {
55
48
  monarch_power = MIL
56
49
  always = yes
57
50
 
58
- modifier =
59
- {
51
+ modifier = {
60
52
  land_morale = 0.05
61
53
  global_sailors_modifier = 0.25
62
54
  global_foreign_trade_power = -0.1
@@ -64,13 +56,11 @@ mr_aristocrats =
64
56
  }
65
57
 
66
58
 
67
- mr_traders =
68
- {
59
+ mr_traders = {
69
60
  monarch_power = DIP
70
61
  always = yes
71
62
 
72
- modifier =
73
- {
63
+ modifier = {
74
64
  global_trade_power = 0.10
75
65
  naval_maintenance_modifier = -0.10
76
66
  global_tax_modifier = -0.05
@@ -78,13 +68,11 @@ mr_traders =
78
68
  }
79
69
  }
80
70
 
81
- mr_guilds =
82
- {
71
+ mr_guilds = {
83
72
  monarch_power = ADM
84
73
  always = yes
85
74
 
86
- modifier =
87
- {
75
+ modifier = {
88
76
  global_trade_goods_size_modifier = 0.10
89
77
  build_cost = -0.10
90
78
  global_manpower_modifier = -0.1
@@ -95,8 +83,7 @@ mr_guilds =
95
83
  # Revolutionary Republic Factions
96
84
  ########################################
97
85
 
98
- rr_jacobins =
99
- {
86
+ rr_jacobins = {
100
87
  allow = {
101
88
  has_dlc = "Rights of Man"
102
89
  }
@@ -104,8 +91,7 @@ rr_jacobins =
104
91
  monarch_power = ADM
105
92
  always = yes
106
93
 
107
- modifier =
108
- {
94
+ modifier = {
109
95
  global_unrest = -2
110
96
  build_cost = -0.15
111
97
  global_tax_modifier = 0.15
@@ -113,8 +99,7 @@ rr_jacobins =
113
99
  }
114
100
  }
115
101
 
116
- rr_royalists =
117
- {
102
+ rr_royalists = {
118
103
  allow = {
119
104
  has_dlc = "Rights of Man"
120
105
  }
@@ -122,8 +107,7 @@ rr_royalists =
122
107
  monarch_power = DIP
123
108
  always = yes
124
109
 
125
- modifier =
126
- {
110
+ modifier = {
127
111
  diplomatic_reputation = 1
128
112
  state_maintenance_modifier = -0.25
129
113
  reduced_liberty_desire = 20
@@ -132,8 +116,7 @@ rr_royalists =
132
116
  }
133
117
  }
134
118
 
135
- rr_girondists =
136
- {
119
+ rr_girondists = {
137
120
  allow = {
138
121
  has_dlc = "Rights of Man"
139
122
  }
@@ -141,11 +124,10 @@ rr_girondists =
141
124
  monarch_power = MIL
142
125
  always = yes
143
126
 
144
- modifier =
145
- {
127
+ modifier = {
146
128
  land_forcelimit_modifier = 0.2
147
129
  manpower_recovery_speed = 0.2
148
130
  discipline = 0.05
149
131
  ae_impact = 0.2
150
132
  }
151
- }
133
+ }
common/factions/pronoia_amount_check.txt ADDED
@@ -0,0 +1,11 @@
1
+ pronoia_amount_check = { #used entirely for exporting a value
2
+ allow = {
3
+ always = no
4
+ }
5
+
6
+ monarch_power = ADM
7
+ always = yes
8
+
9
+ modifier = {
10
+ }
11
+ }