# Extra modifiers can be defined here. Although the game itself won't use those, 
# you can access those modifiers using modifier@modifier_token in state & country scope 
# or leader_modifier@modifier_token/unit_modifier@modifier_token in unit leader scope
# modifier_token will be used for tooltip localization

#modifier_token = {
#
#	# the tooltips will be colored accordingly depending if value is positive or not
#	# one of "good neutral bad". default is bad
#	color_type = bad 
#	
#	# type of values in tooltip. 
#	# one of "number percentage percentage_in_hundred yes_no". default is number.
#	value_type = number
#	
#	# number of precision for tooltips
#	precision = 2
#	
#	# post fix for values in tooltip
#	# one of "none days hours daily". default is none
#	postfix = none
#	
#	# cateogies can be defined if wanted. some tooltips only display certain categories
#	# multiple cateogies can be defined for a single modifier@modifier_token
#	# categories:
#	# none all naval air unit_leader country state army peace politics ai defensive aggressive 
#	# war_production military_advancements military_equipment autonomy government_in_exile intelligence_agency
#	# default is all, which includes every category
#	category = army
#	category = air
#	category = country
#}

unit_limit_law_bonus = {
	color_type = good
	value_type = number
	precision = 0
	category = army
}

unit_limit_bonus = {
	color_type = good
	value_type = number
	precision = 0
	category = army
}

unit_limit_subject_bonus = {
	color_type = good
	value_type = percentage
	precision = 0
	category = army
}

cannot_call_allies_or_join_wars = {
	color_type = bad
	value_type = yes_no
	precision = 0
	category = country
}

cannot_call_allies_or_join_wars_except_subjects = {
	color_type = bad
	value_type = yes_no
	precision = 0
	category = country
}

cannot_receive_volunteers = {
	color_type = bad
	value_type = yes_no
	precision = 0
	category = country
}

offmap_military_factories_tooltip = {
	color_type = good
	value_type = number
	precision = 0
	category = country
}

offmap_civilian_factories_tooltip = {
	color_type = good
	value_type = number
	precision = 0
	category = country
}

offmap_dockyards_tooltip = {
	color_type = good
	value_type = number
	precision = 0
	category = country
}

daily_popularity_drift = { #does nothing - only creates a tooltip
	color_type = good
	value_type = number
	precision = 2
	category = politics
}

daily_non_ruling_popularity_drift = { #does nothing - only creates a tooltip
	color_type = good
	value_type = number
	precision = 2
	category = politics
}

cic_from_target_factor_tooltip = { #does nothing - only creates a tooltip
	color_type = good
	value_type = percentage
	precision = 2
	category = politics
}

mic_from_target_factor_tooltip = { #does nothing - only creates a tooltip
	color_type = good
	value_type = percentage
	precision = 2
	category = country
}
