﻿# These assets are then used in the genes (game/common/genes/..) at the bottom of the file. 

#mist_form = {
#
#	entity = {	required_tags = "" 	node = "bn_h_head_mid"	entity = "mist_form_entity" }
#
#}

# start

halo_f = {
	entity = {
		required_tags = "" 
		shared_pose_entity = head
		entity = "pod_halo_female_entity"
	}
}

halo_m = {
	entity = {
		required_tags = "" 
		shared_pose_entity = head
		entity = "pod_halo_male_entity"
	}
}

log_angel_clothing = {
	entity = {
		required_tags = ""
		shared_pose_entity = torso
		entity = "angel_clothing_entity"
	}
}

log_angel_clothing_f = {
	entity = {
		required_tags = ""
		shared_pose_entity = torso
		entity = "angel_clothing_f_entity"
	}
}

log_angel_clothing_dark = {
	entity = {
		required_tags = ""
		shared_pose_entity = torso
		entity = "angel_clothing_dark_entity"
	}
}

log_angel_clothing_dark_f = {
	entity = {
		required_tags = ""
		shared_pose_entity = torso
		entity = "angel_clothing_dark_f_entity"
	}
}

#####################################
#									#
# 			Female					#
#									#
#####################################

female_beasty_eyes = {
    entity = { entity = "female_eyes_POD_beasty_entity" shared_pose_entity = head }
}

female_frenzy_eyes = {
    entity = { entity = "female_eyes_POD_frenzy_entity" shared_pose_entity = head }
}

female_abyss_eyes = {
    entity = { entity = "female_eyes_POD_abyss_entity" shared_pose_entity = head }
}

female_red_eyes = {
    entity = { entity = "female_eyes_POD_red_eyes_entity" shared_pose_entity = head }
}

female_blue_eyes = {
    entity = { entity = "female_eyes_POD_blue_eyes_entity" shared_pose_entity = head }
}

female_gold_eyes = {
    entity = { entity = "female_eyes_POD_gold_eyes_entity" shared_pose_entity = head }
}

#####################################
#									#
# 			Male					#
#									#
#####################################

male_beasty_eyes = {
    entity = { entity = "male_eyes_POD_beasty_entity" shared_pose_entity = head }
}

male_frenzy_eyes = {
    entity = { entity = "male_eyes_POD_frenzy_entity" shared_pose_entity = head }
}

male_abyss_eyes = {
    entity = { entity = "male_eyes_POD_abyss_entity" shared_pose_entity = head }
}

male_red_eyes = {
    entity = { entity = "male_eyes_POD_red_eyes_entity" shared_pose_entity = head }
}

male_blue_eyes = {
    entity = { entity = "male_eyes_POD_blue_eyes_entity" shared_pose_entity = head }
}

male_gold_eyes = {
    entity = { entity = "male_eyes_POD_gold_eyes_entity" shared_pose_entity = head }
}