# Scripted cost modifiers for peace actions.
# See documentation.info file for more detailed scripting information.

peace_action_modifiers = {

    ### Take States

    # Is Core of Taker, and taker is not Puppet of someone
    ai_null_score = {
        category = other
        peace_action_type = { take_states puppet liberate force_government }

        enable = {
			is_ai = no
        }

        cost_multiplier = 0.01
    }

}
