#
#	Using indexes starting with 320815140 ("cthon-")
#
#== Loc/icon ==
#By default, the name key is trait_<key>, and the desc key is trait_<key>_desc.
#The default icon path is gfx/interface/icons/traits/<trait>.dds.
mythos_deep_hybrid_1 = {
	index = 320815140
	group = mythos_deep_hybrid
	icon = { desc = mythos_deep_hybrid_1.dds }

	prowess = 1
	health = 0.25
	fertility = -0.2
	attraction_opinion = -5
	stress_gain_mult = 0
	stress_loss_mult = 0
	dread_baseline_add = 5

	birth = 0
	random_creation = 0
	#inherit_chance = 50
	#both_parent_has_trait_inherit_chance = 100

	level = 1
	genetic = yes
	physical = yes
	good = yes

	compatibility = {
		mythos_deep_hybrid_1 = @pos_compat_medium
		mythos_deep_hybrid_2 = @pos_compat_medium
		mythos_deep_hybrid_3 = @pos_compat_medium
		mythos_deep_hybrid_4 = @pos_compat_low
		mythos_deep_hybrid_5 = @pos_compat_low
	}
}

mythos_deep_hybrid_2 = {
	index = 320815141
	group = mythos_deep_hybrid
	icon = { desc = mythos_deep_hybrid_1.dds }

	prowess = 2
	health = 0.50
	fertility = -0.2
	attraction_opinion = -10
	stress_gain_mult = 0.1
	stress_loss_mult = -0.05
	dread_baseline_add = 10

	birth = 0
	random_creation = 0
	#inherit_chance = 50
	#both_parent_has_trait_inherit_chance = 100

	level = 2
	genetic = yes
	physical = yes
	good = yes

	compatibility = {
		mythos_deep_hybrid_1 = @pos_compat_medium
		mythos_deep_hybrid_2 = @pos_compat_medium
		mythos_deep_hybrid_3 = @pos_compat_medium
		mythos_deep_hybrid_4 = @pos_compat_low
		mythos_deep_hybrid_5 = @pos_compat_low
	}
}

mythos_deep_hybrid_3 = {
	index = 320815142
	group = mythos_deep_hybrid
	icon = { desc = mythos_deep_hybrid_1.dds }

	prowess = 3
	health = 1
	fertility = -0.2
	attraction_opinion = -30
	stress_gain_mult = 0.25
	stress_loss_mult = -0.10
	dread_baseline_add = 30

	birth = 0
	random_creation = 0
	#inherit_chance = 50
	#both_parent_has_trait_inherit_chance = 100

	level = 3
	genetic = yes
	physical = yes
	good = yes

	compatibility = {
		mythos_deep_hybrid_1 = @pos_compat_low
		mythos_deep_hybrid_2 = @pos_compat_medium
		mythos_deep_hybrid_3 = @pos_compat_medium
		mythos_deep_hybrid_4 = @pos_compat_high
		mythos_deep_hybrid_5 = @pos_compat_high
	}
}

mythos_deep_hybrid_4 = {
	index = 320815143
	group = mythos_deep_hybrid
	icon = { desc = mythos_deep_hybrid_1.dds }

	prowess = 3
	health = 2
	fertility = -0.2
	attraction_opinion = -40
	stress_gain_mult = 0.50
	stress_loss_mult = -0.25
	dread_baseline_add = 40

	birth = 0
	random_creation = 0
	#inherit_chance = 50
	#both_parent_has_trait_inherit_chance = 100

	level = 4
	genetic = yes
	physical = yes
	good = yes

	compatibility = {
		mythos_deep_hybrid_1 = @pos_compat_low
		mythos_deep_hybrid_2 = @pos_compat_low
		mythos_deep_hybrid_3 = @pos_compat_medium
		mythos_deep_hybrid_4 = @pos_compat_high
		mythos_deep_hybrid_5 = @pos_compat_high
	}
}

mythos_deep_hybrid_5 = {
	index = 320815144
	group = mythos_deep_hybrid
	icon = { desc = mythos_deep_hybrid_1.dds }

	prowess = 3
	health = 3
	#activate immortality after figuring out checks to set age
	#immortal = yes
	fertility = -0.2
	attraction_opinion = -50
	stress_gain_mult = 1
	stress_loss_mult = -0.50
	dread_baseline_add = 50

	birth = 0
	random_creation = 0
	#inherit_chance = 50
	#both_parent_has_trait_inherit_chance = 100

	level = 5
	genetic = yes
	physical = yes
	good = yes

	compatibility = {
		mythos_deep_hybrid_1 = @pos_compat_low
		mythos_deep_hybrid_2 = @pos_compat_low
		mythos_deep_hybrid_3 = @pos_compat_medium
		mythos_deep_hybrid_4 = @pos_compat_high
		mythos_deep_hybrid_5 = @pos_compat_high
	}
}
