Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. common/estates_preload/00_estate_modifiers.txt +69 -0
common/estates_preload/00_estate_modifiers.txt CHANGED
@@ -485,6 +485,58 @@ estate_eunuchs = {
485
485
  }
486
486
  }
487
487
 
488
+ estate_ghulams = {
489
+ modifier_definition = {
490
+ type = loyalty
491
+ key = ghulams_loyalty_modifier
492
+ trigger = {
493
+ has_estate = estate_ghulams
494
+ }
495
+ }
496
+
497
+ modifier_definition = {
498
+ type = influence
499
+ key = ghulams_influence_modifier
500
+ trigger = {
501
+ has_estate = estate_ghulams
502
+ }
503
+ }
504
+
505
+ modifier_definition = {
506
+ type = privileges
507
+ key = ghulams_privilege_slots
508
+ trigger = {
509
+ has_estate = estate_ghulams
510
+ }
511
+ }
512
+ }
513
+
514
+ estate_qizilbash = {
515
+ modifier_definition = {
516
+ type = loyalty
517
+ key = qizilbash_loyalty_modifier
518
+ trigger = {
519
+ has_estate = estate_qizilbash
520
+ }
521
+ }
522
+
523
+ modifier_definition = {
524
+ type = influence
525
+ key = qizilbash_influence_modifier
526
+ trigger = {
527
+ has_estate = estate_qizilbash
528
+ }
529
+ }
530
+
531
+ modifier_definition = {
532
+ type = privileges
533
+ key = qizilbash_privilege_slots
534
+ trigger = {
535
+ has_estate = estate_qizilbash
536
+ }
537
+ }
538
+ }
539
+
488
540
  #For special scripted modifiers which are not in the code base.
489
541
  estate_special = {
490
542
  #For the Republics which only have limited terms
@@ -495,4 +547,21 @@ estate_special = {
495
547
  has_government_attribute = has_limited_terms
496
548
  }
497
549
  }
550
+ modifier_definition = {
551
+ type = privileges
552
+ key = num_of_pronoiars
553
+ trigger = {
554
+ OR = {
555
+ has_government_attribute = enables_pronoias
556
+ tag = BYZ
557
+ }
558
+ }
559
+ }
560
+ modifier_definition = {
561
+ type = privileges
562
+ key = influence_to_vassal_elevation_cost
563
+ trigger = {
564
+ always = yes
565
+ }
566
+ }
498
567
  }