﻿interest_tier_none = {
	icon = "gfx/interface/icons/tiered_interests/interest_levels_icons/interest_level_0_none.dds"
	small_icon = "gfx/interface/icons/tiered_interests/interest_levels_icons/interest_level_0_none_small.dds"

	rank = 0
	trade_advantage_exports = -50
	trade_advantage_imports = 0
	leverage_generation_mult = -0.5
	min_involvement = 0
	max_involvement = 100

	on_activate = {
		custom_tooltip_no_bullet = interest_tier_effect_infamy_cost_increase_high
	}
}

interest_tier_observant = {
	icon = "gfx/interface/icons/tiered_interests/interest_levels_icons/interest_level_1_observant.dds"
	small_icon = "gfx/interface/icons/tiered_interests/interest_levels_icons/interest_level_1_observant_small.dds"

	rank = 1
	trade_advantage_exports = 0
	trade_advantage_imports = 0
	leverage_generation_mult = -0.25
	min_involvement = 100
	max_involvement = 1000

	on_activate = {
		custom_tooltip_no_bullet = interest_tier_effect_infamy_cost_increase_high
	}
}

interest_tier_engaged = {
	icon = "gfx/interface/icons/tiered_interests/interest_levels_icons/interest_level_2_engaged.dds"
	small_icon = "gfx/interface/icons/tiered_interests/interest_levels_icons/interest_level_2_engaged_small.dds"

	rank = 2
	trade_advantage_exports = 10
	trade_advantage_imports = 10
	min_involvement = 1000
	max_involvement = 2500
	colonization = yes

	on_activate = {
		custom_tooltip_no_bullet = interest_tier_effect_infamy_cost_increase_medium

		#custom_tooltip_no_bullet = interest_tier_effect_can_start_diplomatic_plays
		custom_tooltip_no_bullet = interest_tier_effect_can_join_diplomatic_plays

		#custom_tooltip_no_bullet = interest_tier_effect_can_sign_defensive_pact
		custom_tooltip_no_bullet = interest_tier_effect_can_sign_guarantee_independence
		custom_tooltip_no_bullet = interest_tier_effect_can_sign_foreign_investment_rights

		#custom_tooltip_no_bullet = interest_tier_effect_colonization
		#custom_tooltip_no_bullet = interest_tier_effect_colonial_claim_generation
	}
}

interest_tier_influential = {
	icon = "gfx/interface/icons/tiered_interests/interest_levels_icons/interest_level_3_influential.dds"
	small_icon = "gfx/interface/icons/tiered_interests/interest_levels_icons/interest_level_3_influential_small.dds"

	rank = 3
	trade_advantage_exports = 25
	trade_advantage_imports = 25
	min_involvement = 2500
	max_involvement = 5000
	colonization = yes

	state_modifier = {
	}

	on_activate = {
		custom_tooltip_no_bullet = interest_tier_effect_can_start_diplomatic_plays
		custom_tooltip_no_bullet = interest_tier_effect_can_join_diplomatic_plays

		#custom_tooltip_no_bullet = interest_tier_effect_can_sign_alliance
		custom_tooltip_no_bullet = interest_tier_effect_can_sign_defensive_pact
		custom_tooltip_no_bullet = interest_tier_effect_can_sign_support_independence
		custom_tooltip_no_bullet = interest_tier_effect_can_sign_guarantee_independence
		custom_tooltip_no_bullet = interest_tier_effect_can_sign_foreign_investment_rights

		custom_tooltip_no_bullet = interest_tier_effect_colonization
		#custom_tooltip_no_bullet = interest_tier_effect_establish_missions_decree
		custom_tooltip_no_bullet = interest_tier_effect_colonial_claim_generation
		custom_tooltip_no_bullet = interest_tier_effect_stake_colonial_claim
	}

	on_deactivate = {
	}
}

interest_tier_pervasive = {
	icon = "gfx/interface/icons/tiered_interests/interest_levels_icons/interest_level_4_pervasive.dds"
	small_icon = "gfx/interface/icons/tiered_interests/interest_levels_icons/interest_level_4_pervasive_small.dds"

	rank = 4
	trade_advantage_exports = 50
	trade_advantage_imports = 50
	leverage_generation_mult = 0.25
	min_involvement = 5000
	max_involvement = 9000
	colonization = yes

	state_modifier = {
	}


	on_activate = {
		custom_tooltip_no_bullet = interest_tier_effect_can_start_diplomatic_plays
		custom_tooltip_no_bullet = interest_tier_effect_can_join_diplomatic_plays

		custom_tooltip_no_bullet = interest_tier_effect_can_sign_alliance
		custom_tooltip_no_bullet = interest_tier_effect_can_sign_defensive_pact
		custom_tooltip_no_bullet = interest_tier_effect_can_sign_support_independence
		custom_tooltip_no_bullet = interest_tier_effect_can_sign_guarantee_independence
		custom_tooltip_no_bullet = interest_tier_effect_can_sign_foreign_investment_rights

		custom_tooltip_no_bullet = interest_tier_effect_colonization
		custom_tooltip_no_bullet = interest_tier_effect_establish_missions_decree
		custom_tooltip_no_bullet = interest_tier_effect_colonial_claim_generation
		custom_tooltip_no_bullet = interest_tier_effect_stake_colonial_claim_unrecognized
	}

	on_deactivate = {

	}
}

interest_tier_hegemonic = {
	icon = "gfx/interface/icons/tiered_interests/interest_levels_icons/interest_level_5_hegemonic.dds"
	small_icon = "gfx/interface/icons/tiered_interests/interest_levels_icons/interest_level_5_hegemonic_small.dds"

	rank = 5
	trade_advantage_exports = 100
	trade_advantage_imports = 100
	leverage_generation_mult = 0.5
	min_involvement = 9000
	max_involvement = 10000
	colonization = yes

	state_modifier = {
		state_decree_cost_mult = -0.2
	}

	on_activate = {
		custom_tooltip_no_bullet = interest_tier_effect_infamy_cost_decrease_medium

		custom_tooltip_no_bullet = interest_tier_effect_can_start_diplomatic_plays
		custom_tooltip_no_bullet = interest_tier_effect_can_join_diplomatic_plays

		custom_tooltip_no_bullet = interest_tier_effect_can_sign_alliance
		custom_tooltip_no_bullet = interest_tier_effect_can_sign_defensive_pact
		custom_tooltip_no_bullet = interest_tier_effect_can_sign_support_independence
		custom_tooltip_no_bullet = interest_tier_effect_can_sign_guarantee_independence
		custom_tooltip_no_bullet = interest_tier_effect_can_sign_foreign_investment_rights

		custom_tooltip_no_bullet = interest_tier_effect_colonization
		custom_tooltip_no_bullet = interest_tier_effect_establish_missions_decree
		custom_tooltip_no_bullet = interest_tier_effect_colonial_claim_generation
		custom_tooltip_no_bullet = interest_tier_effect_stake_colonial_claim_unrecognized
	}

	on_deactivate = {

	}
}
