• 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.
Judge said:
Possibly a mistake

Kutei have "Indonesian" culture while the two provinces Kutei control have "javan" culture. Even if the rulers were "Indonesian" (which I cannot confirm) it would be fair to add "javan" culture.


So from this back in the day post, I believe you are right. Let's change the state culture from Indonesian to Javan.
 
Garbon said:
So from this back in the day post, I believe you are right. Let's change the state culture from Indonesian to Javan.

Nice find :)
 
Reworked Spanish events involving ownership of Luzon

Province shouldn't be a TP for some events:
Code:
#(1569-1576) May Nilad
#by Fodoron
event = {
	id = 285163
	trigger = {
		owned = { province = 690 data = -1 } #Luzon
		control = { province = 690 data = -1 } #Luzon
		[COLOR=Yellow]NOT = { provincereligion = { province = 690 data = pagan } } #not a TP[/COLOR]
	}
	random = no
	country = SPA
	name = "EVENTNAME285163" #Mai Nilad
	desc = "EVENTHIST285163"
	#-#

	date = { year = 1569 }
	offset = 100
	deathdate = { year = 1576 }

	action_a = {
		name = "ACTIONNAME285163A" #Found Manila
		command = { type = treasury value = -75 }
		command = { type = warships which = 690 value = 2 } #Luzon
		command = { type = wakeleader which = 0127903 } #Juan de Salcedo (SPA)
		command = { type = INF which = 690 value = 5000 }
		command = { type = population which = 690 value = 500 } #Luzon
	}
	action_b = {
		name = "ACTIONNAME285163B" #Not worth it
		command = { type = vp value = -5 }
	}
}
#-#Having established in the West coast of Luzon, Miguel de Legazpi sent an expedition led by his grandson, Juan de Salcedo, to conquer the city of May Nilad in the East coast. After some battles, he conquered the area and founded the Spanish part of the city, called Intramuros, where Legazpi moved in 1571.

Code:
#(1578-1750) War on Islam at Philippines (Brunei owns Palawan)
#by Fodoron
event = {
	id = 285165
	trigger = {
		owned = { province = 690 data = -1 } #Luzon
		[COLOR=Yellow]control = { province = 690 data = -1 } #Luzon
		NOT = { provincereligion = { province = 690 data = pagan } } #not a TP[/COLOR]
		owned = { province = 691 data = -1 } #Mindoro
		owned = { province = 694 data = BEI } #Palawan
		atwar = no
	}
	random = no
	country = SPA
	name = "EVENTNAME285165" #War on Islam at Philippines
	desc = "EVENTHIST285165"
	#-#

	date = { year = 1578 }
	offset = 100
	deathdate = { year = 1750 }

	action_a = {
		name = "ACTIONNAME285165A" #Crusade
		command = { type = treasury value = -250 }
		command = { type = warships which = 690 value = 2 } #Luzon
		command = { type = INF which = 690 value = 5000 }
		command = { type = fortress which = 690 value = 1 } #Luzon
		command = { type = fortress which = 691 value = 1 } #Mindoro
		command = { type = war which = BEI }
	}
	action_b = {
		name = "ACTIONNAME285165B" #Not now
		command = { type = vp value = -5 }
	}
}
#-#Spaniards had been fighting Muslims for over eight hundred years and they were currently fighting them in North Africa, the Mediterranean, and in the Alpujarras of Granada. For Spaniards, fighting Muslims was the natural thing to do if they rejected conversion and they had come all the way around the world to find that Muslims were as close here as they were at home. When they landed at Palawan, then under nominal suzeraneity of Brunei, the governor of Manila, Francisco de Sande, sent the following letter to the sultan of Brunei, Seif ul-Rijal: ''What you are to do is to admit preachers of the law of Christ in all security, and allow any person in your land to freely attend and if he wishes so, to become Christian without any ill befalling him. Further, I desire that you do not sent preachers of the sect of Mahoma to any part of these islands or your own island, inasmuch as the doctrine of Mahoma is false and evil law, and the religion of the Christians alone is true, holy and good.'' Conflict was served.

Code:
#(1578-1750) War on Islam at Philippines (Sulu owns Palawan)
#by Fodoron
event = {
	id = 285192
	trigger = {
		owned = { province = 690 data = -1 } #Luzon
		[COLOR=Yellow]control = { province = 690 data = -1 } #Luzon
		NOT = { provincereligion = { province = 690 data = pagan } } #not a TP[/COLOR]
		owned = { province = 691 data = -1 } #Mindoro
		owned = { province = 694 data = U38 } #Palawan
		atwar = no
	}
	random = no
	country = SPA
	name = "EVENTNAME285165" #War on Islam at Philippines
	desc = "EVENTHIST285165"
	#-#

	date = { year = 1578 }
	offset = 100
	deathdate = { year = 1750 }

	action_a = {
		name = "ACTIONNAME285165A" #Crusade
		command = { type = treasury value = -250 }
		command = { type = warships which = 690 value = 2 } #Luzon
		command = { type = INF which = 690 value = 5000 }
		command = { type = fortress which = 690 value = 1 } #Luzon
		command = { type = fortress which = 691 value = 1 } #Mindoro
		command = { type = war which = U38 }
	}
	action_b = {
		name = "ACTIONNAME285165B" #Not now
		command = { type = vp value = -5 }
	}
}
#-#Spaniards had been fighting Muslims for over eight hundred years and they were currently fighting them in North Africa, the Mediterranean, and in the Alpujarras of Granada. For Spaniards, fighting Muslims was the natural thing to do if they rejected conversion and they had come all the way around the world to find that Muslims were as close here as they were at home. When they landed at Palawan, then under nominal suzeraneity of Brunei, the governor of Manila, Francisco de Sande, sent the following letter to the sultan of Brunei, Seif ul-Rijal: ''What you are to do is to admit preachers of the law of Christ in all security, and allow any person in your land to freely attend and if he wishes so, to become Christian without any ill befalling him. Further, I desire that you do not sent preachers of the sect of Mahoma to any part of these islands or your own island, inasmuch as the doctrine of Mahoma is false and evil law, and the religion of the Christians alone is true, holy and good.'' Conflict was served.


Only problem to be solved now is ownership of Luzon by Spain...

EDIT: same changes for twin Portuguese events in Alt Iberia.
 
Last edited:
Spain never colonizes Luzon. This is not a problem for other colonizers like Netherlands but it seems to be tied to the level of Natives population (6,000).

I solved the problem for Nicaragua (same problem) by lowering Natives population to "acceptable" level for Spain.

I suggest the same for Luzon (6,000 => 2,000) but it is a temporary proposal. More tests are needed to adjust to the highest possible level.
 
Per a listing of Majapahit rulers on wikipedia (this is for MTR - Mataram):

Code:
historicalmonarch = {
	id = { type = 6 id = 093000 }
	startdate = {
		year = 1389
	}
	deathdate = {
	[color=red]	year = 1478[/color]
	[color=yellow]	year = 1429[/color]
	}
	[color=red]name = "Demak Council"[/color]
	[color=yellow]name = "Wikramawardhana"[/color]
	DIP = 4
	MIL = 4
	ADM = 4
	dormant = no
}

historicalmonarch = {
	id = { type = 6 id =  }
	startdate = {
		year = 1429
	}
	deathdate = {
		year = 1447
	}
	name = "Suhita"
	DIP = 5
	MIL = 3
	ADM = 4
	dormant = no
}
historicalmonarch = {
	id = { type = 6 id =  }
	startdate = {
		year = 1447
	}
	deathdate = {
		year = 1451
	}
	name = "Brawijaya I"
	DIP = 4
	MIL = 3
	ADM = 2
	dormant = no
}
historicalmonarch = {
	id = { type = 6 id =  }
	startdate = {
		year = 1451
	}
	deathdate = {
		year = 1453
	}
	name = "Brawijaya II"
	DIP = 2
	MIL = 3
	ADM = 2
	dormant = no
}
historicalmonarch = {
	id = { type = 6 id =  }
	startdate = {
		year = 1453
	}
	deathdate = {
		year = 1456
	}
	name = "Interregnum"
	DIP = 2
	MIL = 2
	ADM = 2
	dormant = no
}
historicalmonarch = {
	id = { type = 6 id =  }
	startdate = {
		year = 1456
	}
	deathdate = {
		year = 1466
	}
	name = "Brawijaya III"
	DIP = 4
	MIL = 4
	ADM = 4
	dormant = no
}
historicalmonarch = {
	id = { type = 6 id =  }
	startdate = {
		year = 1466
	}
	deathdate = {
		year = 1468
	}
	name = "Brawijaya IV"
	DIP = 4
	MIL = 4
	ADM = 5
	dormant = no
}
historicalmonarch = {
	id = { type = 6 id =  }
	startdate = {
		year = 1468
	}
	deathdate = {
		year = 1478
	}
	name = "Brawijaya V"
	DIP = 5
	MIL = 4
	ADM = 3
	dormant = no
}