Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. common/powerprojection/00_static.txt +122 -6
common/powerprojection/00_static.txt CHANGED
@@ -97,12 +97,6 @@ last_age_power_projection = {
97
97
  insulted_rival = {
98
98
  power = 5
99
99
  yearly_decay = 1
100
- max = 5
101
- }
102
-
103
- scornfully_insulted_rival = {
104
- power = 10
105
- yearly_decay = 1
106
100
  max = 10
107
101
  }
108
102
 
@@ -148,6 +142,12 @@ vassalized_rival = {
148
142
  max = 100
149
143
  }
150
144
 
145
+ forced_rival_into_union = {
146
+ power = 0.5 # multiplied with basetax
147
+ yearly_decay = 1
148
+ max = 100
149
+ }
150
+
151
151
  took_province_from_rival = {
152
152
  power = 0.5 # multiplied with basetax
153
153
  yearly_decay = 1
@@ -160,6 +160,18 @@ lost_province_to_rival = {
160
160
  min = -100
161
161
  }
162
162
 
163
+ capital_state_pillaged_by_rival = {
164
+ power = -0.5 #multiplied by dev lost
165
+ yearly_decay = 1
166
+ min = -100
167
+ }
168
+
169
+ pillaged_rival_capital_state = {
170
+ power = 0.5 #multiplied by dev lost
171
+ yearly_decay = 1
172
+ min = -100
173
+ }
174
+
163
175
  rival_lost_province = {
164
176
  power = 0.5 # multiplied with basetax
165
177
  yearly_decay = 1
@@ -185,6 +197,12 @@ mission_rewards_power_projection = {
185
197
  yearly_decay = 1
186
198
  }
187
199
 
200
+ high_sea_power_projection = {
201
+ max = 100
202
+ power = 1
203
+ yearly_decay = 1
204
+ }
205
+
188
206
  ##################################
189
207
  # TICKING EVERY MONTH IF TRUE
190
208
  ##################################
@@ -197,4 +215,102 @@ lacking_rival = {
197
215
  has_rival = {
198
216
  power = 1
199
217
  max = 15
218
+ }
219
+
220
+ ##################################
221
+ # CUSTOM PERMANENT PP
222
+ ##################################
223
+
224
+ zim_african_great_power = {
225
+ max = 25
226
+ min = 25
227
+ power = 1
228
+ decay = no
229
+ }
230
+
231
+ sca_lion_of_the_north = {
232
+ max = 25
233
+ min = 25
234
+ power = 1
235
+ decay = no
236
+ }
237
+
238
+ 25_permanent_power_projection = {
239
+ max = 25
240
+ min = 25
241
+ power = 1
242
+ decay = no
243
+ }
244
+
245
+ 10_permanent_power_projection = {
246
+ max = 10
247
+ min = 10
248
+ power = 1
249
+ decay = no
250
+ }
251
+
252
+ humiliation_of_a_rival = {
253
+ power = 30
254
+ yearly_decay = 1
255
+ max = 30
256
+ }
257
+
258
+ dismantled_the_hre = {
259
+ max = 25
260
+ power = 1
261
+ yearly_decay = 0.5
262
+ }
263
+
264
+ tur_a_reborn_empire = {
265
+ max = 100
266
+ min = 100
267
+ power = 1
268
+ decay = no
269
+ }
270
+
271
+ fra_crown_of_france = {
272
+ min = 10
273
+ power = 1
274
+ decay = no
275
+ }
276
+
277
+ pru_lords_franconia_power_projection = {
278
+ max = 25
279
+ min = 25
280
+ power = 1
281
+ decay = no
282
+ }
283
+
284
+ mam_new_caliphate_pp = {
285
+ max = 10
286
+ min = 10
287
+ power = 1
288
+ decay = no
289
+ }
290
+ byz_permanent_power_projection = {
291
+ max = 20
292
+ min = 0
293
+ power = 1
294
+ decay = no
295
+ }
296
+
297
+ arb_permanent_power_projection = {
298
+ max = 20
299
+ min = 0
300
+ power = 1
301
+ decay = no
302
+ }
303
+
304
+ yem_permanent_power_projection = {
305
+ max = 20
306
+ min = 0
307
+ power = 1
308
+ decay = no
309
+ }
310
+
311
+ mam_defeated_ottomans_pp = {
312
+ max = 15
313
+ min = 0
314
+ power = 1
315
+ decay = no
200
316
  }