﻿# 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 #
############


sulfur_ore = {
	texture = "gfx/interface/icons/goods_icons/sulfur_ore.dds"
	cost = 15
	category = industrial
	
	prestige_factor = 5
	convoy_cost_multiplier = 0.3
}

coal_ore = {
	texture = "gfx/interface/icons/goods_icons/coal_ore.dds"
	cost = 20
	category = industrial
	
	prestige_factor = 5
	
	convoy_cost_multiplier = 0.65
	
}

iron_ore = {
	texture = "gfx/interface/icons/goods_icons/iron_ore.dds"
	cost = 10
	category = industrial
	
	prestige_factor = 5
	convoy_cost_multiplier = 0.25
}

lead_ore = {
	texture = "gfx/interface/icons/goods_icons/lead_ore.dds"
	cost = 10
	category = industrial
	
	prestige_factor = 5
	convoy_cost_multiplier = 0.25
}

gold_ore = {
	texture = "gfx/interface/icons/goods_icons/gold_ore.dds"
	cost = 30
	category = luxury
	tradeable = no
	fixed_price = yes
	prestige_factor = 5
	convoy_cost_multiplier = 0.3
}