﻿# This trait does not include the "immortal = yes" code. meaning your character will continue to age and will die if their lifespan exceeds a set limit in "Supreme Blood" or "Primordial Ichor of the Gods" traditions.
ary_molten_blood = {
	icon = ary_molten_blood.dds
	shown_in_ruler_designer = no

	inherit_chance = 10
	both_parent_has_trait_inherit_chance = 100
	good = yes
	physical = yes

	health = 0.25
	
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_ary_molten_blood_desc
			}
			desc = trait_ary_molten_blood_character_desc
		}
	}
	
	flag = lower_chance_of_dying_in_combat
	flag = is_immortal
}