﻿# Regula Activity Values
# Orgy Values
######################

standard_orgy_cooldown_time = {
	value = 5
}

orgy_recruitment_number_of_events_remaining = {
	value = 3

	scope:host = {
		if = {
			limit = {
				exists = var:orgy_recruit_number
			}
			subtract = 1
		}
	}
}

orgy_activity_cost = {
	value = 0
	add = standard_activity_base_cost
}

orgy_normal_option_cost = {
	value = 10
	multiply = activity_cost_scale_by_tier
	multiply = activity_cost_scale_by_era
}

orgy_good_option_cost = {
	value = 35
	multiply = activity_cost_scale_by_tier
	multiply = activity_cost_scale_by_era
}

orgy_activity_cost_discount_max = {
	value = 0.5
}

orgy_activity_cost_discount_max_value = {
	value = feast_activity_cost_discount_max
	subtract = 1
}

orgy_activity_cost_discount_medium = {
	value = 0.7
}

orgy_activity_cost_discount_medium_value = {
	value = feast_activity_cost_discount_medium
	subtract = 1
}

orgy_activity_cost_discount_min = {
	value = 0.9
}

orgy_activity_cost_discount_min_value = {
	value = feast_activity_cost_discount_min
	subtract = 1
}
