﻿
my_hands_military_strength_value = {
	value = 0
	root =  {
		every_ally = {
			add = max_military_strength
		}
	}
}


their_hands_military_strength_value = {
	value = {
		add = max_strength_with_allies_value
		multiply = 0.75
	}
}