|
@@ -1778,18 +1778,28 @@ cb_push_back_colonizers = {
|
|
|
1778
1778
|
has_dlc = "Conquest of Paradise"
|
|
1779
1779
|
is_native_tribe = yes
|
|
1780
1780
|
}
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1781
|
+
prerequisites = {
|
|
1782
|
+
FROM = {
|
|
1783
|
+
is_native_tribe = no
|
|
1784
|
+
NOT = {
|
|
1785
|
+
OR = {
|
|
1786
|
+
technology_group = north_american
|
|
1787
|
+
technology_group = mesoamerican
|
|
1788
|
+
technology_group = south_american
|
|
1789
|
+
technology_group = andean
|
|
1790
|
+
technology_group = aboriginal_tech
|
|
1791
|
+
technology_group = polynesian_tech
|
|
1792
|
+
technology_group = high_american
|
|
1793
|
+
}
|
|
1794
|
+
}
|
|
1795
|
+
OR = {
|
|
1796
|
+
is_neighbor_of = ROOT
|
|
1797
|
+
any_owned_province = {
|
|
1798
|
+
tribal_land_of = ROOT
|
|
1799
|
+
}
|
|
1800
|
+
}
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1793
1803
|
|
|
1794
1804
|
war_goal = push_back_colonizers
|
|
1795
1805
|
}
|