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

peace_action_modifiers = {

    JAP_spiritual_mobilization = {
        category = events_or_focuses
        peace_action_type = { take_states }
        enable = {
            FROM.FROM = {
                original_tag = JAP
                has_completed_focus = JAP_spiritual_mobilization
            }
            FROM.FROM.FROM = {
                region = 154
            }
        }
        cost_multiplier = 1.5
    }
	
	USA_the_baddies = {
        category = events_or_focuses
        peace_action_type = { puppet }
        enable = {
            FROM.FROM = {
                original_tag = JAP
            }
            FROM.FROM.FROM = {
                region = 154
				NOT = {
					state = 526 #Okinawa
				}
            }
        }
        cost_multiplier = 0.50
    }
	
	USA_the_baddies = {
        category = events_or_focuses
        peace_action_type = { take_states }
        enable = {
            FROM.FROM = {
                original_tag = JAP
            }
            FROM.FROM.FROM = {
                OR = {
					region = 94
					region = 84
					region = 97
					region = 78
				}
				NOT = {
					state = 526 #Okinawa
				}
            }
        }
        cost_multiplier = 0.50
    }

}
