Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. common/estates_preload/00_estate_modifiers.txt +93 -0
common/estates_preload/00_estate_modifiers.txt CHANGED
@@ -84,6 +84,15 @@ estate_church = {
84
84
  has_estate = estate_church
85
85
  }
86
86
  }
87
+
88
+ #Special loyalty modifiers
89
+ modifier_definition = {
90
+ type = loyalty
91
+ key = piety_church_loyalty_modifier
92
+ trigger = {
93
+ NOT = { has_country_flag = TIM_piety_support }
94
+ }
95
+ }
87
96
  }
88
97
 
89
98
  estate_maratha = {
@@ -194,6 +203,22 @@ estate_nobles = {
194
203
  has_estate = estate_nobles
195
204
  }
196
205
  }
206
+ modifier_definition = {
207
+ type = loyalty
208
+ key = MAY_conditional_loyalty
209
+ trigger = {
210
+ has_estate_privilege = estate_nobles_MAY_spread_dynastic_influence
211
+ }
212
+ }
213
+
214
+ #Spcial loyalty modifiers
215
+ modifier_definition = {
216
+ type = loyalty
217
+ key = nobles_loyalty_modifier_forts
218
+ trigger = {
219
+ has_country_flag = TIM_nobility_loyalty_with_forts_flag
220
+ }
221
+ }
197
222
  }
198
223
 
199
224
  estate_burghers = {
@@ -342,6 +367,15 @@ estate_dhimmi = {
342
367
  has_estate = estate_dhimmi
343
368
  }
344
369
  }
370
+
371
+ #Special loyalty modifiers
372
+ modifier_definition = {
373
+ type = loyalty
374
+ key = piety_dhimmi_loyalty_modifier
375
+ trigger = {
376
+ NOT = { has_country_flag = TIM_piety_support }
377
+ }
378
+ }
345
379
  }
346
380
 
347
381
  estate_jains = {
@@ -547,6 +581,7 @@ estate_special = {
547
581
  has_government_attribute = has_limited_terms
548
582
  }
549
583
  }
584
+ #For countries with pronoiars subjects
550
585
  modifier_definition = {
551
586
  type = privileges
552
587
  key = num_of_pronoiars
@@ -557,6 +592,7 @@ estate_special = {
557
592
  }
558
593
  }
559
594
  }
595
+ #For countries with the Persian influence mechanic
560
596
  modifier_definition = {
561
597
  type = privileges
562
598
  key = influence_to_vassal_elevation_cost
@@ -564,4 +600,61 @@ estate_special = {
564
600
  always = yes
565
601
  }
566
602
  }
603
+ #For everyone
604
+ modifier_definition = {
605
+ type = loyalty
606
+ key = trade_goods_size_modifier_in_livestock_provinces
607
+ trigger = {
608
+ always = yes
609
+ }
610
+ }
611
+ modifier_definition = {
612
+ type = privileges
613
+ key = ahead_of_time_benefit_adm
614
+ trigger = {
615
+ always = no
616
+ }
617
+ }
618
+ modifier_definition = {
619
+ type = privileges
620
+ key = ahead_of_time_benefit_dip
621
+ trigger = {
622
+ always = no
623
+ }
624
+ }
625
+ modifier_definition = {
626
+ type = privileges
627
+ key = ahead_of_time_benefit_mil
628
+ trigger = {
629
+ always = no
630
+ }
631
+ }
632
+ modifier_definition = {
633
+ type = privileges
634
+ key = num_of_age_rewards
635
+ trigger = {
636
+ always = no
637
+ }
638
+ }
639
+ modifier_definition = {
640
+ type = privileges
641
+ key = inti_reforms_passed
642
+ trigger = {
643
+ always = no
644
+ }
645
+ }
646
+ modifier_definition = {
647
+ type = privileges
648
+ key = maya_reforms_passed
649
+ trigger = {
650
+ always = no
651
+ }
652
+ }
653
+ modifier_definition = {
654
+ type = privileges
655
+ key = num_of_soyurghals
656
+ trigger = {
657
+ has_country_flag = TIM_soyurghals_flag
658
+ }
659
+ }
567
660
  }