• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Norrefeldt said:
GYeah, that's really tricky. It cannot even be done with flags.
I think I have a way of doing it, but its rather intrusive.
 
I think the most important things to do are to destroy all fort levels in a ex-native province and then to drop the population in that order. Leaving a minimal fort is ahistoric and makes them immediately proof against any casual attacks. IIRC I had 5,000 left in Appalache after the event fired, which is likely too much. If we can't do it in one event then perhaps one event for each action.

And from what little I know of the history of the organized Indian nations like the Cherokee and the Iroquois they took quite a long time to become Christian in any real numbers. So perhaps they adopt culture upon annexation, but not religion? And I'm not honestly sure that we can say that they did adopt English culture during the EU period. The Cherokees certainly had elements of English culture, but I'd argue that it took the Trail of Tears in 1835 to pretty completely obliterate their own.

Jason
 
sturmvogel said:
I think the most important things to do are to destroy all fort levels in a ex-native province and then to drop the population in that order. Leaving a minimal fort is ahistoric and makes them immediately proof against any casual attacks. IIRC I had 5,000 left in Appalache after the event fired, which is likely too much. If we can't do it in one event then perhaps one event for each action.
You can'r go below level 1 forts. Once they are there, and the AI will build them naturally, they are there for good.
 
YodaMaster said:
I can take it in charge. I see the countries to be removed but how many natives instead for each "involved" province?
It should be the same as the 1419 setup. There weren't any Europeans in North East America in 1520 (except maybe some bold fishermen around Newfoundland).

I apologize if I'm missing something here.
 
Reformed province-based Dispersion events

OK, so these are the reformed province-based dispersion events:

#Native Dispersion in Yazoo

event = {
id = 2500052
random = no
province = 52
trigger = {
OR = {
event = 2500108 #Foreign Invaders Ravage Yazoo ->CHE
event = 2500109 #Foreign Invaders Ravage Yazoo ->HUR
event = 2500110 #Foreign Invaders Ravage Yazoo ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Yazoo"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 52 value = -2 }
command = { type = population which = 52 value = -20000 }
command = { type = losemanufactory which = 52 }
command = { type = provinceculture which = 52 value = -1 }
command = { type = conversion which = 52 }
}
}

#Native Dispersion in Savannah

event = {
id = 2500054
random = no
province = 54
trigger = {
OR = {
event = 2500111 #Foreign Invaders Ravage Savannah ->CHE
event = 2500112 #Foreign Invaders Ravage Savannah ->HUR
event = 2500113 #Foreign Invaders Ravage Savannah ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Savannah"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 54 value = -2 }
command = { type = population which = 54 value = -20000 }
command = { type = losemanufactory which = 54 }
command = { type = provinceculture which = 54 value = -1 }
command = { type = conversion which = 54 }
}
}

#Native Dispersion in Alabama

event = {
id = 2500055
random = no
province = 55
trigger = {
OR = {
event = 2500114 #Foreign Invaders Ravage Alabama ->CHE
event = 2500115 #Foreign Invaders Ravage Alabama ->HUR
event = 2500116 #Foreign Invaders Ravage Alabama ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Alabama"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 55 value = -2 }
command = { type = population which = 55 value = -20000 }
command = { type = losemanufactory which = 55 }
command = { type = provinceculture which = 55 value = -1 }
command = { type = conversion which = 55 }
}
}

#Native Dispersion in Tennessee

event = {
id = 2500056
random = no
province = 56
trigger = {
OR = {
event = 2500117 #Foreign Invaders Ravage Tennessee ->CHE
event = 2500118 #Foreign Invaders Ravage Tennessee ->HUR
event = 2500119 #Foreign Invaders Ravage Tennessee ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Tennessee"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 56 value = -2 }
command = { type = population which = 56 value = -20000 }
command = { type = losemanufactory which = 56 }
command = { type = provinceculture which = 56 value = -1 }
command = { type = conversion which = 56 }
}
}

#Native Dispersion in Miamis

event = {
id = 2500060
random = no
province = 60
trigger = {
OR = {
event = 2500120 #Foreign Invaders Ravage Miamis ->CHE
event = 2500121 #Foreign Invaders Ravage Miamis ->HUR
event = 2500122 #Foreign Invaders Ravage Miamis ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Miamis"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 60 value = -2 }
command = { type = population which = 60 value = -20000 }
command = { type = losemanufactory which = 60 }
command = { type = provinceculture which = 60 value = -1 }
command = { type = conversion which = 60 }
}
}

#Native Dispersion in Carolina

event = {
id = 2500062
random = no
province = 62
trigger = {
OR = {
event = 2500123 #Foreign Invaders Ravage Carolina ->CHE
event = 2500124 #Foreign Invaders Ravage Carolina ->HUR
event = 2500125 #Foreign Invaders Ravage Carolina ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Carolina"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 62 value = -2 }
command = { type = population which = 62 value = -20000 }
command = { type = losemanufactory which = 62 }
command = { type = provinceculture which = 62 value = -1 }
command = { type = conversion which = 62 }
}
}

#Native Dispersion in Santee

event = {
id = 2500063
random = no
province = 63
trigger = {
OR = {
event = 2500126 #Foreign Invaders Ravage Santee ->CHE
event = 2500127 #Foreign Invaders Ravage Santee ->HUR
event = 2500128 #Foreign Invaders Ravage Santee ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Santee"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 63 value = -2 }
command = { type = population which = 63 value = -20000 }
command = { type = losemanufactory which = 63 }
command = { type = provinceculture which = 63 value = -1 }
command = { type = conversion which = 63 }
}
}

#Native Dispersion in Roanoke

event = {
id = 2500064
random = no
province = 64
trigger = {
OR = {
event = 2500129 #Foreign Invaders Ravage Roanoke ->CHE
event = 2500130 #Foreign Invaders Ravage Roanoke ->HUR
event = 2500131 #Foreign Invaders Ravage Roanoke ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Roanoke"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 64 value = -2 }
command = { type = population which = 64 value = -20000 }
command = { type = losemanufactory which = 64 }
command = { type = provinceculture which = 64 value = -1 }
command = { type = conversion which = 64 }
}
}

#Native Dispersion in Appalache

event = {
id = 2500066
random = no
province = 66
trigger = {
OR = {
event = 2500132 #Foreign Invaders Ravage Appalache ->CHE
event = 2500133 #Foreign Invaders Ravage Appalache ->HUR
event = 2500134 #Foreign Invaders Ravage Appalache ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Appalache"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 66 value = -2 }
command = { type = population which = 66 value = -20000 }
command = { type = losemanufactory which = 66 }
command = { type = provinceculture which = 66 value = -1 }
command = { type = conversion which = 66 }
}
}

#Native Dispersion in Kentucky

event = {
id = 2500067
random = no
province = 67
trigger = {
OR = {
event = 2500135 #Foreign Invaders Ravage Kentucky ->CHE
event = 2500136 #Foreign Invaders Ravage Kentucky ->HUR
event = 2500137 #Foreign Invaders Ravage Kentucky ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Kentucky"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 67 value = -2 }
command = { type = population which = 67 value = -20000 }
command = { type = losemanufactory which = 67 }
command = { type = provinceculture which = 67 value = -1 }
command = { type = conversion which = 67 }
}
}

#Native Dispersion in Chesapeake

event = {
id = 2500068
random = no
province = 68
trigger = {
OR = {
event = 2500138 #Foreign Invaders Ravage Chesapeake ->CHE
event = 2500139 #Foreign Invaders Ravage Chesapeake ->HUR
event = 2500140 #Foreign Invaders Ravage Chesapeake ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Chesapeake"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 68 value = -2 }
command = { type = population which = 68 value = -20000 }
command = { type = losemanufactory which = 68 }
command = { type = provinceculture which = 68 value = -1 }
command = { type = conversion which = 68 }
}
}

#Native Dispersion in Powhatan

event = {
id = 2500069
random = no
province = 69
trigger = {
OR = {
event = 2500141 #Foreign Invaders Ravage Powhatan ->CHE
event = 2500142 #Foreign Invaders Ravage Powhatan ->HUR
event = 2500143 #Foreign Invaders Ravage Powhatan ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Powhatan"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 69 value = -2 }
command = { type = population which = 69 value = -20000 }
command = { type = losemanufactory which = 69 }
command = { type = provinceculture which = 69 value = -1 }
command = { type = conversion which = 69 }
}
}

#Native Dispersion in Powhatan

event = {
id = 2500069
random = no
province = 69
trigger = {
OR = {
event = 2500141 #Foreign Invaders Ravage Powhatan ->CHE
event = 2500142 #Foreign Invaders Ravage Powhatan ->HUR
event = 2500143 #Foreign Invaders Ravage Powhatan ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Powhatan"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 69 value = -2 }
command = { type = population which = 69 value = -20000 }
command = { type = losemanufactory which = 69 }
command = { type = provinceculture which = 69 value = -1 }
command = { type = conversion which = 69 }
}
}

#Native Dispersion in Shenanhoah

event = {
id = 2500070
random = no
province = 70
trigger = {
OR = {
event = 2500144 #Foreign Invaders Ravage Shenanhoah ->CHE
event = 2500145 #Foreign Invaders Ravage Shenanhoah ->HUR
event = 2500146 #Foreign Invaders Ravage Shenanhoah ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Shenanhoah"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 70 value = -2 }
command = { type = population which = 70 value = -20000 }
command = { type = losemanufactory which = 70 }
command = { type = provinceculture which = 70 value = -1 }
command = { type = conversion which = 70 }
}
}

#Native Dispersion in Erie

event = {
id = 2500071
random = no
province = 71
trigger = {
OR = {
event = 2500147 #Foreign Invaders Ravage Erie ->CHE
event = 2500148 #Foreign Invaders Ravage Erie ->HUR
event = 2500149 #Foreign Invaders Ravage Erie ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Erie"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 71 value = -2 }
command = { type = population which = 71 value = -20000 }
command = { type = losemanufactory which = 71 }
command = { type = provinceculture which = 71 value = -1 }
command = { type = conversion which = 71 }
}
}

#Native Dispersion in Hindua

event = {
id = 2500072
random = no
province = 72
trigger = {
OR = {
event = 2500150 #Foreign Invaders Ravage Hindua ->CHE
event = 2500151 #Foreign Invaders Ravage Hindua ->HUR
event = 2500152 #Foreign Invaders Ravage Hindua ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Hindua"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 72 value = -2 }
command = { type = population which = 72 value = -20000 }
command = { type = losemanufactory which = 72 }
command = { type = provinceculture which = 72 value = -1 }
command = { type = conversion which = 72 }
}
}

#Native Dispersion in Fox

event = {
id = 2500073
random = no
province = 73
trigger = {
OR = {
event = 2500153 #Foreign Invaders Ravage Fox ->CHE
event = 2500154 #Foreign Invaders Ravage Fox ->HUR
event = 2500155 #Foreign Invaders Ravage Fox ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Fox"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 73 value = -2 }
command = { type = population which = 73 value = -20000 }
command = { type = losemanufactory which = 73 }
command = { type = provinceculture which = 73 value = -1 }
command = { type = conversion which = 73 }
}
}

#Native Dispersion in Michilmakt

event = {
id = 2500081
random = no
province = 81
trigger = {
OR = {
event = 2500156 #Foreign Invaders Ravage Michilmakt ->CHE
event = 2500157 #Foreign Invaders Ravage Michilmakt ->HUR
event = 2500158 #Foreign Invaders Ravage Michilmakt ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Michilmakt"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 81 value = -2 }
command = { type = population which = 81 value = -20000 }
command = { type = losemanufactory which = 81 }
command = { type = provinceculture which = 81 value = -1 }
command = { type = conversion which = 81 }
}
}

#Native Dispersion in Detroit

event = {
id = 2500082
random = no
province = 82
trigger = {
OR = {
event = 2500159 #Foreign Invaders Ravage Detroit ->CHE
event = 2500160 #Foreign Invaders Ravage Detroit ->HUR
event = 2500161 #Foreign Invaders Ravage Detroit ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Detroit"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 82 value = -2 }
command = { type = population which = 82 value = -20000 }
command = { type = losemanufactory which = 82 }
command = { type = provinceculture which = 82 value = -1 }
command = { type = conversion which = 82 }
}
}

#Native Dispersion in Irondekoit

event = {
id = 2500083
random = no
province = 83
trigger = {
OR = {
event = 2500162 #Foreign Invaders Ravage Irondekoit ->CHE
event = 2500163 #Foreign Invaders Ravage Irondekoit ->HUR
event = 2500164 #Foreign Invaders Ravage Irondekoit ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Irondekoit"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 83 value = -2 }
command = { type = population which = 83 value = -20000 }
command = { type = losemanufactory which = 83 }
command = { type = provinceculture which = 83 value = -1 }
command = { type = conversion which = 83 }
}
}

#Native Dispersion in Tuscarora

event = {
id = 2500084
random = no
province = 84
trigger = {
OR = {
event = 2500165 #Foreign Invaders Ravage Tuscarora ->CHE
event = 2500166 #Foreign Invaders Ravage Tuscarora ->HUR
event = 2500167 #Foreign Invaders Ravage Tuscarora ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Tuscarora"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 84 value = -2 }
command = { type = population which = 84 value = -20000 }
command = { type = losemanufactory which = 84 }
command = { type = provinceculture which = 84 value = -1 }
command = { type = conversion which = 84 }
}
}

#Native Dispersion in Susquebanna

event = {
id = 2500085
random = no
province = 85
trigger = {
OR = {
event = 2500168 #Foreign Invaders Ravage Susquebanna ->CHE
event = 2500169 #Foreign Invaders Ravage Susquebanna ->HUR
event = 2500170 #Foreign Invaders Ravage Susquebanna ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Susquebanna"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 85 value = -2 }
command = { type = population which = 85 value = -20000 }
command = { type = losemanufactory which = 85 }
command = { type = provinceculture which = 85 value = -1 }
command = { type = conversion which = 85 }
}
}

#Native Dispersion in Delaware

event = {
id = 2500086
random = no
province = 86
trigger = {
OR = {
event = 2500171 #Foreign Invaders Ravage Delaware ->CHE
event = 2500172 #Foreign Invaders Ravage Delaware ->HUR
event = 2500173 #Foreign Invaders Ravage Delaware ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Delaware"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 86 value = -2 }
command = { type = population which = 86 value = -20000 }
command = { type = losemanufactory which = 86 }
command = { type = provinceculture which = 86 value = -1 }
command = { type = conversion which = 86 }
}
}

#Native Dispersion in Manhattan

event = {
id = 2500087
random = no
province = 87
trigger = {
OR = {
event = 2500174 #Foreign Invaders Ravage Manhattan ->CHE
event = 2500175 #Foreign Invaders Ravage Manhattan ->HUR
event = 2500176 #Foreign Invaders Ravage Manhattan ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Manhattan"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 87 value = -2 }
command = { type = population which = 87 value = -20000 }
command = { type = losemanufactory which = 87 }
command = { type = provinceculture which = 87 value = -1 }
command = { type = conversion which = 87 }
}
}

#Native Dispersion in Catskill

event = {
id = 2500088
random = no
province = 88
trigger = {
OR = {
event = 2500177 #Foreign Invaders Ravage Catskill ->CHE
event = 2500178 #Foreign Invaders Ravage Catskill ->HUR
event = 2500179 #Foreign Invaders Ravage Catskill ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Catskill"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 88 value = -2 }
command = { type = population which = 88 value = -20000 }
command = { type = losemanufactory which = 88 }
command = { type = provinceculture which = 88 value = -1 }
command = { type = conversion which = 88 }
}
}

#Native Dispersion in Oswego

event = {
id = 2500089
random = no
province = 89
trigger = {
OR = {
event = 2500180 #Foreign Invaders Ravage Oswego ->CHE
event = 2500181 #Foreign Invaders Ravage Oswego ->HUR
event = 2500182 #Foreign Invaders Ravage Oswego ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Oswego"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 89 value = -2 }
command = { type = population which = 89 value = -20000 }
command = { type = losemanufactory which = 89 }
command = { type = provinceculture which = 89 value = -1 }
command = { type = conversion which = 89 }
}
}

#Native Dispersion in Mohawk

event = {
id = 2500090
random = no
province = 90
trigger = {
OR = {
event = 2500183 #Foreign Invaders Ravage Mohawk ->CHE
event = 2500184 #Foreign Invaders Ravage Mohawk ->HUR
event = 2500185 #Foreign Invaders Ravage Mohawk ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Mohawk"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 90 value = -2 }
command = { type = population which = 90 value = -20000 }
command = { type = losemanufactory which = 90 }
command = { type = provinceculture which = 90 value = -1 }
command = { type = conversion which = 90 }
}
}

#Native Dispersion in Onondaga

event = {
id = 2500091
random = no
province = 91
trigger = {
OR = {
event = 2500186 #Foreign Invaders Ravage Onondaga ->CHE
event = 2500187 #Foreign Invaders Ravage Onondaga ->HUR
event = 2500188 #Foreign Invaders Ravage Onondaga ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Onondaga"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 91 value = -2 }
command = { type = population which = 91 value = -20000 }
command = { type = losemanufactory which = 91 }
command = { type = provinceculture which = 91 value = -1 }
command = { type = conversion which = 91 }
}
}

#Native Dispersion in Niagara

event = {
id = 2500092
random = no
province = 92
trigger = {
OR = {
event = 2500189 #Foreign Invaders Ravage Niagara ->CHE
event = 2500190 #Foreign Invaders Ravage Niagara ->HUR
event = 2500191 #Foreign Invaders Ravage Niagara ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Niagara"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 92 value = -2 }
command = { type = population which = 92 value = -20000 }
command = { type = losemanufactory which = 92 }
command = { type = provinceculture which = 92 value = -1 }
command = { type = conversion which = 92 }
}
}

#Native Dispersion in Nipigon

event = {
id = 2500095
random = no
province = 95
trigger = {
OR = {
event = 2500192 #Foreign Invaders Ravage Nipigon ->CHE
event = 2500193 #Foreign Invaders Ravage Nipigon ->HUR
event = 2500194 #Foreign Invaders Ravage Nipigon ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Nipigon"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 95 value = -2 }
command = { type = population which = 95 value = -20000 }
command = { type = losemanufactory which = 95 }
command = { type = provinceculture which = 95 value = -1 }
command = { type = conversion which = 95 }
}
}

#Native Dispersion in Nipissing

event = {
id = 2500096
random = no
province = 96
trigger = {
OR = {
event = 2500195 #Foreign Invaders Ravage Nipissing ->CHE
event = 2500196 #Foreign Invaders Ravage Nipissing ->HUR
event = 2500197 #Foreign Invaders Ravage Nipissing ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Nipissing"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 96 value = -2 }
command = { type = population which = 96 value = -20000 }
command = { type = losemanufactory which = 96 }
command = { type = provinceculture which = 96 value = -1 }
command = { type = conversion which = 96 }
}
}

#Native Dispersion in Oshawa

event = {
id = 2500097
random = no
province = 97
trigger = {
OR = {
event = 2500198 #Foreign Invaders Ravage Oshawa ->CHE
event = 2500199 #Foreign Invaders Ravage Oshawa ->HUR
event = 2500200 #Foreign Invaders Ravage Oshawa ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Oshawa"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 97 value = -2 }
command = { type = population which = 97 value = -20000 }
command = { type = losemanufactory which = 97 }
command = { type = provinceculture which = 97 value = -1 }
command = { type = conversion which = 97 }
}
}

#Native Dispersion in Niagara

event = {
id = 2500098
random = no
province = 98
trigger = {
OR = {
event = 2500201 #Foreign Invaders Ravage Niagara ->CHE
event = 2500202 #Foreign Invaders Ravage Niagara ->HUR
event = 2500203 #Foreign Invaders Ravage Niagara ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Niagara"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 98 value = -2 }
command = { type = population which = 98 value = -20000 }
command = { type = losemanufactory which = 98 }
command = { type = provinceculture which = 98 value = -1 }
command = { type = conversion which = 98 }
}
}

#Native Dispersion in Ticonderoga

event = {
id = 2500099
random = no
province = 99
trigger = {
OR = {
event = 2500204 #Foreign Invaders Ravage Ticonderoga ->CHE
event = 2500205 #Foreign Invaders Ravage Ticonderoga ->HUR
event = 2500206 #Foreign Invaders Ravage Ticonderoga ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Ticonderoga"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 99 value = -2 }
command = { type = population which = 99 value = -20000 }
command = { type = losemanufactory which = 99 }
command = { type = provinceculture which = 99 value = -1 }
command = { type = conversion which = 99 }
}
}

#Native Dispersion in Adirondak

event = {
id = 2500100
random = no
province = 100
trigger = {
OR = {
event = 2500207 #Foreign Invaders Ravage Adirondak ->CHE
event = 2500208 #Foreign Invaders Ravage Adirondak ->HUR
event = 2500209 #Foreign Invaders Ravage Adirondak ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Adirondak"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 100 value = -2 }
command = { type = population which = 100 value = -20000 }
command = { type = losemanufactory which = 100 }
command = { type = provinceculture which = 100 value = -1 }
command = { type = conversion which = 100 }
}
}
 
Last edited:
Reformed province-based Dispersion events part 2

#Native Dispersion in Sebago

event = {
id = 2500101
random = no
province = 101
trigger = {
OR = {
event = 2500210 #Foreign Invaders Ravage Sebago ->CHE
event = 2500211 #Foreign Invaders Ravage Sebago ->HUR
event = 2500212 #Foreign Invaders Ravage Sebago ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Sebago"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 101 value = -2 }
command = { type = population which = 101 value = -20000 }
command = { type = losemanufactory which = 101 }
command = { type = provinceculture which = 101 value = -1 }
command = { type = conversion which = 101 }
}
}

#Native Dispersion in Connecticut

event = {
id = 2500102
random = no
province = 102
trigger = {
OR = {
event = 2500213 #Foreign Invaders Ravage Connecticut ->CHE
event = 2500214 #Foreign Invaders Ravage Connecticut ->HUR
event = 2500215 #Foreign Invaders Ravage Connecticut ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Connecticut"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 102 value = -2 }
command = { type = population which = 102 value = -20000 }
command = { type = losemanufactory which = 102 }
command = { type = provinceculture which = 102 value = -1 }
command = { type = conversion which = 102 }
}
}

#Native Dispersion in Massachussetts

event = {
id = 2500103
random = no
province = 103
trigger = {
OR = {
event = 2500216 #Foreign Invaders Ravage Massachussetts ->CHE
event = 2500217 #Foreign Invaders Ravage Massachussetts ->HUR
event = 2500218 #Foreign Invaders Ravage Massachussetts ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Massachussetts"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 103 value = -2 }
command = { type = population which = 103 value = -20000 }
command = { type = losemanufactory which = 103 }
command = { type = provinceculture which = 103 value = -1 }
command = { type = conversion which = 103 }
}
}

#Native Dispersion in Hochelaga

event = {
id = 2500106
random = no
province = 106
trigger = {
OR = {
event = 2500219 #Foreign Invaders Ravage Hochelaga ->CHE
event = 2500220 #Foreign Invaders Ravage Hochelaga ->HUR
event = 2500221 #Foreign Invaders Ravage Hochelaga ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Hochelaga"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 106 value = -2 }
command = { type = population which = 106 value = -20000 }
command = { type = losemanufactory which = 106 }
command = { type = provinceculture which = 106 value = -1 }
command = { type = conversion which = 106 }
}
}

#Native Dispersion in Ottawa

event = {
id = 2500107
random = no
province = 107
trigger = {
OR = {
event = 2500222 #Foreign Invaders Ravage Ottawa ->CHE
event = 2500223 #Foreign Invaders Ravage Ottawa ->HUR
event = 2500224 #Foreign Invaders Ravage Ottawa ->OHI
}
NOT = {
continent = america
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Native Dispersion in Ottawa"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 107 value = -2 }
command = { type = population which = 107 value = -20000 }
command = { type = losemanufactory which = 107 }
command = { type = provinceculture which = 107 value = -1 }
command = { type = conversion which = 107 }
}
}
 
Last edited:
There is a bug with population decrease and fortress level loss. Fortress should be before population in all your "Native Dispersion" events...

See "Commands fortress + population." in "Errors, clarifications and additional information" here.
 
#Foreign Invaders Ravage Yazoo

event = {
id = 2500110
random = no
province = 52

trigger = {
OR = {
owned = { province = 52 data = CHE }
owned = { province = 52 data = HUR }
owned = { province = 52 data = OHI }
}
NOT = {
control = { province = 52 data = CHE }
control = { province = 52 data = HUR }
control = { province = 52 data = OHI }
control = { province = 52 data = NAT } #natives
control = { province = 52 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Yazoo"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 52 value = -5000 }
}
}

#Foreign Invaders Ravage Savannah

event = {
id = 2500113
random = no
province = 54

trigger = {
OR = {
owned = { province = 54 data = CHE }
owned = { province = 54 data = HUR }
owned = { province = 54 data = OHI }
}
NOT = {
control = { province = 54 data = CHE }
control = { province = 54 data = HUR }
control = { province = 54 data = OHI }
control = { province = 54 data = NAT } #natives
control = { province = 54 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Savannah"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 54 value = -5000 }
}
}

#Foreign Invaders Ravage Alabama

event = {
id = 2500116
random = no
province = 55

trigger = {
OR = {
owned = { province = 55 data = CHE }
owned = { province = 55 data = HUR }
owned = { province = 55 data = OHI }
}
NOT = {
control = { province = 55 data = CHE }
control = { province = 55 data = HUR }
control = { province = 55 data = OHI }
control = { province = 55 data = NAT } #natives
control = { province = 55 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Alabama"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 55 value = -5000 }
}
}

#Foreign Invaders Ravage Tennessee

event = {
id = 2500119
random = no
province = 56

trigger = {
OR = {
owned = { province = 56 data = CHE }
owned = { province = 56 data = HUR }
owned = { province = 56 data = OHI }
}
NOT = {
control = { province = 56 data = CHE }
control = { province = 56 data = HUR }
control = { province = 56 data = OHI }
control = { province = 56 data = NAT } #natives
control = { province = 56 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Tennessee"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 56 value = -5000 }
}
}

#Foreign Invaders Ravage Miamis

event = {
id = 2500122
random = no
province = 60

trigger = {
OR = {
owned = { province = 60 data = CHE }
owned = { province = 60 data = HUR }
owned = { province = 60 data = OHI }
}
NOT = {
control = { province = 60 data = CHE }
control = { province = 60 data = HUR }
control = { province = 60 data = OHI }
control = { province = 60 data = NAT } #natives
control = { province = 60 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Miamis"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 60 value = -5000 }
}
}

#Foreign Invaders Ravage Carolina

event = {
id = 2500125
random = no
province = 62

trigger = {
OR = {
owned = { province = 62 data = CHE }
owned = { province = 62 data = HUR }
owned = { province = 62 data = OHI }
}
NOT = {
control = { province = 62 data = CHE }
control = { province = 62 data = HUR }
control = { province = 62 data = OHI }
control = { province = 62 data = NAT } #natives
control = { province = 62 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Carolina"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 62 value = -5000 }
}
}

#Foreign Invaders Ravage Santee

event = {
id = 2500128
random = no
province = 63

trigger = {
OR = {
owned = { province = 63 data = CHE }
owned = { province = 63 data = HUR }
owned = { province = 63 data = OHI }
}
NOT = {
control = { province = 63 data = CHE }
control = { province = 63 data = HUR }
control = { province = 63 data = OHI }
control = { province = 63 data = NAT } #natives
control = { province = 63 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Santee"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 63 value = -5000 }
}
}

#Foreign Invaders Ravage Roanoke

event = {
id = 2500131
random = no
province = 64

trigger = {
OR = {
owned = { province = 64 data = CHE }
owned = { province = 64 data = HUR }
owned = { province = 64 data = OHI }
}
NOT = {
control = { province = 64 data = CHE }
control = { province = 64 data = HUR }
control = { province = 64 data = OHI }
control = { province = 64 data = NAT } #natives
control = { province = 64 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Roanoke"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 64 value = -5000 }
}
}

#Foreign Invaders Ravage Appalache

event = {
id = 2500134
random = no
province = 66

trigger = {
OR = {
owned = { province = 66 data = CHE }
owned = { province = 66 data = HUR }
owned = { province = 66 data = OHI }
}
NOT = {
control = { province = 66 data = CHE }
control = { province = 66 data = HUR }
control = { province = 66 data = OHI }
control = { province = 66 data = NAT } #natives
control = { province = 66 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Appalache"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 66 value = -5000 }
}
}

#Foreign Invaders Ravage Kentucky

event = {
id = 2500136
random = no
province = 67

trigger = {
OR = {
owned = { province = 67 data = CHE }
owned = { province = 67 data = HUR }
owned = { province = 67 data = OHI }
}
NOT = {
control = { province = 67 data = CHE }
control = { province = 67 data = HUR }
control = { province = 67 data = OHI }
control = { province = 67 data = NAT } #natives
control = { province = 67 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Kentucky"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 67 value = -5000 }
}
}

#Foreign Invaders Ravage Chesapeake

event = {
id = 2500139
random = no
province = 68

trigger = {
OR = {
owned = { province = 68 data = CHE }
owned = { province = 68 data = HUR }
owned = { province = 68 data = OHI }
}
NOT = {
control = { province = 68 data = CHE }
control = { province = 68 data = HUR }
control = { province = 68 data = OHI }
control = { province = 68 data = NAT } #natives
control = { province = 68 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Chesapeake"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 68 value = -5000 }
}
}
 
Last edited:
#Foreign Invaders Ravage Chesapeake

event = {
id = 2500140
random = no
province = 68

trigger = {
OR = {
owned = { province = 68 data = CHE }
owned = { province = 68 data = HUR }
owned = { province = 68 data = OHI }
}
NOT = {
control = { province = 68 data = CHE }
control = { province = 68 data = HUR }
control = { province = 68 data = OHI }
control = { province = 68 data = NAT } #natives
control = { province = 68 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Chesapeake"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 68 value = -5000 }
}
}

#Foreign Invaders Ravage Powhatan

event = {
id = 2500143
random = no
province = 69

trigger = {
OR = {
owned = { province = 69 data = CHE }
owned = { province = 69 data = HUR }
owned = { province = 69 data = OHI }
}
NOT = {
control = { province = 69 data = CHE }
control = { province = 69 data = HUR }
control = { province = 69 data = OHI }
control = { province = 69 data = NAT } #natives
control = { province = 69 data = REB } #rebels
}
}

date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Powhatan"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 69 value = -5000 }
}
}

#Foreign Invaders Ravage Shenanhoah

event = {
id = 2500146
random = no
province = 70

trigger = {
OR = {
owned = { province = 70 data = CHE }
owned = { province = 70 data = HUR }
owned = { province = 70 data = OHI }
}
NOT = {
control = { province = 70 data = CHE }
control = { province = 70 data = HUR }
control = { province = 70 data = OHI }
control = { province = 70 data = NAT } #natives
control = { province = 70 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Shenanhoah"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 70 value = -5000 }
}
}

#Foreign Invaders Ravage Erie

event = {
id = 2500149
random = no
province = 71

trigger = {
OR = {
owned = { province = 71 data = CHE }
owned = { province = 71 data = HUR }
owned = { province = 71 data = OHI }
}
NOT = {
control = { province = 71 data = CHE }
control = { province = 71 data = HUR }
control = { province = 71 data = OHI }
control = { province = 71 data = NAT } #natives
control = { province = 71 data = REB } #rebels
}
}

date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Erie"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 71 value = -5000 }
}
}

#Foreign Invaders Ravage Hindua

event = {
id = 2500152
random = no
province = 72

trigger = {
OR = {
owned = { province = 72 data = CHE }
owned = { province = 72 data = HUR }
owned = { province = 72 data = OHI }
}
NOT = {
control = { province = 72 data = CHE }
control = { province = 72 data = HUR }
control = { province = 72 data = OHI }
control = { province = 72 data = NAT } #natives
control = { province = 72 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Hindua"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 72 value = -5000 }
}
}

#Foreign Invaders Ravage Fox

event = {
id = 2500155
random = no
province = 73

trigger = {
OR = {
owned = { province = 73 data = CHE }
owned = { province = 73 data = HUR }
owned = { province = 73 data = OHI }
}
NOT = {
control = { province = 73 data = CHE }
control = { province = 73 data = HUR }
control = { province = 73 data = OHI }
control = { province = 73 data = NAT } #natives
control = { province = 73 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Fox"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 73 value = -5000 }
}
}

#Foreign Invaders Ravage Michilmakt

event = {
id = 2500158
random = no
province = 81

trigger = {
OR = {
owned = { province = 81 data = CHE }
owned = { province = 81 data = HUR }
owned = { province = 81 data = OHI }
}
NOT = {
control = { province = 81 data = CHE }
control = { province = 81 data = HUR }
control = { province = 81 data = OHI }
control = { province = 81 data = NAT } #natives
control = { province = 81 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Michilmakt"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 81 value = -5000 }
}
}

#Foreign Invaders Ravage Detroit

event = {
id = 2500161
random = no
province = 82

trigger = {
OR = {
owned = { province = 82 data = CHE }
owned = { province = 82 data = HUR }
owned = { province = 82 data = OHI }
}
NOT = {
control = { province = 82 data = CHE }
control = { province = 82 data = HUR }
control = { province = 82 data = OHI }
control = { province = 82 data = NAT } #natives
control = { province = 82 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Detroit"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 82 value = -5000 }
}
}

#Foreign Invaders Ravage Irondekoit

event = {
id = 2500164
random = no
province = 83

trigger = {
OR = {
owned = { province = 83 data = CHE }
owned = { province = 83 data = HUR }
owned = { province = 83 data = OHI }
}
NOT = {
control = { province = 83 data = CHE }
control = { province = 83 data = HUR }
control = { province = 83 data = OHI }
control = { province = 83 data = NAT } #natives
control = { province = 83 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Irondekoit"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 83 value = -5000 }
}
}

#Foreign Invaders Ravage Tuscarora

event = {
id = 2500167
random = no
province = 84

trigger = {
OR = {
owned = { province = 84 data = CHE }
owned = { province = 84 data = HUR }
owned = { province = 84 data = OHI }
}
NOT = {
control = { province = 84 data = CHE }
control = { province = 84 data = HUR }
control = { province = 84 data = OHI }
control = { province = 84 data = NAT } #natives
control = { province = 84 data = REB } #rebels
}
}

date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Tuscarora"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 84 value = -5000 }
}
}

#Foreign Invaders Ravage Susquebanna

event = {
id = 2500170
random = no
province = 85

trigger = {
OR = {
owned = { province = 85 data = CHE }
owned = { province = 85 data = HUR }
owned = { province = 85 data = OHI }
}
NOT = {
control = { province = 85 data = CHE }
control = { province = 85 data = HUR }
control = { province = 85 data = OHI }
control = { province = 85 data = NAT } #natives
control = { province = 85 data = REB } #rebels
}
}

date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Susquebanna"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 85 value = -5000 }
}
}

#Foreign Invaders Ravage Delaware

event = {
id = 2500173
random = no
province = 86

trigger = {
OR = {
owned = { province = 86 data = CHE }
owned = { province = 86 data = HUR }
owned = { province = 86 data = OHI }
}
NOT = {
control = { province = 86 data = CHE }
control = { province = 86 data = HUR }
control = { province = 86 data = OHI }
control = { province = 86 data = NAT } #natives
control = { province = 86 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Delaware"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 86 value = -5000 }
}
}
 
Last edited:
#Foreign Invaders Ravage Manhattan

event = {
id = 2500176
random = no
province = 87

trigger = {
OR = {
owned = { province = 87 data = CHE }
owned = { province = 87 data = HUR }
owned = { province = 87 data = OHI }
}
NOT = {
control = { province = 87 data = CHE }
control = { province = 87 data = HUR }
control = { province = 87 data = OHI }
control = { province = 87 data = NAT } #natives
control = { province = 87 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Manhattan"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 87 value = -5000 }
}
}

#Foreign Invaders Ravage Catskill

event = {
id = 2500177
random = no
province = 88

trigger = {
OR = {
owned = { province = 88 data = CHE }
owned = { province = 88 data = HUR }
owned = { province = 88 data = OHI }
}
NOT = {
control = { province = 88 data = CHE }
control = { province = 88 data = HUR }
control = { province = 88 data = OHI }
control = { province = 88 data = NAT } #natives
control = { province = 88 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Catskill"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 88 value = -5000 }
}
}

#Foreign Invaders Ravage Oswego

event = {
id = 2500180
random = no
province = 89

trigger = {
OR = {
owned = { province = 89 data = CHE }
owned = { province = 89 data = HUR }
owned = { province = 89 data = OHI }
}
NOT = {
control = { province = 89 data = CHE }
control = { province = 89 data = HUR }
control = { province = 89 data = OHI }
control = { province = 89 data = NAT } #natives
control = { province = 89 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Oswego"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 89 value = -5000 }
}
}

#Foreign Invaders Ravage Mohawk

event = {
id = 2500183
random = no
province = 90

trigger = {
OR = {
owned = { province = 90 data = CHE }
owned = { province = 90 data = HUR }
owned = { province = 90 data = OHI }
}
NOT = {
control = { province = 90 data = CHE }
control = { province = 90 data = HUR }
control = { province = 90 data = OHI }
control = { province = 90 data = NAT } #natives
control = { province = 90 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Mohawk"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 90 value = -5000 }
}
}

#Foreign Invaders Ravage Onondaga

event = {
id = 2500186
random = no
province = 91

trigger = {
OR = {
owned = { province = 91 data = CHE }
owned = { province = 91 data = HUR }
owned = { province = 91 data = OHI }
}
NOT = {
control = { province = 91 data = CHE }
control = { province = 91 data = HUR }
control = { province = 91 data = OHI }
control = { province = 91 data = NAT } #natives
control = { province = 91 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Onondaga"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 91 value = -5000 }
}
}

#Foreign Invaders Ravage Niagara

event = {
id = 2500189
random = no
province = 92

trigger = {
OR = {
owned = { province = 92 data = CHE }
owned = { province = 92 data = HUR }
owned = { province = 92 data = OHI }
}
NOT = {
control = { province = 92 data = CHE }
control = { province = 92 data = HUR }
control = { province = 92 data = OHI }
control = { province = 92 data = NAT } #natives
control = { province = 92 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Niagara"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 92 value = -5000 }
}
}

#Foreign Invaders Ravage Nipigon

event = {
id = 2500192
random = no
province = 95

trigger = {
OR = {
owned = { province = 95 data = CHE }
owned = { province = 95 data = HUR }
owned = { province = 95 data = OHI }
}
NOT = {
control = { province = 95 data = CHE }
control = { province = 95 data = HUR }
control = { province = 95 data = OHI }
control = { province = 95 data = NAT } #natives
control = { province = 95 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Nipigon"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 95 value = -5000 }
}
}

#Foreign Invaders Ravage Nipissing

event = {
id = 2500195
random = no
province = 96

trigger = {
OR = {
owned = { province = 96 data = CHE }
owned = { province = 96 data = HUR }
owned = { province = 96 data = OHI }
}
NOT = {
control = { province = 96 data = CHE }
control = { province = 96 data = HUR }
control = { province = 96 data = OHI }
control = { province = 96 data = NAT } #natives
control = { province = 96 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Nipissing"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 96 value = -5000 }
}
}

#Foreign Invaders Ravage Oshawa

event = {
id = 2500200
random = no
province = 97

trigger = {
OR = {
owned = { province = 97 data = CHE }
owned = { province = 97 data = HUR }
owned = { province = 97 data = OHI }
}
NOT = {
control = { province = 97 data = CHE }
control = { province = 97 data = HUR }
control = { province = 97 data = OHI }
control = { province = 97 data = NAT } #natives
control = { province = 97 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820}

name = "Foreign Invaders Ravage Oshawa"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 97 value = -5000 }
}
}

#Foreign Invaders Ravage Niagara

event = {
id = 2500203
random = no
province = 98

trigger = {
OR = {
owned = { province = 98 data = CHE }
owned = { province = 98 data = HUR }
owned = { province = 98 data = OHI }
}
NOT = {
control = { province = 98 data = CHE }
control = { province = 98 data = HUR }
control = { province = 98 data = OHI }
control = { province = 98 data = NAT } #natives
control = { province = 98 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Niagara"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 98 value = -5000 }
}
}

#Foreign Invaders Ravage Ticonderoga

event = {
id = 2500206
random = no
province = 99

trigger = {
OR = {
owned = { province = 99 data = CHE }
owned = { province = 99 data = HUR }
owned = { province = 99 data = OHI }
}
NOT = {
control = { province = 99 data = CHE }
control = { province = 99 data = HUR }
control = { province = 99 data = OHI }
control = { province = 99 data = NAT } #natives
control = { province = 99 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Ticonderoga"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 99 value = -5000 }
}
}

#Foreign Invaders Ravage Adirondak

event = {
id = 2500209
random = no
province = 100

trigger = {
OR = {
owned = { province = 100 data = CHE }
owned = { province = 100 data = HUR }
owned = { province = 100 data = OHI }
}
NOT = {
control = { province = 100 data = CHE }
control = { province = 100 data = HUR }
control = { province = 100 data = OHI }
control = { province = 100 data = NAT } #natives
control = { province = 100 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Adirondak"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 100 value = -5000 }
}
}

#Foreign Invaders Ravage Sebago

event = {
id = 2500212
random = no
province = 101

trigger = {
OR = {
owned = { province = 101 data = CHE }
owned = { province = 101 data = HUR }
owned = { province = 101 data = OHI }
}
NOT = {
control = { province = 101 data = CHE }
control = { province = 101 data = HUR }
control = { province = 101 data = OHI }
control = { province = 101 data = NAT } #natives
control = { province = 101 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Sebago"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 101 value = -5000 }
}
}

#Foreign Invaders Ravage Connecticut

event = {
id = 2500215
random = no
province = 102

trigger = {
OR = {
owned = { province = 102 data = CHE }
owned = { province = 102 data = HUR }
owned = { province = 102 data = OHI }
}
NOT = {
control = { province = 102 data = CHE }
control = { province = 102 data = HUR }
control = { province = 102 data = OHI }
control = { province = 102 data = NAT } #natives
control = { province = 102 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Connecticut"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 102 value = -5000 }
}
}
 
Last edited:
#Foreign Invaders Ravage Massachussetts

event = {
id = 2500216
random = no
province = 103

trigger = {
OR = {
owned = { province = 103 data = CHE }
owned = { province = 103 data = HUR }
owned = { province = 103 data = OHI }
}
NOT = {
control = { province = 103 data = CHE }
control = { province = 103 data = HUR }
control = { province = 103 data = OHI }
control = { province = 103 data = NAT } #natives
control = { province = 103 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Massachussetts"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 103 value = -5000 }
}
}

#Foreign Invaders Ravage Hochelaga

event = {
id = 2500219
random = no
province = 106

trigger = {
OR = {
owned = { province = 106 data = CHE }
owned = { province = 106 data = HUR }
owned = { province = 106 data = OHI }
}
NOT = {
control = { province = 106 data = CHE }
control = { province = 106 data = HUR }
control = { province = 106 data = OHI }
control = { province = 106 data = NAT } #natives
control = { province = 106 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Hochelaga"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 106 value = -5000 }
}
}

#Foreign Invaders Ravage Ottawa

event = {
id = 2500222
random = no
province = 107

trigger = {
OR = {
owned = { province = 107 data = CHE }
owned = { province = 107 data = HUR }
owned = { province = 107 data = OHI }
}
NOT = {
control = { province = 107 data = CHE }
control = { province = 107 data = HUR }
control = { province = 107 data = OHI }
control = { province = 107 data = NAT } #natives
control = { province = 107 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Invaders Ravage Ottawa"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "We must retreat inland !"
command = { type = population which = 107 value = -5000 }
}
}
 
Last edited:
The number of events could be reduced by changing all the "Foreign Invaders Ravage..." to province based, and change the triggers to (Ottawa):
Code:
trigger = {
	OR = {
		owned = { province = 107 data = CHE }
		owned = { province = 107 data = HUR }
		owned = { province = 107 data = OHI }
		}
	NOT = {
		control = { province = 107 data = CHE }
		control = { province = 107 data = HUR }
		control = { province = 107 data = OHI }
		control = { province = 107 data = NAT } #natives
		control = { province = 107 data = REB } #rebels
		}
	}
If I'm not mistaken, that would take care of all the cases.
 
What do I have to do with these events then?
Code:
###Foriegn Diseases Events###

#Cherokee Nation Events: 145000 - 145999
#European Disease

event = {
id = 145000
random = no
country = CHE
trigger = {
OR = {
neighbour = ENG
neighbour = FRA
neighbour = HOL
neighbour = POR
neighbour = SCO
neighbour = SPA
neighbour = SWE
}
}
date = { day = 1 month = january year = 1419 }
offset = 1000
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Diseases Spread Throughout Our Settlements"
desc = "The Native American Woodland tribes of North Eastern America were virtually defenceless against the various microbes and viruses the Europeans brought to the lands they called 'the New World'. Typhoid, small pox, influenza and even the common cold, to name but a few, thinned native populations and ravaged the stability of the native american society. It was a turbulent time for all who witnessed such destruction and few, if any at all, would escape the ramafications. "

action_a = {
name = "Mourning War !"
command = { type = stability value = -4 }
command = { type = population which = -2 value = -10000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = provincetax which = -2 value = -1 }
command = { type = provincetax which = -1 value = -1 }
command = { type = provincetax which = -1 value = -1 }
command = { type = revoltrisk which = 24 value = 5 }
command = { type = domestic which = offensive value = 1 }
command = { type = domestic which = innovative value = -1 }
}
}

#Huron Confederacy Events: 189000 - 189999

#European Disease

event = {
id = 189000
random = no
country = HUR
trigger = {
OR = {
neighbour = ENG
neighbour = FRA
neighbour = HOL
neighbour = POR
neighbour = SCO
neighbour = SPA
neighbour = SWE
}
}
date = { day = 1 month = january year = 1419 }
offset = 1000
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Diseases Spread Throughout Our Settlements"
desc = "The Native American Woodland tribes of North Eastern America were virtually defenceless against the various microbes and viruses the Europeans brought to the lands they called 'the New World'. Typhoid, small pox, influenza and even the common cold, to name but a few, thinned native populations and ravaged the stability of the native american society. It was a turbulent time for all who witnessed such destruction and few, if any at all, would escape the ramafications. "

action_a = {
name = "Mourning War !"
command = { type = stability value = -4 }
command = { type = population which = -2 value = -10000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = provincetax which = -2 value = -1 }
command = { type = provincetax which = -1 value = -1 }
command = { type = provincetax which = -1 value = -1 }
command = { type = revoltrisk which = 24 value = 5 }
command = { type = domestic which = offensive value = 1 }
command = { type = domestic which = innovative value = -1 }
}
}

#Iroquois Confederacy Events: 246000 - 246999

#European Disease

event = {
id = 246000
random = no
country = OHI
trigger = {
OR = {
neighbour = ENG
neighbour = FRA
neighbour = HOL
neighbour = POR
neighbour = SCO
neighbour = SPA
neighbour = SWE
}
}
date = { day = 1 month = january year = 1419 }
offset = 1000
deathdate = { day = 31 month = december year = 1820 }

name = "Foreign Diseases Spread Throughout Our Settlements"
desc = "The Native American Woodland tribes of North Eastern America were virtually defenceless against the various microbes and viruses the Europeans brought to the lands they called 'the New World'. Typhoid, small pox, influenza and even the common cold, to name but a few, thinned native populations and ravaged the stability of the native american society. It was a turbulent time for all who witnessed such destruction and few, if any at all, would escape the ramafications. "

action_a = {
name = "Mourning War !"
command = { type = stability value = -4 }
command = { type = population which = -2 value = -10000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = population which = -1 value = -3000 }
command = { type = provincetax which = -2 value = -1 }
command = { type = provincetax which = -1 value = -1 }
command = { type = provincetax which = -1 value = -1 }
command = { type = revoltrisk which = 24 value = 5 }
command = { type = domestic which = offensive value = 1 }
command = { type = domestic which = innovative value = -1 }
}
}
They have effects not covered by new events.
 
I playtested new Dispersion events but I have a big problem...

I had to rewrite events (renumbered in 337000 range and tweaked descriptions) because of little scripting errors but this is not the main problem.

Original for Oswego:
Code:
#Foreign Invaders Ravage Oswego

event = {
id = 2500180
random = no
province = 89

trigger = {
OR = {
owned = { province = 89 data = CHE }
owned = { province = 89 data = HUR }
owned = { province = 89 data = OHI }
}
NOT = {
control = { province = 89 data = CHE }
control = { province = 89 data = HUR }
control = { province = 89 data = OHI }
control = { province = 89 data = NAT } #natives
control = { province = 89 data = REB } #rebels
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { year = 1820 }

name = "Foreign Invaders Ravage Oswego"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland." 

action_a = {
name = "We must retreat inland !"
command = { type = population which = 89 value = -5000 }
}
}
#Native Dispersion in Oswego

event = {
id = 2500089
random = no
province = 89
trigger = {
OR = {
event = 2500180 #Foreign Invaders Ravage Oswego ->CHE
event = 2500181 #Foreign Invaders Ravage Oswego ->HUR
event = 2500182 #Foreign Invaders Ravage Oswego ->OHI
}
NOT = { 
continent = america 
}
}
date = { day = 1 month = january year = 1419 }
offset = 360
deathdate = { year = 1820 }

name = "Native Dispersion in Oswego"
desc = "As Europeans annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

action_a = {
name = "It's ours ! All ours !"
command = { type = fortress which = 89 value = -2 }
command = { type = population which = 89 value = -20000 }
command = { type = losemanufactory which = 89 }
command = { type = provinceculture which = 89 value = -1 }
command = { type = conversion which = 89 }
}
}
Rewrited:
Code:
#Foreign Invaders Ravage Oswego
event = {
	id = [COLOR=gold]337248[/COLOR]
	trigger = {
		OR = {
			owned = { province = 89 data = CHE }
			owned = { province = 89 data = HUR }
			owned = { province = 89 data = OHI }
		}
		NOT = {
			[COLOR=gold]OR = {[/COLOR]
				control = { province = 89 data = CHE }
				control = { province = 89 data = HUR }
				control = { province = 89 data = OHI }
				control = { province = 89 data = NAT } #natives
				control = { province = 89 data = REB } #rebels
			[COLOR=gold]}[/COLOR]
		}
	}
	random = no
	province = 89
	name = "Foreign Invaders Ravage Oswego"
	desc = "As [COLOR=gold]Foreign Invaders ravaged[/COLOR] swathes of land occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland." 

	date = { day = 1 month = january year = 1419 }
	offset = [COLOR=gold]1[/COLOR]
	deathdate = { [COLOR=gold]year = 1820[/COLOR] }

	action_a = {
		name = "We must retreat inland !"
		command = { type = population which = 89 value = -5000 }
	}
}
#Native Dispersion in Oswego
event = {
	id = [COLOR=gold]337249[/COLOR]
	trigger = {
		[COLOR=gold]event = 337248 #Foreign Invaders Ravage Oswego[/COLOR]
		NOT = { 
			continent = america 
		}
	}
	random = no
	province = 89
	name = "Native Dispersion in Oswego"
	desc = "As [COLOR=gold]we[/COLOR] annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

	date = { day = 1 month = january year = 1419 }
	offset = 360
	deathdate = { [COLOR=gold]year = 1820[/COLOR] }

	action_a = {
		name = "It's ours ! All ours !"
		command = { type = fortress which = 89 value = -2 }
		command = { type = population which = 89 value = -20000 }
		command = { type = losemanufactory which = 89 }
		command = { type = provinceculture which = 89 value = -1 }
		command = { type = conversion which = 89 }
	}
}
changes in gold.

My tests were in 1648 and war between Netherlands and iroquois. "offset = 360" is too jigh an despite tweaked "offset = 1" ProvinceSpec event "Foreign Invaders Ravage ..." doesn't fire immediatly after the province is taken but within the month after :wacko:. I tried removing or tweaking the offset but it is the same and this seems tied to provincespec events (not regular ones).

With this problem, it is possible to annex the Native country if all provinces are taken within a month. "Foreign Invaders Ravage ..." won't fire and "Native Dispersion in ..." won't never fire neither. This is way too exploitable (even not intentionally).

I see no solution for the moment. It is wiser to revert to existing 1.39 events before Ribbon's modification. We just have an annyoing message for colonizable provinces but, after all, "It's ours ! All ours !" is not a "wrong" message.
 
Last edited:
YodaMaster said:
Code:
#Foreign Invaders Ravage Oswego
event = {
	id = [COLOR=gold]337248[/COLOR]
	trigger = {
		OR = {
			owned = { province = 89 data = CHE }
			owned = { province = 89 data = HUR }
			owned = { province = 89 data = OHI }
		}
		NOT = {
			[COLOR=gold]OR = {[/COLOR]
				control = { province = 89 data = CHE }
				control = { province = 89 data = HUR }
				control = { province = 89 data = OHI }
				control = { province = 89 data = NAT } #natives
				control = { province = 89 data = REB } #rebels
			[COLOR=gold]}[/COLOR]
		}
	}
	random = no
	province = 89
	name = "Foreign Invaders Ravage Oswego"
	desc = "As [COLOR=gold]Foreign Invaders ravaged[/COLOR] swathes of land occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland." 

[COLOR=Gray]	date = { day = 1 month = january year = 1419 }
	offset = 1
	deathdate = { year = 1820 }[/COLOR]

	action_a = {
		name = "We must retreat inland !"
		command = { type = population which = 89 value = -5000 }
	}
}
#Native Dispersion in Oswego
event = {
	id = [COLOR=gold]337249[/COLOR]
	trigger = {
		[COLOR=gold]event = 337248 #Foreign Invaders Ravage Oswego[/COLOR]
		NOT = { 
			continent = america 
		}
	}
	random = no
	province = 89
	name = "Native Dispersion in Oswego"
	desc = "As [COLOR=gold]we[/COLOR] annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

[COLOR=Gray]	date = { day = 1 month = january year = 1419 }
	offset = 1
	deathdate = { year = 1820 }[/COLOR]

	action_a = {
		name = "It's ours ! All ours !"
		command = { type = fortress which = 89 value = -2 }
		command = { type = population which = 89 value = -20000 }
		command = { type = losemanufactory which = 89 }
		command = { type = provinceculture which = 89 value = -1 }
		command = { type = conversion which = 89 }
	}
}
Grey:

Not needed. As long as there are triggers, per daywalkers faq, an event does not need a date. Since this is anytime during the game, that's an extra 3+ lines of code that needs to be read, per event with this type of trigger. Soem of us like to play or test games rather than wait for usless loadtimes..

Yes, offset is 0, but the differance between 0 and 1 here doesn't matter.
 
Jinnai said:
Not needed. As long as there are triggers, per daywalkers faq, an event does not need a date. Since this is anytime during the game, that's an extra 3+ lines of code that needs to be read, per event with this type of trigger. Soem of us like to play or test games rather than wait for usless loadtimes..

Yes, offset is 0, but the differance between 0 and 1 here doesn't matter.
No, this is wrong. Date is needed or event will never fire (and I tried your solution for these provincespec events to be sure).

Only random events work without date (or with date in trigger).
 
Last edited:
Then the events will just have to be combined and fire only for non-NA tribes.

So, use a province-based event that utilizes the following trigger:

NOT = {
OR = {
owned = CHE
owned = HUR
owned = OHI
}
}

And the effects would thus occur once the province changed ownership to a non-NA tribe tag.
 
ribbon22 said:
Then the events will just have to be combined and fire only for non-NA tribes.

So, use a province-based event that utilizes the following trigger:

NOT = {
OR = {
owned = CHE
owned = HUR
owned = OHI
}
}

And the effects would thus occur once the province changed ownership to a non-NA tribe tag.
This was covered by
Code:
		NOT = { 
			continent = america 
		}
in your previous version, right? I can convert to explicit three tags.

Only problem in your previous version was that events fired even for not CHE HUR or OHI owned provinces before Europeans arrival.

I found the solution! :)
I added "provincereligion = { province = X data = pagan }" in all your previous events and everything is fine now. I will change triggers too according to your new proposal to cover possible annexion by other pagan American states.

And here is the result:
Code:
#Native Dispersion in Oswego
event = {
	id = 337224
	trigger = {
		NOT = {
			OR = {
				owned = { province = 89 data = CHE }
				owned = { province = 89 data = HUR }
				owned = { province = 89 data = OHI }
			}
		}
		provincereligion = { province = 89 data = pagan }
	}
	random = no
	province = 89
	name = "Native Dispersion in Oswego"
	desc = "As we annexed huge swathes of land previously occupied by the great Native American Confederacies, the vast majority of local natives either fled to friendlier territories or unoccupied lands further inland."

	date = { day = 1 month = january year = 1419 }
	offset = 360
	deathdate = { year = 1820 }

	action_a = {
		name = "It's ours ! All ours !"
		command = { type = fortress which = 89 value = -2 }
		command = { type = population which = 89 value = -20000 }
		command = { type = losemanufactory which = 89 }
		command = { type = provinceculture which = 89 value = -1 }
		command = { type = conversion which = 89 }
	}
}
Events only apply "wrongly" to Pagan countries colonizing the provinces now.

Btw, you didn't answer to my question here. With this solution do I have to keep the "European Disease" events?
 
Last edited:
YodaMaster said:
No, this is wrong. Date is needed or event will never fire (and I tried your solution for these provincespec events to be sure).

Only random events work without date (or with date in trigger).
I think date use in trigger is better imo for something meant to fire anytime and meant to have such a short offset. Less loading time required.

Also continent only being set to america is not enough. USA can form with few enough costal provinces. Then they can take that province before anyone else.