Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. common/cb_types/00_cb_types.txt +67 -2
common/cb_types/00_cb_types.txt CHANGED
@@ -1574,7 +1574,10 @@ cb_world_crusade = {
1574
1574
  valid_for_subject = no
1575
1575
 
1576
1576
  prerequisites_self = {
1577
- has_government_attribute = has_upgraded_holy_wars
1577
+ OR = {
1578
+ has_country_flag = enabled_great_holy_war_cb
1579
+ has_government_attribute = has_upgraded_holy_wars
1580
+ }
1578
1581
  is_revolutionary = no
1579
1582
  }
1580
1583
 
@@ -1585,6 +1588,7 @@ cb_world_crusade = {
1585
1588
  is_neighbor_of = FROM
1586
1589
  claim = FROM
1587
1590
  cb_on_religious_enemies = yes
1591
+ has_country_flag = enabled_great_holy_war_cb
1588
1592
  AND = {
1589
1593
  FROM = { religion_group = pagan }
1590
1594
  OR = {
@@ -1859,7 +1863,7 @@ cb_enforce_electorate_right = {
1859
1863
  # war_goal = superiority_grand_crusade
1860
1864
  #}
1861
1865
  #cb_grand_crusade: "Grand Crusade"
1862
- #cb_grand_crusade_desc: "They are accursed yet powerful infidels, and a threat to the Christian world!\n§YCatholic and the enemy's brethren of faith can join their respected side mid this war.§!\n§RCannot declare other wars while using this casus belli.§!"
1866
+ #cb_grand_crusade_desc: "They are accursed yet powerful infidels, and a threat to the Christian world!\nYCatholic and the enemy's brethren of faith can join their respected side mid this war.�!\nRCannot declare other wars while using this casus belli.�!"
1863
1867
 
1864
1868
  # Unite the Balkans cb - dangerously close to fantasy here
1865
1869
  cb_unite_balkans = {
@@ -1933,4 +1937,65 @@ conquer_china_cb = {
1933
1937
  }
1934
1938
 
1935
1939
  war_goal = take_capital_imperial
1940
+ }
1941
+
1942
+ cb_spread_islam = {
1943
+ valid_for_subject = no
1944
+ holy_war = yes
1945
+
1946
+ prerequisites_self = {
1947
+ mission_completed = ARB_caliphal_ambitions
1948
+ }
1949
+ prerequisites = {
1950
+ FROM = {
1951
+ NOT = { religion_group = muslim }
1952
+ }
1953
+ OR = {
1954
+ AND = {
1955
+ mission_completed = ARB_sicily
1956
+ FROM = {
1957
+ capital_scope = {
1958
+ region = italy_region
1959
+ }
1960
+ }
1961
+ }
1962
+ AND = {
1963
+ mission_completed = ARB_tours
1964
+ FROM = {
1965
+ capital_scope = {
1966
+ OR = {
1967
+ region = france_region
1968
+ region = iberia_region
1969
+ }
1970
+ }
1971
+ }
1972
+ }
1973
+ AND = {
1974
+ has_country_flag = ARB_cb_on_fetishists_in_south_africa_flag
1975
+ FROM = {
1976
+ capital_scope = {
1977
+ superregion = southern_africa_superregion
1978
+ }
1979
+ }
1980
+ }
1981
+ AND = {
1982
+ mission_completed = ARB_ottomans
1983
+ FROM = {
1984
+ capital_scope = { region = balkan_region }
1985
+ }
1986
+ }
1987
+ }
1988
+ }
1989
+
1990
+ war_goal = ARB_spread_islam_wargoal
1991
+ }
1992
+
1993
+ # Force Conversion Only CB - must be fabricated
1994
+ cb_spread_the_true_faith = {
1995
+ valid_for_subject = no
1996
+ holy_war = yes
1997
+ is_triggered_only = yes
1998
+ months = 60
1999
+
2000
+ war_goal = superiority_spread_the_true_faith
1936
2001
  }