############################################
# Feruchemy Traits
# The metallic art of the Terris people
# Stores attributes in metalminds for later use
############################################

# Full Feruchemist - can store and tap all Feruchemical metals
trait_feruchemist = {
	index = 250

	category = fame

	genetic = yes
	group = "feruchemy_group"
	inherit_chance = 15
	both_parent_has_trait_inherit_chance = 30
	birth = 0

	learning = 6
	health = 1
	diplomacy = 2

	same_opinion = 15

	ruler_designer_cost = 100
	shown_in_ruler_designer = yes

	icon = "gfx/interface/icons/traits/trait_feruchemist.dds"
}

# Feruchemical Potential - dormant, activated through events
trait_feruchemy_potential = {
	index = 251

	category = health

	genetic = yes
	group = "feruchemy_potential_group"
	inherit_chance = 25
	both_parent_has_trait_inherit_chance = 45
	birth = 0

	# No stat bonuses - power is dormant

	shown_in_ruler_designer = no

	icon = "gfx/interface/icons/traits/trait_feruchemy_potential.dds"
}
