############################################################################################################
#	influence
############################################################################################################

spriteTypes = {

	spriteType = {
		name = "GFX_generic_box_smallest_smaller"
		texturefile = "gfx/interface/generic_box_smallest_smaller.dds"
	}
	### Action Buttons ###
	spriteType = {
		name = "GFX_aid_button"
		texturefile = "gfx/interface/politicsview/aid_button.dds"
	}
	spriteType = {
		name = "GFX_aid_military_button"
		texturefile = "gfx/interface/politicsview/aid_military_button.dds"
	}
	spriteType = {
		name = "GFX_stage_coup_button"
		texturefile = "gfx/interface/politicsview/coup_button.dds"
	}
	spriteType = {
		name = "GFX_economic_exploitation_button"
		texturefile = "gfx/interface/politicsview/economic_exploitation_button.dds"
	}
	spriteType = {
		name = "GFX_influence_action_button"
		texturefile = "gfx/interface/politicsview/influence_action_button.dds"
	}
	spriteType = {
		name = "GFX_make_puppet_button"
		texturefile = "gfx/interface/politicsview/make_puppet_button.dds"
	}
	spriteType = {
		name = "GFX_manipulate_politics_button"
		texturefile = "gfx/interface/politicsview/manipulate_politics_button.dds"
	}
	spriteType = {
		name = "GFX_target_other_button"
		texturefile = "gfx/interface/politicsview/target_other_button.dds"
	}
	### Greyed out versions ###
	spriteType = {
		name = "GFX_economic_exploitation_button_inactive"
		texturefile = "gfx/interface/politicsview/economic_exploitation_button_inactive.dds"
	}
	spriteType = {
		name = "GFX_influence_action_button_inactive"
		texturefile = "gfx/interface/politicsview/influence_action_button_inactive.dds"
	}
	spriteType = {
		name = "GFX_help_icon"
		texturefile = "gfx/interface/help_icon.dds"
	}
	
}



