# If a tribal/nomadic AI takes/inherits some holdings (and full-pillaging is turned on), give them an event which forces them to full-pillage it

on_new_holder = {
	events = {
		ExpdPill.1000
	}
}

on_new_holder_inheritance = {
	events = {
		ExpdPill.1000
	}
}