﻿# Make character super
bone_super_01 = {
	index = 1001
	learning = 5
	diplomacy = 5
	martial = 5
	stewardship = 5
	intrigue = 5
	prowess = 5

	monthly_prestige = 100
	monthly_dynasty_prestige = 1
	monthly_piety = 100
	monthly_income = 100
	attraction_opinion = 10
	fertility = 0.1
	stress_gain_mult = -0.1
	ignore_negative_culture_opinion = yes
	birth = 0
	random_creation = 0

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = { NOT = { exists = this } }
				desc = trait_bone_super_01_desc
			}
			desc = trait_bone_super_01_character_desc
		}
	}
}

bone_super_02 = {
	index = 1002
	learning = 10
	diplomacy = 10
	martial = 10
	stewardship = 10
	intrigue = 10
	prowess = 10

	monthly_prestige = 500
	monthly_dynasty_prestige = 5
	monthly_piety = 500
	monthly_income = 500
	attraction_opinion = 50
	fertility = 0.1
	stress_gain_mult = -0.5
	ignore_negative_culture_opinion = yes
	birth = 0
	random_creation = 0

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = { NOT = { exists = this } }
				desc = trait_bone_super_02_desc
			}
			desc = trait_bone_super_02_character_desc
		}
	}
}

bone_super_03 = {
	index = 1003
	learning = 20
	diplomacy = 20
	martial = 20
	stewardship = 20
	intrigue = 20
	prowess = 20

	monthly_prestige = 1000
	monthly_dynasty_prestige = 10
	monthly_piety = 1000
	monthly_income = 1000
	attraction_opinion = 100
	fertility = 0.1
	stress_gain_mult = -1
	ignore_negative_culture_opinion = yes
	birth = 0
	random_creation = 0

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = { NOT = { exists = this } }
				desc = trait_bone_super_03_desc
			}
			desc = trait_bone_super_03_character_desc
		}
	}
}