• 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.
ladyfabia said:
Is there any way that I can secede a province to another country like in EU2?
No.

The only thing you can do is create a particular county, which will get his capital province (AFAIK).

This is used to create the Orders.

Look at event 910 in Templar_Events.txt .

This is the effect:

Code:
	action_a = {
[B]		effect = { type = create_tag value = TEMP } [/B]

Cat
 
Actually, I don't know how this command really work.
I have never tried to use it.
I can't see how it get the info about which province to give to the new tag...

Cat
 
Aren't the order creation events province_events that can only trigger for certain provinces? So the province information comes from the triggering province.
 
richvh said:
Aren't the order creation events province_events that can only trigger for certain provinces? So the province information comes from the triggering province.
You are most probably correct :)

Cat
 
I understand using the modifier command to alter the ai_chance or the mean time to happen, but can you use the modifier command to alter a random chance for effect?

Example:

effect = {
type = random
chance = 10
effect = {
type = add_trait
value = valorous
}
}

I tried using a modifier block in between chance = 10 and effect, and I got an unknown lhs error on trying to load. It was late so it might have been a typo, but I would like to know if others have done this sort of thing.

Thanks in advance.

[Edit] Sorry, but my tabs don't show up in the post.