1) Not easily. You'd have to do something like any_independent_ruler = { any_realm_title = { current_heir = { character = ROOT}}} and that's an expensive calculation.
2) Hard coded.
2) Hard coded.
1) Not easily. You'd have to do something like any_independent_ruler = { any_realm_title = { current_heir = { character = ROOT}}} and that's an expensive calculation.
2) Hard coded.
FROM = {
kingdom = {
ROOT = {
war = {
casus_belli = tribal_invasion
target = PREVPREV # The top liege of the province owner
thirdparty_title = PREV # The de jure kingdom
}
}
}
}
narrative_event = {
id = mXENAI.7
title = "mXENAI.7.title"
desc = "mXENAI.7.desc"
major = yes
hide_new = yes
picture = GFX_evt_battle_mesoamerican
border = GFX_event_narrative_frame_war
is_triggered_only = yes
major_trigger = {
FROM = { owner = { NOT = { character = PREVPREV } } }
}
immediate = {
any_playable_ruler = {
limit = {
ai = no
capital_scope = {
NOT = { empire = { title = e_rajastan } }
NOT = { empire = { title = e_bengal } }
NOT = { empire = { title = e_deccan } }
NOT = { empire = { title = e_india } }
}
}
character_event = { id = CM.10020 } # Chronicle
}
wealth = 20000
FROM = {
kingdom = {
ROOT = {
war = {
casus_belli = tribal_invasion
target = PREVPREV # The top liege of the province owner
thirdparty_title = PREV # The de jure kingdom
}
}
}
}
246 = {
kingdom = {
ROOT = {
war = {
casus_belli = tribal_invasion
target = PREVPREV # The top liege of the province owner
thirdparty_title = PREV # The de jure kingdom
}
}
}
}
From province scope, county = { scopes to the county title.Can I use grant_title for provinces? If not, how do I scope from a province to its corresponding county title?
Is it possible to mod the calendar, as in change the number of days and months in the year and days in the months?
character_event = {
id = end_war.1
desc = EVTDESCend_war.1
is_triggered_only = yes
option = {
name = End
any_war = {
limit = {
OR ={
defender = { character = ROOT }
attacker = { character = ROOT }
}
}
end_war = whitepeace
}
FROM = {
remove_title = end_war
}
}
}
potential = { religion = X }
religious_branch = X
potential = { religion_group = X }