We have found out with pimparel that the "min" clause of the revolt.txt is not working right, for example, i released UKR as a satellite with AUS and they didn't get any claim over the RUS provinces.
To solve that i created this event for UKR:
Code:
#########################################################################
# Ukraine is created (by Generalisimo)
#########################################################################
event = {
id = 302000
random = no
country = UKR
name = "Ukraine has been created!"
desc = "The new nation receives claims over the territories were our people lives"
style = 0
date = { day = 1 month = january year = 1836 }
offset = 30
deathdate = { day = 30 month = december year = 1920 }
action_a = {
name = "Claim our rightfull territory!"
command = { type = prestige value = 10 }
command = { type = addcore which = 363 }
command = { type = addcore which = 363 }
command = { type = addcore which = 365 }
command = { type = addcore which = 438 }
command = { type = addcore which = 892 }
command = { type = addcore which = 898 }
command = { type = addcore which = 899 }
command = { type = addcore which = 965 }
command = { type = addcore which = 966 }
command = { type = addcore which = 983 }
command = { type = addcore which = 984 }
command = { type = addcore which = 985 }
command = { type = addcore which = 986 }
command = { type = addcore which = 987 }
command = { type = addcore which = 988 }
command = { type = addcore which = 989 }
command = { type = addcore which = 990 }
command = { type = addcore which = 991 }
command = { type = addcore which = 992 }
command = { type = addcore which = 993 }
command = { type = addcore which = 1004 }
command = { type = addcore which = 1005 }
command = { type = addcore which = 1014 }
command = { type = addcore which = 1015 }
command = { type = addcore which = 1016 }
command = { type = addcore which = 1017 }
command = { type = addcore which = 1018 }
command = { type = addcore which = 1019 }
command = { type = addcore which = 1020 }
command = { type = addcore which = 1021 }
command = { type = addcore which = 1022 }
command = { type = addcore which = 1045 }
}
}
I have tested it, and it doesn't generate any CTD.
So, now we should prepare a list of nations that have most chances to revolt and that they usually do not get their claims (like in this case, UKR, if they revolt from AUS, they do not get claims over RUS, and the same happens the other way around).
Also, we could add more things to this event, like conversion of POPs if it is needed, adding division, resources, etc...
what do you think?
