﻿p_dv_talos = {

	same_faith_opinion = 10
	monthly_legitimacy_add = 0.5
	monthly_piety = 0.1
	prowess = 2
	alinor_opinion = -50
	auriel_opinion = -50

	shown_in_ruler_designer = no
	ruler_designer_cost = -666 #this is what makes the faux "patron trait" trait category show up

	flag = patron_trait

	name = {
		first_valid = {
			triggered_desc = {
				trigger = { NOT = { exists = this } }
				desc = trait_p_dv_talos_base
			}
			desc = trait_p_dv_talos
		}
	}

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = { NOT = { exists = this } }
				desc = trait_p_dv_talos_null
			}
			desc = trait_p_dv_talos_character_desc
		}
	}

	icon = {
		first_valid = {
			triggered_desc = {
				trigger = { NOT = { exists = this } }
				desc = {
					first_valid = {
						triggered_desc = {
							trigger = { is_player_selected = yes }
							desc = "[Select_CString( GetPlayer.MakeScope.Var('faith_window').IsSet, Concatenate( 'patron_nbg/', GetPlayer.Custom('get_dv_talos_icon') ), 'p_dv_talos.dds' )]"
						}
						desc = p_dv_talos.dds
					}
				}
			}
			desc = p_dv_talos.dds
		}
	}
}