|
@@ -1875,9 +1875,38 @@ estate_qizilbash_defeat_large_army = {
|
|
|
1875
1875
|
}
|
|
1876
1876
|
}
|
|
1877
1877
|
else = {
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1878
|
+
if = {
|
|
1879
|
+
limit = {
|
|
1880
|
+
current_age = age_of_revolutions
|
|
1881
|
+
}
|
|
1882
|
+
check_variable = {
|
|
1883
|
+
which = land_units_killed
|
|
1884
|
+
value = 30000
|
|
1885
|
+
}
|
|
1886
|
+
}
|
|
1887
|
+
else_if = {
|
|
1888
|
+
limit = {
|
|
1889
|
+
current_age = age_of_absolutism
|
|
1890
|
+
}
|
|
1891
|
+
check_variable = {
|
|
1892
|
+
which = land_units_killed
|
|
1893
|
+
value = 22500
|
|
1894
|
+
}
|
|
1895
|
+
}
|
|
1896
|
+
else_if = {
|
|
1897
|
+
limit = {
|
|
1898
|
+
current_age = age_of_reformation
|
|
1899
|
+
}
|
|
1900
|
+
check_variable = {
|
|
1901
|
+
which = land_units_killed
|
|
1902
|
+
value = 15000
|
|
1903
|
+
}
|
|
1904
|
+
}
|
|
1905
|
+
else = {
|
|
1906
|
+
check_variable = {
|
|
1907
|
+
which = land_units_killed
|
|
1908
|
+
value = 7500
|
|
1909
|
+
}
|
|
1881
1910
|
}
|
|
1882
1911
|
}
|
|
1883
1912
|
}
|
|
@@ -1893,8 +1922,34 @@ estate_qizilbash_defeat_large_army = {
|
|
|
1893
1922
|
estate = estate_qizilbash
|
|
1894
1923
|
loyalty = 10
|
|
1895
1924
|
}
|
|
1896
|
-
|
|
1897
|
-
|
|
1925
|
+
if = {
|
|
1926
|
+
limit = {
|
|
1927
|
+
current_age = age_of_revolutions
|
|
1928
|
+
}
|
|
1929
|
+
add_army_tradition_or_mil_power = {
|
|
1930
|
+
amount = 20
|
|
1931
|
+
}
|
|
1932
|
+
}
|
|
1933
|
+
else_if = {
|
|
1934
|
+
limit = {
|
|
1935
|
+
current_age = age_of_absolutism
|
|
1936
|
+
}
|
|
1937
|
+
add_army_tradition_or_mil_power = {
|
|
1938
|
+
amount = 15
|
|
1939
|
+
}
|
|
1940
|
+
}
|
|
1941
|
+
else_if = {
|
|
1942
|
+
limit = {
|
|
1943
|
+
current_age = age_of_reformation
|
|
1944
|
+
}
|
|
1945
|
+
add_army_tradition_or_mil_power = {
|
|
1946
|
+
amount = 15
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
else = {
|
|
1950
|
+
add_army_tradition_or_mil_power = {
|
|
1951
|
+
amount = 10
|
|
1952
|
+
}
|
|
1898
1953
|
}
|
|
1899
1954
|
}
|
|
1900
1955
|
failing_effect = {
|