|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
coup_attempt_disaster = {
|
|
1
|
+
coup_attempt_disaster = {
|
|
2
2
|
potential = {
|
|
3
3
|
normal_or_historical_nations = yes
|
|
4
4
|
government = monarchy
|
|
@@ -80,6 +80,10 @@ dutch_revolt_disaster = {
|
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
|
+
if = {
|
|
84
|
+
limit = { has_government_attribute = no_more_dutch_revolt }
|
|
85
|
+
NOT = { has_government_attribute = no_more_dutch_revolt }
|
|
86
|
+
}
|
|
83
87
|
}
|
|
84
88
|
|
|
85
89
|
can_stop = {
|
|
@@ -101,9 +101,9 @@ estate_brahmins_disaster = {
|
|
|
101
101
|
custom_trigger_tooltip = {
|
|
102
102
|
tooltip = EST_CRUSHED_BRAHMINS
|
|
103
103
|
OR = {
|
|
104
|
-
NOT = { has_country_flag =
|
|
105
|
-
has_country_flag =
|
|
106
|
-
has_country_flag =
|
|
104
|
+
NOT = { has_country_flag = estate_brahmins_in_power }
|
|
105
|
+
has_country_flag = estate_nobles_in_power
|
|
106
|
+
has_country_flag = estate_church_in_power
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
}
|
|
@@ -100,9 +100,9 @@ estate_burghers_disaster = {
|
|
|
100
100
|
custom_trigger_tooltip = {
|
|
101
101
|
tooltip = EST_CRUSHED_BURGHERS
|
|
102
102
|
OR = {
|
|
103
|
-
NOT = { has_country_flag =
|
|
104
|
-
has_country_flag =
|
|
105
|
-
has_country_flag =
|
|
103
|
+
NOT = { has_country_flag = estate_burghers_in_power }
|
|
104
|
+
has_country_flag = estate_nobles_in_power
|
|
105
|
+
has_country_flag = estate_church_in_power
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
}
|
|
@@ -100,8 +100,8 @@ estate_church_disaster = {
|
|
|
100
100
|
custom_trigger_tooltip = {
|
|
101
101
|
tooltip = EST_CRUSHED_CHURCH
|
|
102
102
|
OR = {
|
|
103
|
-
NOT = { has_country_flag =
|
|
104
|
-
has_country_flag =
|
|
103
|
+
NOT = { has_country_flag = estate_church_in_power }
|
|
104
|
+
has_country_flag = estate_nobles_in_power
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
}
|
|
@@ -87,7 +87,7 @@ estate_eunuchs_disaster = {
|
|
|
87
87
|
can_end = {
|
|
88
88
|
custom_trigger_tooltip = {
|
|
89
89
|
tooltip = EST_CRUSHED_EUNUCHS_TT
|
|
90
|
-
NOT = { has_country_flag =
|
|
90
|
+
NOT = { has_country_flag = estate_eunuchs_in_power }
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
estate_ghulams_disaster = {
|
|
2
|
+
|
|
3
|
+
potential = {
|
|
4
|
+
has_dlc = "King of Kings"
|
|
5
|
+
has_estate = estate_ghulams
|
|
6
|
+
estate_influence = {
|
|
7
|
+
estate = estate_ghulams
|
|
8
|
+
influence = 80
|
|
9
|
+
}
|
|
10
|
+
OR = {
|
|
11
|
+
NOT = { has_country_flag = estate_ghulams_triggered }
|
|
12
|
+
had_country_flag = {
|
|
13
|
+
flag = estate_ghulams_triggered
|
|
14
|
+
days = 365
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
NOT = { has_disaster = tur_disaster_ottoman_power_struggle }
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
can_start = {
|
|
21
|
+
has_any_disaster = no
|
|
22
|
+
estate_influence = {
|
|
23
|
+
estate = estate_ghulams
|
|
24
|
+
influence = 100
|
|
25
|
+
}
|
|
26
|
+
is_at_war = no
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
can_stop = {
|
|
30
|
+
OR = {
|
|
31
|
+
has_any_disaster = yes
|
|
32
|
+
NOT = {
|
|
33
|
+
estate_influence = {
|
|
34
|
+
estate = estate_ghulams
|
|
35
|
+
influence = 100
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
down_progress = {
|
|
42
|
+
factor = 0
|
|
43
|
+
modifier = {
|
|
44
|
+
factor = 1
|
|
45
|
+
NOT = {
|
|
46
|
+
estate_influence = {
|
|
47
|
+
estate = estate_ghulams
|
|
48
|
+
influence = 100
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
progress = {
|
|
55
|
+
modifier = {
|
|
56
|
+
factor = 0.5
|
|
57
|
+
NOT = {
|
|
58
|
+
estate_loyalty = {
|
|
59
|
+
estate = estate_ghulams
|
|
60
|
+
loyalty = 50
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
is_at_war = no
|
|
64
|
+
}
|
|
65
|
+
modifier = {
|
|
66
|
+
factor = 0.5
|
|
67
|
+
NOT = {
|
|
68
|
+
estate_loyalty = {
|
|
69
|
+
estate = estate_ghulams
|
|
70
|
+
loyalty = 40
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
is_at_war = no
|
|
74
|
+
}
|
|
75
|
+
modifier = {
|
|
76
|
+
factor = 1
|
|
77
|
+
NOT = {
|
|
78
|
+
estate_loyalty = {
|
|
79
|
+
estate = estate_ghulams
|
|
80
|
+
loyalty = 30
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
is_at_war = no
|
|
84
|
+
}
|
|
85
|
+
modifier = {
|
|
86
|
+
factor = 1
|
|
87
|
+
NOT = {
|
|
88
|
+
estate_loyalty = {
|
|
89
|
+
estate = estate_ghulams
|
|
90
|
+
loyalty = 20
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
is_at_war = no
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
can_end = {
|
|
98
|
+
always = yes
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
on_start = estate_disasters.22
|
|
102
|
+
|
|
103
|
+
on_start_effect = {
|
|
104
|
+
if = {
|
|
105
|
+
limit = {
|
|
106
|
+
has_dlc = "The Cossacks"
|
|
107
|
+
}
|
|
108
|
+
custom_tooltip = estate_ghulams_disaster_tooltip_cossacks
|
|
109
|
+
}
|
|
110
|
+
else = {
|
|
111
|
+
custom_tooltip = estate_ghulams_disaster_tooltip
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
@@ -101,9 +101,9 @@ estate_jains_disaster = {
|
|
|
101
101
|
custom_trigger_tooltip = {
|
|
102
102
|
tooltip = EST_CRUSHED_JAINS
|
|
103
103
|
OR = {
|
|
104
|
-
NOT = { has_country_flag =
|
|
105
|
-
has_country_flag =
|
|
106
|
-
has_country_flag =
|
|
104
|
+
NOT = { has_country_flag = estate_jains_in_power }
|
|
105
|
+
has_country_flag = estate_nobles_in_power
|
|
106
|
+
has_country_flag = estate_church_in_power
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
}
|
|
@@ -100,7 +100,7 @@ estate_nobility_disaster = {
|
|
|
100
100
|
custom_trigger_tooltip = {
|
|
101
101
|
tooltip = EST_CRUSHED_NOBLES
|
|
102
102
|
NOT = {
|
|
103
|
-
has_country_flag =
|
|
103
|
+
has_country_flag = estate_nobles_in_power
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
}
|
|
@@ -99,7 +99,7 @@ estate_nomadic_tribes_disaster = {
|
|
|
99
99
|
can_end = {
|
|
100
100
|
custom_trigger_tooltip = {
|
|
101
101
|
tooltip = EST_CRUSHED_NOMADIC_TRIBES
|
|
102
|
-
NOT = { has_country_flag =
|
|
102
|
+
NOT = { has_country_flag = estate_nomadic_tribes_in_power }
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
estate_qizilbash_disaster = {
|
|
2
|
+
potential = {
|
|
3
|
+
has_dlc = "King of Kings"
|
|
4
|
+
has_estate = estate_qizilbash
|
|
5
|
+
estate_influence = {
|
|
6
|
+
estate = estate_qizilbash
|
|
7
|
+
influence = 80
|
|
8
|
+
}
|
|
9
|
+
NOT = { has_disaster = tur_disaster_ottoman_power_struggle }
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
can_start = {
|
|
13
|
+
has_any_disaster = no
|
|
14
|
+
estate_influence = {
|
|
15
|
+
estate = estate_qizilbash
|
|
16
|
+
influence = 100
|
|
17
|
+
}
|
|
18
|
+
is_at_war = no
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
can_stop = {
|
|
22
|
+
OR = {
|
|
23
|
+
has_any_disaster = yes
|
|
24
|
+
NOT = {
|
|
25
|
+
estate_influence = {
|
|
26
|
+
estate = estate_qizilbash
|
|
27
|
+
influence = 100
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
down_progress = {
|
|
34
|
+
factor = 0
|
|
35
|
+
modifier = {
|
|
36
|
+
factor = 1
|
|
37
|
+
NOT = {
|
|
38
|
+
estate_influence = {
|
|
39
|
+
estate = estate_qizilbash
|
|
40
|
+
influence = 100
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
progress = {
|
|
47
|
+
modifier = {
|
|
48
|
+
factor = 0.5
|
|
49
|
+
NOT = {
|
|
50
|
+
estate_loyalty = {
|
|
51
|
+
estate = estate_qizilbash
|
|
52
|
+
loyalty = 50
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
is_at_war = no
|
|
56
|
+
}
|
|
57
|
+
modifier = {
|
|
58
|
+
factor = 0.5
|
|
59
|
+
NOT = {
|
|
60
|
+
estate_loyalty = {
|
|
61
|
+
estate = estate_qizilbash
|
|
62
|
+
loyalty = 40
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
is_at_war = no
|
|
66
|
+
}
|
|
67
|
+
modifier = {
|
|
68
|
+
factor = 1
|
|
69
|
+
NOT = {
|
|
70
|
+
estate_loyalty = {
|
|
71
|
+
estate = estate_qizilbash
|
|
72
|
+
loyalty = 30
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
is_at_war = no
|
|
76
|
+
}
|
|
77
|
+
modifier = {
|
|
78
|
+
factor = 1
|
|
79
|
+
NOT = {
|
|
80
|
+
estate_loyalty = {
|
|
81
|
+
estate = estate_qizilbash
|
|
82
|
+
loyalty = 20
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
is_at_war = no
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
can_end = {
|
|
90
|
+
custom_trigger_tooltip = {
|
|
91
|
+
tooltip = EST_CRUSHED_QIZILBASH
|
|
92
|
+
OR = {
|
|
93
|
+
NOT = { has_country_flag = estate_qizilbash_in_power }
|
|
94
|
+
has_country_flag = estate_nobles_in_power
|
|
95
|
+
has_country_flag = estate_church_in_power
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
modifier = {
|
|
101
|
+
global_autonomy = 0.1
|
|
102
|
+
discipline = -0.05
|
|
103
|
+
legitimacy = -2
|
|
104
|
+
devotion = -2
|
|
105
|
+
horde_unity = -2
|
|
106
|
+
meritocracy = -2
|
|
107
|
+
republican_tradition = -0.5
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
on_start = estate_disasters.23
|
|
111
|
+
on_end = estate_disasters.24
|
|
112
|
+
}
|
|
@@ -101,9 +101,9 @@ estate_vaisyas_disaster = {
|
|
|
101
101
|
custom_trigger_tooltip = {
|
|
102
102
|
tooltip = EST_CRUSHED_VAISYAS
|
|
103
103
|
OR = {
|
|
104
|
-
NOT = { has_country_flag =
|
|
105
|
-
has_country_flag =
|
|
106
|
-
has_country_flag =
|
|
104
|
+
NOT = { has_country_flag = estate_vaisyas_in_power }
|
|
105
|
+
has_country_flag = estate_nobles_in_power
|
|
106
|
+
has_country_flag = estate_church_in_power
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
georgian_crisis = {
|
|
2
|
+
potential = {
|
|
3
|
+
has_dlc = "King of Kings"
|
|
4
|
+
OR = {
|
|
5
|
+
tag = GEO
|
|
6
|
+
was_tag = GEO
|
|
7
|
+
}
|
|
8
|
+
government = monarchy
|
|
9
|
+
NOT = { has_reform = celestial_empire }
|
|
10
|
+
NOT = { has_reform = steppe_horde }
|
|
11
|
+
uses_doom = no
|
|
12
|
+
NOT = {
|
|
13
|
+
mission_completed = geo_preventing_collapse
|
|
14
|
+
}
|
|
15
|
+
NOT = { has_country_flag = geo_crisis_completed }
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
can_start = {
|
|
20
|
+
has_any_disaster = no
|
|
21
|
+
OR = {
|
|
22
|
+
tag = GEO
|
|
23
|
+
was_tag = GEO
|
|
24
|
+
}
|
|
25
|
+
NOT = {
|
|
26
|
+
mission_completed = geo_preventing_collapse
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
can_stop = {
|
|
31
|
+
has_any_disaster = yes
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
progress = {
|
|
35
|
+
modifier = {
|
|
36
|
+
factor = 0.1
|
|
37
|
+
NOT = {
|
|
38
|
+
mission_completed = geo_preventing_collapse
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
modifier = {
|
|
42
|
+
factor = 0.15
|
|
43
|
+
has_heir = no
|
|
44
|
+
}
|
|
45
|
+
modifier = {
|
|
46
|
+
factor = 0.2
|
|
47
|
+
NOT = {
|
|
48
|
+
legitimacy = 90
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
modifier = {
|
|
52
|
+
factor = 0.1
|
|
53
|
+
NOT = { crown_land_share = 25 }
|
|
54
|
+
}
|
|
55
|
+
modifier = {
|
|
56
|
+
factor = 0.25
|
|
57
|
+
NOT = { crown_land_share = 20 }
|
|
58
|
+
}
|
|
59
|
+
modifier = {
|
|
60
|
+
factor = 0.3
|
|
61
|
+
NOT = { crown_land_share = 10 }
|
|
62
|
+
}
|
|
63
|
+
modifier = {
|
|
64
|
+
factor = 1
|
|
65
|
+
NOT = { crown_land_share = 5 }
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
can_end = {
|
|
70
|
+
NOT = { num_of_rebel_controlled_provinces = 1 }
|
|
71
|
+
stability = 1
|
|
72
|
+
has_heir = yes
|
|
73
|
+
legitimacy = 90
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
modifier = {
|
|
78
|
+
global_unrest = 5
|
|
79
|
+
monarch_lifespan = -0.33
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
on_start = georgian_crisis.1
|
|
84
|
+
on_end = georgian_crisis.2
|
|
85
|
+
|
|
86
|
+
on_monthly = {
|
|
87
|
+
events = {
|
|
88
|
+
|
|
89
|
+
}
|
|
90
|
+
random_events = {
|
|
91
|
+
1000 = 0
|
|
92
|
+
100 = peasants_war.2
|
|
93
|
+
100 = peasants_war.3
|
|
94
|
+
100 = peasants_war.4
|
|
95
|
+
100 = peasants_war.5
|
|
96
|
+
35 = georgian_crisis.3
|
|
97
|
+
20 = georgian_crisis.4
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -9,23 +9,14 @@ pol_struggle_for_royal_power_disaster = {
|
|
|
9
9
|
|
|
10
10
|
can_start = {
|
|
11
11
|
current_age = age_of_absolutism
|
|
12
|
-
|
|
13
|
-
has_reform = polish_elective_monarchy
|
|
14
|
-
has_reform = elective_monarchy
|
|
15
|
-
}
|
|
12
|
+
has_reform = polish_elective_monarchy
|
|
16
13
|
has_regency = no
|
|
17
14
|
}
|
|
18
15
|
|
|
19
16
|
can_stop = {
|
|
20
17
|
OR = {
|
|
21
18
|
has_any_disaster = yes
|
|
22
|
-
|
|
23
|
-
limit = { has_dlc = "Lions of the North" }
|
|
24
|
-
NOT = { has_reform = polish_elective_monarchy }
|
|
25
|
-
}
|
|
26
|
-
else = {
|
|
27
|
-
NOT = { has_reform = elective_monarchy }
|
|
28
|
-
}
|
|
19
|
+
NOT = { has_reform = polish_elective_monarchy }
|
|
29
20
|
NOT = { current_age = age_of_absolutism }
|
|
30
21
|
}
|
|
31
22
|
}
|
|
@@ -29,7 +29,7 @@ time_of_troubles = {
|
|
|
29
29
|
tooltip = less_than_9_total_stats
|
|
30
30
|
NOT = {
|
|
31
31
|
ruler_total_stats = {
|
|
32
|
-
|
|
32
|
+
amount = 9
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
}
|