﻿small_radicals = 0.02
medium_radicals = 0.05
large_radicals = 0.1
very_large_radicals = 0.2
huge_radicals = 0.3

# Election Momentum values
momentum_small = 0.1
momentum_medium = 0.2
momentum_large = 0.3
momentum_very_large = 0.5

momentum_small_decrease = -0.1
momentum_medium_decrease = -0.2
momentum_large_decrease = -0.3
momentum_very_large_decrease = -0.5

election_event_cooldown_months = 3

#Expedition values

day_until_next_expedition_event = 30 #How long between each expedition event

expedition_peril_amount_small = 1.2
expedition_peril_amount_medium = 2.2
expedition_peril_amount_large = 5

expedition_peril_decrease_small = -1
expedition_peril_decrease_medium = -2

expedition_progress_amount_small = 1
expedition_progress_amount_medium = 2
expedition_progress_amount_large = 5

short_modifier_time = 913 # (rounded up from 912.5) 2.5 years
normal_modifier_time = 1825 # 5 years
long_modifier_time = 3650 # 10 years
very_long_modifier_time = 7300 # 20 years
stupidly_long_modifier_time = 18250 # 50 years
never_fire_again_modifier_time = 73000 # Nevermore

# 0.015% of GDP, rounded to nearest 10
money_amount_multiplier_very_small = {
	value = root.gdp
	divide = 10000
	multiply = 0.075
	round = yes
	multiply = 10
	min = 100
}

# 0.025% of GDP, rounded to nearest 100
money_amount_multiplier_small = {
	value = root.gdp
	divide = 100000000
	round = yes
	multiply = 1000
	min = 100
}

# 0.05% of GDP, rounded to nearest 100
money_amount_multiplier_medium = {
	value = root.gdp
	divide = 100000000
	multiply = 2
	round = yes
	multiply = 1000
	min = 100
}

# 0.1% of GDP, rounded to nearest 1000
money_amount_multiplier_large = {
	value = root.gdp
	divide = 100000000
	multiply = 3
	round = yes
	multiply = 1000
	min = 100
}

# 0.2% of GDP, rounded to nearest 1000
money_amount_multiplier_more_large = {
	value = root.gdp
	divide = 100000000
	multiply = 4
	round = yes
	multiply = 1000
	min = 100
}

# 0.5% of GDP, rounded to nearest 1000
money_amount_multiplier_very_large = {
	value = root.gdp
	divide = 100000000
	multiply = 5
	round = yes
	multiply = 1000
	min = 100
}

money_amount_multiplier_large_state = {
	multiply = 0.001
}

#Revolution Progress Variables
revolution_retreat_small = -0.05
revolution_retreat_medium = -0.10
revolution_retreat_large = -0.15
revolution_retreat_very_large = -0.25

revolution_advance_small = 0.05
revolution_advance_medium = 0.10
revolution_advance_large = 0.15
revolution_advance_very_large = 0.25

#Law Enactment Variables
law_enactment_success_small = 0.05
law_enactment_success_medium = 0.10
law_enactment_success_large = 0.15
law_enactment_success_very_large = 0.20

law_enactment_success_retreat_small = -0.05
law_enactment_success_retreat_medium = -0.10
law_enactment_success_retreat_large = -0.15
law_enactment_success_retreat_very_large = -0.20

# Discrimination statuses, aka acceptance statuses
acceptance_status_1 = 0
acceptance_status_2 = 20
acceptance_status_3 = 40
acceptance_status_4 = 60
acceptance_status_5 = 80

# Religious acceptance

religious_acceptance_very_low = 0 # it is possible for religious acceptance to dip below 0, but 0 is already very low
religious_acceptance_low = 10
religious_acceptance_medium = 15 # the amount all pops get in separation from church and state
religious_acceptance_high = 20
religious_acceptance_very_high = 25 # highest possible value

jail_three_year_value = {
	if = {
		limit = {
			exists = scope:prisoner_scope
		}
		value = scope:prisoner_scope.popularity
		divide = 20
		max = 10
	}
}

jail_five_year_value = {
	if = {
		limit = {
			exists = scope:prisoner_scope
		}
		value = scope:prisoner_scope.popularity
		divide = 10
		max = 15
	}
}

jail_ten_year_value = {
	if = {
		limit = {
			exists = scope:prisoner_scope
		}
		value = scope:prisoner_scope.popularity
		divide = 5
		max = 25
	}
}

divided_monarchists_upper_bound = 480

controlled_colonies_in_africa = {
	value = 0
	every_scope_state = {
		limit = {
			state_is_in_africa = yes
		}
		add = 1
	}
	every_subject_or_below = {
		limit = {
			country_is_in_africa = yes
		}
		every_scope_state = {
			limit = {
				state_is_in_africa = yes
			}
			add = 1
		}
	}
	min = 0
}

# for je_greek_nationalism
greek_nationalism_legitimacy_min = 75
greek_homeland_states_owned_to_activate_min = 3
greek_homeland_states_owned_to_complete_min = 7
# for greek_nationalism_buttons
ionian_islands_requirement_min = 60

# for je_technocracy
technocracy_upper_bound = 144

# for prestige goods JEs
prestige_good_journal_entry_months = 36

# for Risorgimento
risorgimento_action_cooldown_years = 5

# for American Civil War JEs
acw_reincorporate_dixie_loyalist_min = 0.2
