﻿#FOR SOME REASON NONE OF THESE WORK :(

terrorizing_legend_create_ai = {
	value = base_legend_create_ai
    add = {
        value = ai_boldness
    }
	if = {
		limit = {
			ai_has_warlike_personality = yesa
		}
		multiply = 2.5
	}
	if = {
		limit = {
			ai_has_cautious_personality = yes
		}
		multiply = 1.3
	}
	if = {
		limit = {
			ai_has_economical_boom_personality = yes
		}
		multiply = 1
	}
}

cultural_legend_create_ai = {
	value = base_legend_create_ai
    add = {
        value = ai_sociability
    }
	if = {
		limit = {
			ai_has_warlike_personality = yes
		}
		multiply = 1.2
	}
	if = {
		limit = {
			ai_has_cautious_personality = yes
		}
		multiply = 1.1
	}
	if = {
		limit = {
			ai_has_economical_boom_personality = yes
		}
		multiply = 2
	}
}

enriching_legend_create_ai = {
	value = base_legend_create_ai
	add = {
        value = ai_energy
    }
	if = {
		limit = {
			ai_has_warlike_personality = yes
		}
		multiply = 2
	}
	if = {
		limit = {
			ai_has_cautious_personality = yes
		}
		multiply = 1.1
	}
	if = {
		limit = {
			ai_has_economical_boom_personality = yes
		}
		multiply = 1
	}
}