That is not true. Denmark should get the CB too.First of all, the -1000 alliance modifier is not tied to cores, but to the core reconquest cb. Since Denmark has only a core in Schleswig, but Germany/Prussia owns Schleswig and Holstein, Denmark doesn't get the CB, and therefore lacks the penalty.
Code:
can_use = {
NOT = { is_our_vassal = THIS }
number_of_states = 2 # annex if you want their last state
any_owned_province = {
is_core = THIS
}
}
Code:
allowed_states = {
any_owned_province = {
is_core = THIS
}
not = { any_owned_province = { is_capital = yes } }
}