﻿##################################################
# NASCENT SOUL REALM (Y: 26-30) +40 years
# Tree: nascent_soul_tree
##################################################

nascent_soul_early_perk = {
	lifestyle = cultivation_lifestyle
	tree = nascent_soul_tree
	position = { 0 0 }
	
	can_be_picked = {
		has_trait = cultivation_nascent_soul
	}
	icon = node_cultivation

	
	character_modifier = {
		prowess = 8
		learning = 6
		health = 3.0
		advantage = 25
	}
}

nascent_soul_mid_perk = {
	lifestyle = cultivation_lifestyle
	tree = nascent_soul_tree
	position = { 0 1 }
	
	can_be_picked = {
		has_trait = cultivation_nascent_soul
	}
	icon = node_cultivation
	parent = nascent_soul_early_perk
	
	character_modifier = {
		prowess = 10
		learning = 6
		health = 3.5
		advantage = 25
		dread_gain_mult = 0.25
	}
}

nascent_soul_late_perk = {
	lifestyle = cultivation_lifestyle
	tree = nascent_soul_tree
	position = { 0 2 }
	
	can_be_picked = {
		has_trait = cultivation_nascent_soul
	}
	icon = node_cultivation
	parent = nascent_soul_mid_perk
	
	character_modifier = {
		prowess = 10
		learning = 7
		health = 3.5
		advantage = 30
		dread_gain_mult = 0.25
	}
}

nascent_soul_peak_perk = {
	lifestyle = cultivation_lifestyle
	tree = nascent_soul_tree
	position = { 0 3 }
	
	can_be_picked = {
		has_trait = cultivation_nascent_soul
	}
	icon = node_cultivation
	parent = nascent_soul_late_perk
	
	character_modifier = {
		prowess = 12
		learning = 7
		health = 4.0
		advantage = 30
		dread_gain_mult = 0.5
		monthly_prestige = 1.0
	}
}

nascent_soul_heavenly_being_breakthrough_perk = {
	lifestyle = cultivation_lifestyle
	tree = nascent_soul_tree
	position = { 0 4 }
	
	can_be_picked = {
		has_trait = cultivation_nascent_soul
	}
	icon = cultivation_heavenly_being_f
	parent = nascent_soul_peak_perk
	
	trait = cultivation_heavenly_being
	
	effect = {
		add_character_flag = can_attempt_heavenly_being_breakthrough
		trigger_event = cultivation_breakthrough.1500
	}
	
	character_modifier = {
		prowess = 12
		learning = 8
		health = 4.0
		advantage = 35
		monthly_prestige = 1.5
	}
}