#Cost in leadership for one new leader
leader = 20

#Size of mobilizing at each time
mobilization = 4

#Costs of State Bonds
state_bonds = 100

#Each Pops daily cost for literacy
literacy = 0.25 #0.35 #0.40 #1.1			# was 0.6

#Factor for reform costs (for easy tweaking.)
reform = 1.0 #2.0

#Factor for crimefighting costs (for easy tweaking.)
police = 0.25 #0.35 #0.70 #1.00

#Factor for defence costs (for easy tweaking.)
military = 5.0 #8.0 #10.0 #20.0			# was 25.0

#Experience income from combat
experience  = 1.0

#How much does each factory need to pay for in crime costs.
factory_crime = 1.0 #2.0 #Was 2.0 		# was 5.0

#Basic Income for pops.
income = 1.0 #0.5 #2.5			# was 2.5 # to test with 3.0

# Regular fort build time multiplier (applied to the colonial fort build time in 'projects-time')
land_fort = 0.2

#Base tariff efficiency all nations start with.
tariff_eff = 0.55 #0.45 #0.30 #0.33 #0.40 #0.27

#Base trade efficiency all nations start with
tax_eff = 0.55 #0.45 #0.35 #0.40 #0.35

#Special tax penalty on non-civilized nations.
primitive = 0.45 #0.35 

#this is how much money a capitalist must have to buy a factory
factory_min_price_laissez_faire = 500.0
factory_min_price_interventionism = 1000.0
factory_min_price_state_capitalism = 2000.0

# 100 * X
number_of_state_bonds =	50;

# Additional price Capitlaists must pay for each additional factory 
factory_extra_cost = 10
