• 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.

unmerged(2456)

Pure Evil Genius
Mar 29, 2001
11.211
0
www.hero6.com
Not before the earliest formation of Spain though. If you want to do this as soon as Spain forms, that's fine, but Castile shouldn't get the AI. However, because the formation now is set to go off up until 1491 it might need to be tighted up a bit as well.
 

Norrefeldt

Porphyrogenitus
Aug 1, 2001
7.433
2
Visit site
I proposed additions to this one. It will not solve the problem of Spain taking the Inca, but it will help once the key issue is fixed (that is fulfilling the event triggers for certain events).
1520 Inca have an army support limit of at least 70k and a manpower pool of 40k. I would like to have desertions of 40k and a loss in manpower of 20k. The long term effects of the smallpox was harsher than this, but this will do some to simulate the diseases that spread. The event's deathdate should be 1819, it's was totally inevitable that the population of America would suffer enourmosly when the europeans, or asians arrived. I'd like to expand the nations that can trigger this, and include China, among others.
Code:
event = {
	id = 81007
	random = no
	country = INC
	trigger = {
		OR = {  neighbour = SPA
			neighbour = CAS
			neighbour = POR
			neighbour = ENG
			neighbour = FRA
			neighbour = HOL
			war = { country = INC country = SPA }
			war = { country = INC country = CAS }
			war = { country = INC country = POR }
			war = { country = INC country = FRA }
			war = { country = INC country = ENG }
			war = { country = INC country = HOL }
		}
}
	name = "The Great Plague"
	desc = "The Spanish settlement at Panama introduced a new disease to the 
continent. The epidemic gradually expanded, leaving millions of South 
American Indians dead in it's wake."
	style = 1
	date = { day = 1 month = january year = 1500 }
	deathdate = { day = 30 month = december year = 1819 } 
	offset = [B]901[/B]
	action_a = {
		name = "Our People Are Dying!"
                command = { type = stability value = -5 }
                command = { type = population which = 162 value = -5000 } #Cali
                command = { type = population which = 163 value = -5000 } #Azuay
                command = { type = population which = 164 value = -5000 } #Guayaquil
                command = { type = population which = 165 value = -600 } #Cajamarca
                command = { type = population which = 1482 value = -8000 } #Montana
                command = { type = population which = 166 value = -1000 } #Huanuco
                command = { type = population which = 1483 value = -300 } #Atalya
                command = { type = population which = 168 value = -400 }
		command = { type = population which = 167 value = -1400 }
                command = { type = population which = 1484 value = -400 }
                command = { type = population which = 169 value = -10000 } #Cuzco
                command = { type = population which = 170 value = -700 } #Arequipa
		command = { type = population which = 193 value = -900 }
                command = { type = population which = 192 value = -400 }
                command = { type = population which = 194 value = -700 }
                command = { type = population which = 171 value = -600 }
                command = { type = population which = 172 value = -400 }
                command = { type = population which = 219 value = -500 }
                command = { type = population which = 173 value = -500 }
                command = { type = population which = 174 value = -400 }

                [B]command = { type = manpower   value = -20 } 
                command = { type = desertion   which = -1 value = 10000 } 
                command = { type = desertion   which = -1 value = 10000 }
                command = { type = desertion   which = -1 value = 5000 }
                command = { type = desertion   which = -1 value = 5000 }
                command = { type = desertion   which = -1 value = 5000 }
                command = { type = desertion   which = -1 value = 5000 }[/B]


		command = { type = losebuilding which = 169 value = barrack } #Cuzco
			}
			}
EDIT: Trippled offset. The real epidemic came after some time.
 
Last edited: