Hello. The decision Declare the Kingdom of God gives you a permanent claim on all unowned provinces in Italy, but it is done via every_province which causes the decision's tooltip to look like this:
I'd like to suggest changing the code in the decision from:
to
This change would turn the decision's tooltip from something that covers the entire screen to this:
I'd like to suggest changing the code in the decision from:
Code:
every_province = {
limit = {
region = italy_region
NOT = { owned_by = ROOT }
}
add_permanent_claim = ROOT
}
to
Code:
italy_region = {
limit = {
NOT = { owned_by = ROOT }
}
add_permanent_claim = ROOT
}
This change would turn the decision's tooltip from something that covers the entire screen to this:
- 6
- 2