﻿hth_ruffians_ai_weight = {
	value = -50
	
	if = { 
		limit = {
			OR = {
				has_trait = sadistic
				has_trait = callous
				has_trait = arbitrary
				has_trait = vengeful
				has_trait = greedy
				has_trait = deceitful
				has_trait = craven
			}
		}
		add = 100
	}
	if = { 
		limit = {
			OR = {
				has_trait = compassionate
				has_trait = just
				has_trait = honest
				has_trait = brave
			}
		}
		add = -100
	}
	if = { 
		limit = {
			culture = {
				culture_has_skirmisher_maa = yes
			}
		}
		add = -100
	}
}