• 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(34863)

Lt. General
Oct 1, 2004
1.225
0
In my last Serbian game, i succedded for the first time to inherit another realm (Bulgaria). But, I had to kill:

- the younger son of Bulgarian king, and his grandson

- the older son of Bulgarian king, and his grandson

- Bulgarian spy master

- a new son of Bulgarian king (born in the meantime with a second younger wife)

- then, Bulgarian king died, and a young (5 years old) Serbian prince inherited Bulgaria

- finally, to kill young Serbian prince, so that Serbian king (his bloody father) could unite two realms

But,the price was negative prestige and negative piety and a lot of BB.

I was hoping that this Serbian king would die soon (he was already 50), so that I could continue with a younger prince (his nephew with prestige of +900).

But, he did not want to die !!! Even worse, his nephew (successor) died before him (in the age of 30 and something).



Therefore, I created an event to get rid of evil kings. The cost of doing bad things would be rebelion in the capital province:

########################################


###########################
# The rebelion against the evil king #
###########################

character_event = {

id = 100003

picture = "event_intrigue"

trigger = {
condition = { type = ruler }
condition = { type = age value = 35 }
condition = { type = not value = { type = piety value = -50 } }
condition = { type = not value = { type = prestige value = -80 } }
}


mean_time_to_happen = {

months = 36

modifier = {
condition = { type = age value = 40 }
factor = 0.9
}

modifier = {
condition = { type = age value = 45 }
factor = 0.8
}

modifier = {
condition = { type = age value = 50 }
factor = 0.5
}

modifier = {
condition = { type = age value = 55 }
factor = 0.3
}

modifier = {
condition = { type = age value = 60 }
factor = 0.2
}

modifier = {
condition = { type = age value = 65 }
factor = 0.1
}

modifier = {
condition = { type = age value = 70 }
factor = 0.1
}

modifier = {
condition = { type = age value = 80 }
factor = 0.1
}

modifier = {
condition = { type = not value = { type = piety value = -75 } }
condition = { type = not value = { type = prestige value = -100 } }
factor = 0.8
}

modifier = {
condition = { type = not value = { type = piety value = -100 } }
condition = { type = not value = { type = prestige value = -120 } }
factor = 0.6
}

modifier = {
condition = { type = not value = { type = piety value = -120 } }
condition = { type = not value = { type = prestige value = -150 } }
factor = 0.4
}
}



#The rebelion against the evil king

immidiate = {
effect = { type = death }
effect = { type = add_trait for = ruler value = excommunicated }
effect = { type = loyalty for = any_vassal value = -0.7 }
effect = { type = loyalty for = any_courtier value = -0.9 }
effect = { type = remove_improvement for = capital value = court_of_justice }
effect = { type = add_province_effect for = capital value = revolt }
effect = { type = add_province_effect for = capital value = looted }
}

}
 
:p Which king was that? Looks like Stefan Uros II Milutin :p
You certanlly had a lot of fun inheriting Bulgaria. ;) Anyway,how do you add custom events into the game?
 
Last edited:
Tzar Dusan said:
:p Which king was that? Looks like Stefan Uros II Milutin :p
You certanlly had a lot of fun inheriting Bulgaria. ;) Anyway,how do you add custom events into the game?

I do not understand the question. What do you mean by "custom events" ?

I again gave up of CK.

I did not finished this game , when I inherited Bulgaria.

I started a new one, where Bulgaria was destroyed by Cumans, so later I just liberated it. In that new game, I inherited Peloponesus (without assessinations).

Then, MONGOLS came in 1237. Two waves of Golden Horde and two waves of Il Khanate. Eastern nations were fighting during more than 60 years. Kwarizmian, Byzant, Hungary, Poland, Novgorod, a bit of Sweden and Dennmark, and Serbia of course. First wave of GH was defeated. First wave of ILKH was defeated. Second wave of GH was almost defeated (5 provinces left). Second wave of ILKH was defeated. Novgorod and Byzant made a partition of Russia.

But, then, reduced GH got again some reinforcements, conquered the remaining provinces of second ILKH wave, then crashed Novgorod, Poland and finally Hungary around 1280-1290.

In 1293, Serbia and Byzant attacked the monster of GH. During the first two to 3 years, Serbia liberated whole Hungary and came to the borders of occupied Poland. Byzant was pushing GH towards Unkraina.

But, then GH came in hordes. I could still deal with armies of the size 10,000 or 15,000. But, when GH gathered about 50,000 in single one army, then just marched unstopable through HUN and finally occupied almost the whole Serbia. Large Serbian kingdome was finally crashed after 8 years of fighting, in 1301. After white peace, Serbia was left with disconected provinces in central Serbia, southern Greece and Smyrna. King escaped to Lyon (France). Altogether, just 10 provinces left. Byzant had a bit more success, keeping core provinces, and liberating Ukraina. But, GH was still the ruler in Poland and Hungary.

Then, I left the game and deleted saved files.
 
At least you fought to the bitter end;after all it is better for country to be destroyed by outside then by inside enemy...it's better you were conquered then to be destroyed by disloyalty of nobles after your great king's death and his wear son's coming to throne.
By "Custom" I ment "user made",those events not included in the game already,but those that are posted here.
 
Last edited: