##########################
# Xtra Traditions Edicts #
##########################
@Edict1Cost = 10
@Edict2Cost = 15
@EdictPerpetual = -1
# Public Health Campaign
xt_public_health_campaign = {
	length = @EdictPerpetual
	icon = "GFX_job_healthcare"

	potential = {
		has_tradition = tr_xt_healthcare_3
	}
	resources = {
		category = edicts
		cost = {
			energy = @Edict2Cost
			multiplier = value:edict_size_effect
		}
		upkeep = {
			energy = @Edict2Cost
			multiplier = value:edict_size_effect
		}
	}
	modifier = {
		pop_growth_speed = 0.1
		pop_happiness = 0.05
	}
	ai_weight = {
		weight = 0
		modifier = {
			weight = 10
			has_tradition = tr_xt_healthcare_3
		}
	}
}
xt_halt_hyperlane_express = {
	length = @EdictPerpetual
	icon = "GFX_text_blocker"

	potential = {
		has_tradition = tr_xt_consumerism_3
	}
}