﻿# goods types, organized by category

# prestige_factor							Base prestige for occupying the rank MIN_PRESTIGE_AWARD spot on the goods production leaderboard. x2 awarded for every rank above the minimum.

############
# MILITARY #
############

financial_services = {
	texture = "gfx/interface/icons/goods_icons/financial_services.dds"
	cost = 45
	category = industrial

	prestige_factor = 20

	convoy_shipping_multiplier = 0.01
}

stocks = {
	texture = "gfx/interface/icons/goods_icons/stocks.dds"
	cost = 15
	category = industrial

	prestige_factor = 20

	convoy_shipping_multiplier = 0.01
}

bonds = {
	texture = "gfx/interface/icons/goods_icons/bonds.dds"
	cost = 45
	category = industrial

	prestige_factor = 5

	convoy_shipping_multiplier = 0.01
}
