chocolate_modifier = {
	potential = {
		is_subject = yes
		is_colonial_nation = yes
		is_client_nation = yes
	}
	trigger = {
		is_at_war = yes
		ROOT = {
			overlord = {
				AND = {
					trading_bonus = {
						trade_goods = chocolate
						value = yes
					}
					check_variable = {
						which = cocoa_total 
						which = cocoa_used
					}	
				}
			}
		}
	}
	land_morale = 0.10
}
