Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. common/triggered_modifiers/00_triggered_modifiers.txt +59 -1
common/triggered_modifiers/00_triggered_modifiers.txt CHANGED
@@ -328,7 +328,7 @@ papal_subjugation = {
328
328
  }
329
329
  custom_trigger_tooltip = {
330
330
  tooltip = no_dip_malus_reward_tt
331
- NOT = { has_country_flag = general_flag_for_FU_Rome_flag }
331
+ NOT = { has_country_flag = general_flag_Rome_flag }
332
332
  }
333
333
  }
334
334
 
@@ -766,6 +766,31 @@ hre_dominant_reformed = {
766
766
  imperial_authority = 0.25
767
767
  }
768
768
 
769
+ hre_dominant_hussite = {
770
+ potential = {
771
+ capital_scope = {
772
+ continent = europe
773
+ }
774
+ OR = {
775
+ religion = catholic
776
+ religion = protestant
777
+ religion = reformed
778
+ religion = hussite
779
+ }
780
+ }
781
+
782
+ trigger = {
783
+ religion = hussite
784
+ hre_religion = hussite
785
+ hre_religion_locked = yes
786
+ }
787
+
788
+ legitimacy = 0.25
789
+ tolerance_own = 1
790
+ global_missionary_strength = 0.01
791
+ imperial_authority = 0.25
792
+ }
793
+
769
794
  ######################################
770
795
  # Robot parts
771
796
  ######################################
@@ -971,4 +996,37 @@ ahmudan_system_defender = {
971
996
  land_morale = 0.075
972
997
  defensiveness = 0.15
973
998
  manpower_recovery_speed = 0.1
999
+ }
1000
+
1001
+ TIM_diwan_adm = {
1002
+ potential = {
1003
+ has_reform = timurid_diwan_reform
1004
+ }
1005
+
1006
+ trigger = {
1007
+ national_focus = adm
1008
+ }
1009
+ yearly_corruption = -0.15
1010
+ }
1011
+
1012
+ TIM_diwan_dip = {
1013
+ potential = {
1014
+ has_reform = timurid_diwan_reform
1015
+ }
1016
+
1017
+ trigger = {
1018
+ national_focus = dip
1019
+ }
1020
+ global_unrest = -1
1021
+ }
1022
+
1023
+ TIM_diwan_mil = {
1024
+ potential = {
1025
+ has_reform = timurid_diwan_reform
1026
+ }
1027
+
1028
+ trigger = {
1029
+ national_focus = mil
1030
+ }
1031
+ land_maintenance_modifier = -0.1
974
1032
  }