﻿wealth = {
	type = character
	log_loc_errors = no

	random_valid = yes
	text = {
		localization_key = WEALTH_RICH
		trigger = {
			gold > 50
		}
	}
	text = {
		localization_key = WEALTH_POOR
		trigger = {
			gold < 50
		}
	}
	text = {
		localization_key = WEALTH_POOR_02
		trigger = {
			gold < 50
		}
	}
	text = {
		localization_key = WEALTH_POOR_03
		trigger = {
			gold < 50
		}
	}
	text = {
		localization_key = WEALTH_POOR_04
		trigger = {
			gold < 50
		}
	}
}

galguy = {
	type = character
	text = {
		localization_key = gal
		trigger = {
			is_female = yes
		}
	}
	text = {
		localization_key = guy
		trigger = {
			is_female = no
		}
	}
}

mother_or_other = {
	type = character
	log_loc_errors = no
	text = {
		localization_key = mother
		trigger = {
			mother = scope:second
		}
	}
	text = {
		localization_key = other
		trigger = {
			NOT = { mother = scope:second }
		}
	}
}
