Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. common/subject_type_upgrades/00_subject_type_upgrades.txt +141 -0
common/subject_type_upgrades/00_subject_type_upgrades.txt CHANGED
@@ -311,4 +311,145 @@ allow_autonomous_navy = {
311
311
  global_sailors_modifier = 0.1
312
312
  liberty_desire = -5
313
313
  }
314
+ }
315
+
316
+ increase_voc_eastindiamen_construction = {
317
+ can_upgrade_trigger = {
318
+ tag = VOC
319
+ colonial_parent = {
320
+ adm_power_cost = 100
321
+ }
322
+ }
323
+
324
+ cost = 100
325
+
326
+ effect = {
327
+ colonial_parent = {
328
+ adm_power_cost = 100
329
+ }
330
+ hidden_effect = {
331
+ set_country_flag = has_increased_voc_eastindiamen_construction
332
+ }
333
+ }
334
+
335
+ removed_effect = {
336
+ hidden_effect = {
337
+ clr_country_flag = has_increased_voc_eastindiamen_construction
338
+ }
339
+ }
340
+
341
+ modifier_overlord = {
342
+ allowed_voc_indiamen_fraction = 0.05
343
+ }
344
+
345
+ modifier_subject = {
346
+ allowed_voc_indiamen_fraction = -0.05
347
+ liberty_desire = 10
348
+ }
349
+ }
350
+
351
+ increase_asian_trade_routes_influence = {
352
+ can_upgrade_trigger = {
353
+ tag = VOC
354
+ colonial_parent = {
355
+ dip_power_cost = 100
356
+ }
357
+ }
358
+
359
+ cost = 100
360
+
361
+ effect = {
362
+ colonial_parent = {
363
+ dip_power_cost = 100
364
+ }
365
+ hidden_effect = {
366
+ set_country_flag = has_increased_asian_trade_routes_influence
367
+ }
368
+ }
369
+
370
+ removed_effect = {
371
+ hidden_effect = {
372
+ clr_country_flag = has_increased_asian_trade_routes_influence
373
+ }
374
+ }
375
+
376
+ modifier_overlord = {
377
+ merchants = 1
378
+ placed_merchant_power_modifier = 0.1
379
+ }
380
+
381
+ modifier_subject = {
382
+ merchants = -1
383
+ liberty_desire = 10
384
+ }
385
+ }
386
+
387
+ increase_trade_company_control = {
388
+ can_upgrade_trigger = {
389
+ tag = VOC
390
+ colonial_parent = {
391
+ dip_power_cost = 100
392
+ }
393
+ }
394
+
395
+ cost = 100
396
+
397
+ effect = {
398
+ colonial_parent = {
399
+ dip_power_cost = 100
400
+ }
401
+ hidden_effect = {
402
+ set_country_flag = has_increased_trade_company_control
403
+ }
404
+ }
405
+
406
+ removed_effect = {
407
+ hidden_effect = {
408
+ clr_country_flag = has_increased_trade_company_control
409
+ }
410
+ }
411
+
412
+ modifier_overlord = {
413
+ trade_efficiency = 0.05
414
+ }
415
+
416
+ modifier_subject = {
417
+ trade_efficiency = -0.05
418
+ liberty_desire = 10
419
+ }
420
+ }
421
+
422
+ allow_religious_conquests = {
423
+ can_upgrade_trigger = {
424
+ tag = VOC
425
+ colonial_parent = {
426
+ mil_power_cost = 100
427
+ }
428
+ }
429
+
430
+ cost = 100
431
+
432
+ effect = {
433
+ colonial_parent = {
434
+ mil_power_cost = 100
435
+ }
436
+ hidden_effect = {
437
+ set_country_flag = has_allowed_religious_conquests
438
+ }
439
+ }
440
+
441
+ removed_effect = {
442
+ hidden_effect = {
443
+ clr_country_flag = has_allowed_religious_conquests
444
+ }
445
+ }
446
+
447
+ modifier_overlord = {
448
+ missionaries = -1
449
+ }
450
+
451
+ modifier_subject = {
452
+ cb_on_religious_enemies = yes
453
+ global_missionary_strength = 0.02
454
+ }
314
455
  }