﻿#Triggers handling questions of military and warfare

#Checks whether scope character has greater military strength than the ratio specified
#military_strength_greater_than_ratio_trigger = {
#	save_temporary_scope_value_as = {
#		name = ratio

#		value = {
#			value = max_military_strength
#			divide = $TARGET$.max_military_strength
#		}
#	}

#	scope:ratio > $RATIO$
#}
