targetted_decisions = {
	Grim_attack = {
		ai_check_interval = 12 # Determines how seldom the AI checks whether they can and should do the decision, in months. By default 1 (every month).
		filter = home_court
		ai_target_filter = home_court
		from_potential = {
			OR = {
				trait = weak_aura
				trait = medium_aura
				trait = strong_aura
				trait = master_aura
			}
		}
		potential = {
			OR = {
				trait = weak_aura
				trait = medium_aura
				trait = strong_aura
				trait = master_aura
			}
		}
		allow = {
			ROOT = {
				OR = {
				trait = grim_pack_master
				trait = crimson_eyes
				trait = grim
				trait = abomination
				trait = halfling_human_grim
				trait = halfling_grim_human
				trait = halfling_grim_faunus
				trait = halfling_faunus
				}
				is_adult = yes
			}
			FROM = {
				OR = {
				trait = weak_aura
				trait = medium_aura
				trait = strong_aura
				trait = master_aura
				}
				is_adult = yes
			}
		}
		effect = {
			ROOT = {
				save_event_target_as = root_Grim_attack
				add_character_modifier = {
					name = Grim_attack_recently
					months = 6
				}
			}
			FROM = {
				add_character_modifier = {
					name = Grim_attack_recently
					years = 1
				}
				save_event_target_as = from_Grim_attack
			}
			character_event = { id = RWBY.620}
		}
		ai_will_do = {
			factor = 0.1
		}
	}
	
}