• 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.
The one place I've seen the area condition used is the English Melting Pot event (event 1091 in provincial_conversion_events.txt), which uses these conditions:
Code:
		condition = { type = area value = 72 }#Sth England
		condition = { type = area value = 52 }#Nth England
I haven't seen that one fire, probably because it has conflicting conditions (Southern England AND Northern England.) Probably should be ORed. Good place for testing.