• 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.
I assume you mean re-settlement? If so then yes. You can find it in 00_defines.lua.

look for:
RESETTLEMENT_COST_RESOURCES = { "influence" }
RESETTLEMENT_COST_AMOUNTS = { 50 }

As you can see, you can not only change the cost, but also type of resource to spend.